@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.brown {
  color: #5f4c4c;
}

.red {
  color: #f84b4b;
}

.gray {
  color: #666666;
}

/* KV
--------------------------------------------------*/
#reservation_kv {
  background-image: url(../img/reservation/reserve_kv.jpg);
  background-position: center;
  background-size: cover;
  height: 480px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #reservation_kv {
    background-image: url(../img/reservation/sp/reserve_kv_sp.jpg);
    height: 240px;
    margin-top: 70px;
  }
}
#reservation_kv .ttl {
  width: 308px;
  position: absolute;
  top: 215px;
  right: 92px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #reservation_kv .ttl {
    width: 236px;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* intro
--------------------------------------------------*/
.reservation_intro_wrapper {
  max-width: 720px;
  margin: auto;
  padding: 115px 0;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .reservation_intro_wrapper {
    padding: 80px 0;
  }
}

/* 営業時間のご案内
--------------------------------------------------*/
#time {
  background-color: #fcf1d2;
  margin-bottom: 80px;
}
#time .section_inner {
  padding: 70px 0;
  width: 90%;
}
#time .section_inner h3 {
  width: 300px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #time .section_inner h3 {
    width: 230px;
    margin-bottom: 50px;
  }
}
#time .section_inner .time_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #time .section_inner .time_wrapper {
    display: block;
    margin: auto;
  }
}
#time .section_inner .time_wrapper .time_img {
  width: 35%;
  margin-right: 30px;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #time .section_inner .time_wrapper .time_img {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
}
#time .section_inner .time_wrapper .tx_wrapper {
  margin-left: 30px;
  width: 36%;
}
@media screen and (max-width: 768px) {
  #time .section_inner .time_wrapper .tx_wrapper {
    width: 100%;
    max-width: 377px;
    margin: 50px auto 0;
  }
}
#time .section_inner .time_wrapper .tx_wrapper dl {
  display: flex;
  margin-bottom: 30px;
}
#time .section_inner .time_wrapper .tx_wrapper dl:last-of-type {
  margin-bottom: 0;
}
#time .section_inner .time_wrapper .tx_wrapper dl dt {
  width: 35%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #time .section_inner .time_wrapper .tx_wrapper dl dt {
    font-size: 1.5rem;
  }
}
#time .section_inner .time_wrapper .tx_wrapper dl dd {
  width: 100%;
  line-height: 1.5;
  font-size: 1.6rem;
}
#time .section_inner .time_wrapper .tx_wrapper dl dd .holiday {
  display: block;
  font-size: 1.6rem;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  #time .section_inner .time_wrapper .tx_wrapper dl dd .holiday {
    font-size: 1.5rem;
  }
}
#time .section_inner .time_wrapper .tx_wrapper dl dd span {
  display: block;
  font-size: 1.3rem;
}

/* ご予約方法
--------------------------------------------------*/
#resevartion .section_inner {
  width: 90%;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner {
    margin-bottom: 80px;
  }
}
#resevartion .section_inner h3 {
  width: 185px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner h3 {
    width: 144px;
    margin-bottom: 50px;
  }
}
#resevartion .section_inner .phone_wrapper {
  background-color: #fff;
  border: solid 1px #f5d373;
  max-width: 848px;
  margin: 0 auto 50px;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .phone_wrapper {
    margin-bottom: 30px;
  }
}
#resevartion .section_inner .phone_wrapper .phone_ttl {
  text-align: center;
  margin-bottom: 20px;
}
#resevartion .section_inner .phone_wrapper .number {
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .phone_wrapper .number {
    font-size: 3rem;
  }
}
#resevartion .section_inner .phone_wrapper .number a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .phone_wrapper .number a {
    pointer-events: all;
  }
}
#resevartion .section_inner .phone_wrapper .number span {
  font-size: 1.4rem;
  display: block;
}
#resevartion .section_inner .line_wrapper {
  background-color: #fff;
  border: solid 1px #f5d373;
  max-width: 848px;
  margin: 0 auto 30px;
  padding: 35px 45px;
}
#resevartion .section_inner .line_wrapper .line_ttl {
  text-align: center;
  margin-bottom: 20px;
}
#resevartion .section_inner .line_wrapper .qr {
  width: 130px;
  margin: auto;
}
#resevartion .section_inner .line_wrapper .official_line {
  background-color: #00B900;
  width: 220px;
  margin: 10px auto;
  border-radius: 3px;
}
#resevartion .section_inner .line_wrapper .official_line:hover {
  opacity: 0.6;
  transition-duration: 0.5s;
}
#resevartion .section_inner .line_wrapper .official_line a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 10px;
  width: 205px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .line_wrapper .official_line a {
    margin: auto;
  }
}
#resevartion .section_inner .line_wrapper .official_line a img {
  width: 21%;
}
#resevartion .section_inner .line_wrapper .official_line a p {
  color: #ffffff;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#resevartion .section_inner .line_wrapper .how_to_wrapper {
  display: flex;
  justify-content: center;
}
#resevartion .section_inner .line_wrapper .how_to_wrapper .how_to_ttl {
  border-bottom: solid 1px #f5d373;
  margin-bottom: 20px;
  width: 190px;
  text-align: center;
}
#resevartion .section_inner .line_wrapper .how_to_wrapper .how_to_content .how_to {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .line_wrapper .how_to_wrapper .how_to_content .how_to {
    margin-bottom: 10px;
  }
}
#resevartion .section_inner .note_wrapper {
  max-width: 698px;
  margin: auto;
  width: 100%;
}
#resevartion .section_inner .note_wrapper .note_ttl {
  text-align: center;
  margin-bottom: 25px;
}
#resevartion .section_inner .note_wrapper .note {
  font-size: 1.5rem;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #resevartion .section_inner .note_wrapper .note {
    font-size: 1.2rem;
  }
}

.reservation_btn {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.reservation_btn a {
  flex: 1;
  min-width: 120px;
}

/* お問い合わせ
--------------------------------------------------*/
#contact .section_inner {
  width: 90%;
  padding-bottom: 100px;
}
#contact .section_inner h3 {
  max-width: 593px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #contact .section_inner h3 {
    width: 288px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contact .section_inner .contact_wrapper {
    display: block;
  }
}
#contact .section_inner .contact_wrapper .contact_tx {
  text-align: center;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  #contact .section_inner .contact_wrapper .contact_tx {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
#contact .section_inner .contact_wrapper .contact_tx .contact_qr {
  width: 130px;
  margin: 20px auto;
  min-width: 82px;
}
@media screen and (max-width: 768px) {
  #contact .section_inner .contact_wrapper .contact_tx .contact_qr {
    margin: 10px auto;
  }
}
#contact .section_inner .contact_wrapper .contact_tx .official_line {
  background-color: #00B900;
  width: 220px;
  margin: auto;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #contact .section_inner .contact_wrapper .contact_tx .official_line {
    margin: auto;
  }
}
#contact .section_inner .contact_wrapper .contact_tx .official_line:hover {
  opacity: 0.6;
  transition-duration: 0.5s;
}
#contact .section_inner .contact_wrapper .contact_tx .official_line a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 10px;
  width: 205px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .section_inner .contact_wrapper .contact_tx .official_line a {
    margin: auto;
  }
}
#contact .section_inner .contact_wrapper .contact_tx .official_line a img {
  width: 21%;
}
#contact .section_inner .contact_wrapper .contact_tx .official_line a p {
  color: #ffffff;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}/*# sourceMappingURL=reservation.css.map */