@charset "UTF-8";
/* Scss Document */
#page_ttl h1 {
  background: url(../images/restaurant/ico_page_ttl.png) top 1em center no-repeat;
}

.section_nav li {
  margin: 0 .5em;
}

.time {
  margin: 0 0 1em;
  padding: .5em;
  border: solid 2px #60A146;
  color: #60A146;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.2;
}
.time .note {
  display: inline-block;
  margin-left: 2em;
  font-size: 1.4rem;
}

.menu_list th {
  background: none;
  font-weight: normal;
  text-align: left;
}
.menu_list td {
  text-align: center;
  white-space: nowrap;
}
.menu_list tr:nth-child(odd) th, .menu_list tr:nth-child(odd) td {
  background: #f3f1cb;
}
.menu_list .drink .basic-table {
  margin-bottom: 3em;
}

.menu_img_list {
  justify-content: flex-start;
  margin-bottom: 30px;
  text-align: center;
}
.menu_img_list li {
  margin-bottom: 20px;
}
.menu_img_list img {
  display: inline-block;
  margin-bottom: 10px;
}

#momoiro .pink_ttl {
  margin-bottom: 1em;
  color: #e26b9e;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: .2em;
}
#momoiro .sttl {
  color: #e26b9e;
}
#momoiro .menu_list tr:nth-child(odd) th, #momoiro .menu_list tr:nth-child(odd) td {
  background: #f7e5ec;
}

#sky_restaurant .note_soba {
  font-size: 2.0rem;
  font-weight: bold;
}

#lugana .menu_list {
  display: flex;
  flex-wrap: wrap;
}
#lugana .menu_list li {
  width: calc(100% / 3);
}

#minori .menu_img {
  width: 600px;
  margin: 0 auto;
}

#bbq .ttl-org4 {
  margin-bottom: 1em;
  color: #FF3F00;
  font-size: 2.0rem;
  text-align: center;
}
#bbq .reserve_wrap {
  margin-bottom: 30px;
}
#bbq .reserve a {
  pointer-events: none;
  display: block;
  padding: 1em;
  background: #FF3F00;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
  font-size: 2.0rem;
}
#bbq .reserve span {
  display: inline-block;
  padding-left: 2em;
}
#bbq .img_list {
  margin-bottom: 30px;
}
#bbq #formWrap .basic-table .display_none {
  display: none;
}
#bbq #formWrap .basic-table th {
  font-weight: normal;
}
#bbq #formWrap .basic-table input,
#bbq #formWrap .basic-table select {
  padding: 5px;
  border: 1px solid #a9a9a9;
  position: static;
}
#bbq #formWrap .basic-table input[type="text"] {
  width: 80%;
}
#bbq #formWrap .basic-table .menu select {
  margin-left: 1em;
}
#bbq #formWrap .basic-table .people select {
  margin: .5em 2em .5em 1em;
}
#bbq #formWrap .btn input {
  width: 280px;
  margin: 0 10px;
  padding: .5em;
  background: #FF3F00;
  border: none;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
}
#bbq #formWrap .btn input[type="reset"], #bbq #formWrap .btn input[type="button"] {
  background: #60A146;
}
#bbq #formWrap .btn input:hover {
  opacity: .5;
}

#group li img {
  display: inline-block;
  margin-bottom: 1em;
}
#group .note {
  margin-bottom: 2em;
}
#group .note li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
#group table {
  margin-bottom: 2em;
}
#group .makunouchi_list > li {
  width: 48%;
  padding: 20px;
  border: #CCC 1px solid;
}
#group .sttl span {
  float: right;
  font-size: 1.6rem;
}
#group .ttl-green3 {
  margin-bottom: 1em;
  color: #60A146;
  font-size: 1.6rem;
  text-align: center;
}
#group .menu_list {
  margin-bottom: 1em;
  padding: 0 1em;
}
#group .menu_list li {
  padding-left: 1em;
  text-indent: -1em;
}
#group .menu_list li:before {
  content: '・';
}

@media screen and (max-width: 768px) {
  #page_ttl h1 {
    background: none;
  }

  .section_nav {
    margin-bottom: 6.66vw;
  }
  .section_nav ul {
    justify-content: space-between;
  }
  .section_nav li {
    width: 48%;
    margin: 0 0 1vw;
  }
  .section_nav li a {
    padding: .5em .5em;
    text-align: center;
  }

  .time {
    font-size: 1.6rem;
  }
  .time .note {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }

  #momoiro .pink_ttl {
    font-size: 1.8rem;
    text-align: left;
  }

  #sky_restaurant .note_soba {
    font-size: 1.6rem;
  }

  #lugana .menu_list li {
    width: 50%;
  }

  #minori .menu_img {
    width: 100%;
  }

  #bbq .ttl-org4 {
    font-size: 1.8rem;
    text-align: left;
  }
  #bbq .reserve_wrap {
    margin-bottom: 6.66vw;
  }
  #bbq .reserve {
    margin: 1em 0;
  }
  #bbq .reserve a {
    pointer-events: auto;
    padding: .5em;
    font-size: 1.8rem;
  }
  #bbq .img_list {
    margin-bottom: 6.66vw;
  }
  #bbq #formWrap .btn input {
    width: 40vw;
    font-size: 1.8rem;
  }

  #group li {
    text-align: left;
  }
  #group li img {
    display: inline-block;
    margin-bottom: 1em;
  }
  #group .note {
    margin-bottom: 2em;
  }
  #group .note li {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  #group table {
    margin-bottom: 2em;
  }
  #group .makunouchi_list > li {
    width: 100%;
    padding: 20px;
    border: #CCC 1px solid;
  }
  #group .sttl span {
    float: right;
    font-size: 1.6rem;
  }
  #group .ttl-green3 {
    margin-bottom: 1em;
    color: #60A146;
    font-size: 1.6rem;
    text-align: center;
  }
}
#sky_restaurant .menu_list_2022 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sky_restaurant .menu_list_2022 {
    flex-direction: column;
  }
}
#sky_restaurant .menu_list_2022 li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #sky_restaurant .menu_list_2022 li {
    width: 100%;
    margin-bottom: 3vw;
  }
}
