@charset "UTF-8";
/* DLIGHT */
.dm{}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  #reservation .sec-header {
    text-align: center;
    margin-bottom: 80px;
  }
  
  .sec-header h2 {
    line-height: 1.3;
  }
  
  .rsv--item-wrap {
    width: 80%;
    margin: 0 auto 80px;
  }
  .rsv--item + .rsv--item {
    margin-top: 60px;
  }
  .rsv--item h3 {
    font-size: var(--fs15);
    font-weight: normal;
  }
  .rsv--item p {
    text-align: justify;
  }
  
  .rsv--openday {
    margin: 0 auto 50px;;
  }
  .rsv--openday ul {
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .rsv--openday-close {
    width: 80px;
    margin: auto;
  }
  
  .rsv--note-tel {
    text-align: center;
    margin-bottom: 30px;
  }
  .rsv--btn-tel {
    font-size: var(--fs21);
    margin: 0 auto 30px;;
  }
  .rsv--note-open {
    text-align: center;
    margin-bottom: 50px;
  }
  .rsv--note-web {
    text-align: center;
    margin-bottom: 30px;
  }
  .rsv--btn-web {
    font-size: var(--fs21);
    margin: auto;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  #reservation .sec-header {
    text-align: center;
    margin-bottom: 120px;
  }
  
  .rsv--item-wrap {
    width: max-content;
    max-width: 900px;
    margin: 0 auto 120px;
  }
  .rsv--item + .rsv--item {
    margin-top: 100px;
  }
  .rsv--item h3 {
    font-size: var(--fs18);
    font-weight: normal;
  }
  
  .rsv--openday {
    width: 980px;
    margin: 0 auto 60px;
  }
  .rsv--openday ul {
    display: flex;
    justify-content: space-between;
    column-gap: 42px;
    margin-bottom: 20px;
  }
  .rsv--openday-close {
    width: 110px;
    margin: auto;
  }
  
  .rsv--note-tel {
    text-align: center;
    margin-bottom: 30px;
  }
  .rsv--btn-tel {
    font-size: var(--fs25);
    margin: 0 auto 30px;;
  }
  .rsv--note-open {
    text-align: center;
    margin-bottom: 60px;
  }
  .rsv--note-web {
    text-align: center;
    margin-bottom: 30px;
  }
  .rsv--btn-web {
    font-size: var(--fs25);
    margin: auto;
  }

}

