
.reservationBlock {
    padding-top: 60px;
    padding-bottom: 60px;
	margin-bottom: 50px;
}

.reservationBlock .notice{
	margin-top: 10px;
padding: 20px ;
background: rgb(84,27,52);
background: linear-gradient(126deg, rgba(84,27,52,1) 0%, rgba(53,12,31,1) 100%);
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.reservationBlock .notice p:first-child{font-size: 20px;}
.reservationBlock .notice p a{text-decoration: underline}

@media (min-width: 701px) {
    .reservationBlock .l-row-1 {
        display: flex;
        justify-content:space-between
    }
}

.reservationBlock .heading {
    margin-bottom: 2em;
    padding-bottom: .25em;
    border-bottom: 1px solid #999;
    font-size: 13px;
    letter-spacing:.1em
}

.reservationBlock .heading .ja {
    float:right
}

.reservationBlock th{ text-align: left;}

@media (max-width: 700px) {
    .reservationBlock .reservationBox {
        margin-bottom:40px
    }
		.reservationBlock .notice p:first-child{font-size: 4vw;}

}

.reservationBlock .reservationBox .reservationTable {
    width: 100%;
    margin-bottom:10px
}

.reservationBlock .reservationBox .reservationTable th, .reservationBlock .reservationBox .reservationTable td {
    padding: .75em;
    border-bottom: 1px solid #999;
    text-align:center;
	font-size: 1vw;
}

.reservationBlock .reservationBox .reservationTable a {
    color:#000;
	text-decoration: underline
}

.reservationBlock .reservationBox .reservationNotes {
    font-size:13px
}

.reservationBlock .reservationBox .reservationNotes a {
    color:#000
}

@media (min-width: 701px) {
    .reservationBlock .customersselectBox {
        width: 270px;
        margin-left:100px
    }
}

@media (max-width: 700px) {
    .reservationBlock .customersselectBox {
        width: 270px;
        margin-right: auto;
        margin-left:auto
    }
.reservationBlock .reservationBox .reservationTable th, .reservationBlock .reservationBox .reservationTable td {
	font-size: 4vw;
}
	
}

.reservationBlock .customersselectBox .lead {
    margin-bottom: 1em;
    line-height:1.8
}

.reservationBlock .customersselectBox .image {
    margin-bottom:20px
}

.reservationBlock .customersselectBox .text {
    font-size: 12px;
    line-height:1.8
}

.reservationBlock .bannerBox {
    margin-top: 40px;
    text-align:center
}

.reservationBlock .bannerBox .banner:not(:last-child) {
    margin-bottom:20px
}



.infoBox {
    max-width: 1000px;
    margin-right: auto;
    margin-left:auto
}

.infoBox .heading {
    margin-bottom: 1em;
}

.infoBox .infoList__item {
    margin-bottom:1em;
		
}

.infoBox .infoList__date {
    margin-bottom:.5em
}

.infoBox .infoList__text{    
    padding-bottom: .5em;
    border-bottom:1px solid #999;
    margin-bottom:1em;
}

@media only screen and (max-width: 767px){
  
.reservationBlock {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}