@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #0e0e0e;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a:hover {
  opacity: 0.6;
}
body h1 {
  font-size: 35px;
  letter-spacing: 0.3em;
  text-align: center;
}
body h2 {
  text-align: center;
  margin: 0 auto 45px;
}
body h2 img {
  max-width: 80%;
}
body li {
  list-style: none;
}
body section {
  margin: 120px auto;
}
body .page-ttl {
  background-size: cover;
  padding: 45px 0;
  margin: 0px auto;
  background-position: center;
  text-align: center;
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.4), 0px 1px 5px rgba(0, 0, 0, 0.4), 0px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 1.3em;
  font-weight: bold;
}
body .sp {
  display: none;
}
@media screen and (max-width: 785px) {
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
}
body header {
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
     border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
}
body header .tel-box {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
body header .tel-box .item {
  text-align: right;
  padding: 5px 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5px auto;
  background-color: #770000;
}
body header .tel-box .item img {
  display: inline-block;
  margin: 0 2px 0 0;
}
body header .header-flex {
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 785px) {
  body header .header-flex {
    align-items: start;
    padding: 20px 0 3px;
  }
}
body header .header-flex h1 img {
  width: 200px;
}
body header .header-flex ul {
  display: flex;
  width: 600px;
  max-width: 45vw;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 785px) {
  body header .header-flex ul {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  body header .hamburger {
    display: block;
    position: sticky;
    z-index: 3;
    right: 25px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  body header .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  body header .hamburger span:nth-child(1) {
    top: 10px;
  }
  body header .hamburger span:nth-child(2) {
    top: 20px;
  }
  body header .hamburger span:nth-child(3) {
    top: 30px;
  }
  body header .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  body header .hamburger.active span:nth-child(2), body header .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  body header nav.globalMenuSp {
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  body header nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    padding: 55px 0;
  }
  body header nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  body header nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  body header nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  body header nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  body header nav.globalMenuSp.active {
    opacity: 100;
    z-index: 2;
  }
}
body .mv {
  margin: 0 0 50px;
}
body .mv ul li {
  width: 100vw;
}
body .mv ul li img {
  width: 100%;
}
@media screen and (max-width: 620px) {
  body .mv {
    margin: 0 0 0px;
  }
}
body .about {
  margin: 0;
  background-image: url(../img/bg01.png);
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 620px) {
  body .about {
    background-position: bottom;
    background-size: contain;
  }
}
body .about p {
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.82);
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  body .about p {
    text-align: start;
    max-width: 85%;
  }
}
body .commitment {
  margin: 0;
}
body .commitment .bg02 {
  background-image: url(../img/bg02.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  body .commitment .bg02 {
    background-image: url(../img/bg02-sp.png);
  }
}
body .commitment .bg02 ul {
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: 45px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 785px) {
  body .commitment .bg02 ul {
    margin: 45px auto 0;
  }
}
body .commitment .bg02 ul li {
  background-image: url(../img/bg03.jpg);
  color: #0e0e0e;
  width: calc(50% - 15px);
  padding: 2em;
  margin-bottom: 30px;
}
body .commitment .bg02 ul li li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 785px) {
  body .commitment .bg02 ul li {
    width: 100%;
  }
}
body .commitment .bg02 ul li h3 {
  font-weight: 600;
  font-size: 1.2em;
  width: 280px;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
     border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 400px) {
  body .commitment .bg02 ul li h3 {
    width: 100%;
  }
}
body .commitment .bg02 ul li .data {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  body .commitment .bg02 ul li .data {
    display: block;
  }
}
@media screen and (max-width: 785px) {
  body .commitment .bg02 ul li .data {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 620px) {
  body .commitment .bg02 ul li .data {
    display: block;
  }
}
body .commitment .bg02 ul li .data .text {
  width: 65%;
  text-align: start;
}
body .commitment .bg02 ul li .data .text img {
  max-width: 100%;
}
body .commitment .bg02 ul li .data .text .icon {
  width: 100%;
  max-width: 1.5em;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 5px -3px 0;
}
@media screen and (max-width: 1280px) {
  body .commitment .bg02 ul li .data .text {
    width: 100%;
  }
}
@media screen and (max-width: 785px) {
  body .commitment .bg02 ul li .data .text {
    width: 65%;
  }
}
@media screen and (max-width: 620px) {
  body .commitment .bg02 ul li .data .text {
    width: 100%;
  }
}
body .commitment .bg02 ul li .data .text span {
  font-size: 0.8em;
}
body .commitment .bg02 ul li .data .img {
  width: 33%;
}
@media screen and (max-width: 1280px) {
  body .commitment .bg02 ul li .data .img {
    width: 100%;
  }
}
@media screen and (max-width: 785px) {
  body .commitment .bg02 ul li .data .img {
    width: 33%;
  }
}
@media screen and (max-width: 620px) {
  body .commitment .bg02 ul li .data .img {
    width: 100%;
  }
}
body .commitment .bg02 ul li .data .img img {
  width: 100%;
}
body .store_info {
  width: 90%;
  max-width: 1080px;
}
body .store_info ul li {
  display: flex;
  width: 100%;
  border-bottom: solid 1px;
  -o-border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
     border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
  padding: 10px 0 10px;
}
@media screen and (max-width: 785px) {
  body .store_info ul li {
    display: block;
  }
}
body .store_info ul li .label {
  width: 20%;
  padding-left: 5px;
}
@media screen and (max-width: 785px) {
  body .store_info ul li .label {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
body .store_info ul li .data {
  width: 80%;
  padding-right: 5px;
}
@media screen and (max-width: 785px) {
  body .store_info ul li .data {
    width: 100%;
    padding: 0 5px;
  }
}
body .store_info ul li:last-child {
  border-bottom: none;
}
body footer {
  margin: 60px auto 0;
  border-top: solid 2px;
  -o-border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
     border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
  padding-top: 60px;
}
body footer ul {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 620px) {
  body footer ul {
    display: block;
  }
  body footer ul li {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
body footer .footer-info_box {
  width: 90%;
  max-width: 330px;
  margin: 80px auto;
}
body footer .footer-info_box h1 {
  text-align: center;
}
body .copy-right {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
body .menu {
  margin: 0 0 120px;
}
body .menu .page-ttl {
  background-image: url(../img/ttl-menu.jpg);
  margin: 0 0 55px;
}
body .menu .menu-nav {
  display: flex;
  width: 600px;
  justify-content: space-between;
  margin: 45px auto;
}
@media screen and (max-width: 630px) {
  body .menu .menu-nav {
    display: block;
    width: 100%;
  }
}
body .menu .menu-nav li a.btn-border {
  background: #0e0e0e;
  padding: 0.8em 1.5em;
  width: 280px;
  display: block;
  text-align: center;
  border: #fff solid 1px;
}
@media screen and (max-width: 630px) {
  body .menu .menu-nav li a.btn-border {
    width: 300px;
    margin: 0 auto 20px;
  }
}
body .menu .menu-nav li a.btn-border:hover {
  color: #0e0e0e;
  background: #fff;
  opacity: 1;
  border: #0e0e0e solid 1px;
}
body .menu #recommend .page-ttl {
  background-image: url(../img/ttl-menu-sub-01.jpg);
}
body .menu #recommend ul {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  body .menu #recommend ul {
    display: block;
  }
}
body .menu #recommend ul li {
  width: 48%;
  background-color: #fff;
  padding: 2em 1em;
  color: #0e0e0e;
}
@media screen and (max-width: 990px) {
  body .menu #recommend ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0;
  }
}
@media screen and (max-width: 815px) {
  body .menu #recommend ul li {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  body .menu #recommend ul li a {
    width: 48%;
  }
}
@media screen and (max-width: 815px) {
  body .menu #recommend ul li a {
    width: 100%;
  }
}
body .menu #recommend ul li a img {
  width: 100%;
}
body .menu #recommend ul li p {
  margin-top: 10px;
}
@media screen and (max-width: 990px) {
  body .menu #recommend ul li p {
    width: 50%;
  }
}
@media screen and (max-width: 815px) {
  body .menu #recommend ul li p {
    width: 100%;
  }
}
body .menu #recommend ul li p span {
  display: block;
  font-size: 1.5em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  margin: 0 auto 20px;
  color: #aa8b00;
}
body .menu #recommend ul li p span:before, body .menu #recommend ul li p span:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
body .menu #recommend ul li p span:before {
  border-left: solid 1px #CDA706;
  border-top: solid 1px #CDA706;
  border-bottom: solid 1px #CDA706;
  left: 0;
}
body .menu #recommend ul li p span:after {
  content: "";
  border-top: solid 1px #CDA706;
  border-right: solid 1px #CDA706;
  border-bottom: solid 1px #CDA706;
  right: 0;
}
body .menu #full {
  margin: 60px 0 0;
}
body .menu #full .page-ttl {
  background-image: url(../img/ttl-menu-sub-02.jpg);
}
body .menu #full .food_list {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 630px) {
  body .menu #full .food_list {
    display: block;
  }
}
body .menu #full .food_list li dl {
  margin-bottom: 30px;
  border-bottom: #fff796 solid 1px;
  padding-bottom: 30px;
}
@media screen and (max-width: 630px) {
  body .menu #full .food_list li dl {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
body .menu #full .food_list li dl:last-child {
  border-bottom: none;
}
body .menu #full .food_list li dl dt {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 630px) {
  body .menu #full .food_list li dl dd {
    border-bottom: #fff796 solid 1px;
    padding-bottom: 30px;
  }
}
body .menu #full p {
  text-align: center;
  max-width: 1080px;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (max-width: 500px) {
  body .menu #full p {
    text-align: start;
  }
}
body .reserve .page-ttl {
  background-image: url(../img/ttl-reserve.jpg);
}
body .reserve .welcome {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
}
@media screen and (max-width: 500px) {
  body .reserve .welcome {
    width: 90%;
  }
}
body .reserve .error_messe {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
@media screen and (max-width: 500px) {
  body .reserve .error_messe {
    width: 90%;
  }
}
body .reserve .telarea .telarea_cont {
  border: solid 1px;
  -o-border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
     border-image: linear-gradient(to right, #aa9f00, #fff796, #aa9f00) 1;
  width: 600px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  body .reserve .telarea .telarea_cont {
    width: 90%;
  }
}
body .reserve .telarea .telarea_cont .tel {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
body .reserve .telarea .telarea_cont ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto;
}
body .reserve .telarea .telarea_cont ul li {
  display: flex;
}
body .reserve .telarea .telarea_cont ul li .label {
  min-width: 80px;
}
body .reserve .sheet {
  background-image: url(../img/bg02.png);
  margin: 0;
  padding: 120px 0;
  background-repeat: repeat;
}
@media screen and (max-width: 990px) {
  body .reserve .sheet {
    background-image: url(../img/bg02-sp.png);
  }
}
body .reserve .sheet img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
body .reserve .form dl {
  display: flex;
  max-width: 900px;
  width: 95%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 900px) {
  body .reserve .form dl {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
  }
}
body .reserve .form dl dt {
  width: 30%;
}
@media screen and (max-width: 900px) {
  body .reserve .form dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
body .reserve .form dl dt::before {
  content: "必須";
  margin-top: 3px;
  margin-right: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background: #770000;
  padding: 0 0.5em;
}
body .reserve .form dl .no-input-ok::before {
  display: none;
}
body .reserve .form dl dd {
  width: 68%;
}
@media screen and (max-width: 900px) {
  body .reserve .form dl dd {
    width: 100%;
  }
}
body .reserve .form dl dd input,
body .reserve .form dl dd select,
body .reserve .form dl dd textarea {
  background-color: #fff;
  width: 100%;
  padding: 5px;
  color: #0e0e0e;
  width: 100%;
}
body .reserve .btn {
  display: flex;
  max-width: 400px;
  justify-content: space-around;
  margin: 45px auto;
}
body .reserve .btn input {
  display: block;
  background-color: #e9e9e9;
  padding: 1em 3em;
  color: #3c3c3c;
}
body .reserve .btn .kakunin {
  background-color: #aa8b00;
  color: #fff;
}
body .reserve .formTable {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body .reserve .formTable tr th {
  width: 150px;
  text-align: start;
}/*# sourceMappingURL=style.css.map */