
/*google-form*/
.google-form{
	color: white;
    font-family: Noto Sans JP;
    display: inline-block;
    font-size: 16px;
}

.schedule-table{
    color: black;
    width: 80%;
	margin: 0 auto;
    background-color: white;
}

.schedule-button{
    cursor: pointer;
    background-color: #eee;
    padding: 2px;
}

.schedule-button-clicked{
    background-color: #ff88a7 !important;
    color: white;
}

#reservationDate{
    display: none;
}

.google-form-contents-box {
    margin-bottom: 52px;
}

.google-form-label,
.google-form-input {
    display: block;
}

.google-form-label {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: white;
    margin-bottom: 12px;
    font-family: serif;
}

.google-form-required-text{
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: #fff;
    color: red;
}

.google-form-input-sub-text{
    font-size: 10px;
    margin-top: 5px;
    color: #fff;
    text-align: left;
}
.google-form-radio-wrapper{
    text-align: left;
    margin-bottom: 18px;
}
.google-form-radio-label{
    cursor: pointer !important;

}
/* .google-form-radio-label{
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 350;
    letter-spacing: 0.04em;
    text-align: left;
    color: white;
} */
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .google-form-radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -5px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .google-form-radio-label:before {
    background-color: black;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .google-form-radio-label:before {
    outline: none;
    border-color: black;
}
.radio input[type="radio"]:disabled + .google-form-radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .google-form-radio-label:empty:before {
    margin-right: 0;
}


.google-form-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.google-form-submit-button {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px;
    line-height: 1.3em;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 9px;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

.schedule-list{
    background-color: white;
    padding-top: 16px;
    padding-bottom: 30px;
}

#schedule-list-next,.schedule-list-before{
    color: black;
    width: 130px;
    padding: 4px;
    border: 1px solid black;
    margin: 0px auto 16px;
    border-radius: 6px;
    cursor: pointer;
}

.sunday-color{
    color: red;
}
.saturday-color{
    color: blue;
}

.schedule-blue{
    color: #00f;

}
.schedule-purple{
    color: #9400d3;
}
.schedule-stamp-box-white{
background-color: white;
}
@media only screen and (max-width: 767px){
    .google-form-label {
        font-size: 26px;
    }
    .google-form-radio-label{
        font-size: 16px;
    }
    .google-form-submit-button{
        font-size: 1.2rem;
    }
  }
  