/* CSS Document */
/* CSS Document */
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3 {
  margin-bottom: 25px;
}

h1 {
  font-size: 30px;
}

h2,
h3 {
  font-size: 20px;
  text-indent: 1rem;
  border-left: 2px solid #333333;
}

img {
  width: 100%;
  height: auto;
}

header {
  margin: 30px 0;
}

body {
  background-color: #fa8c47;
  margin-bottom: 30px;
}

.wrapper {
  padding: 30px;
  width: 1170px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 15px;
}
@media screen and (max-width: 1180px) {
  .wrapper {
    width: 90%;
  }
}

#firstview {
  margin-bottom: 60px;
}
#firstview h2.shop_name {
  font-size: 30px;
  text-indent: 0;
  border: none;
  font-weight: bolder;
}
#firstview .tel {
  font-size: 30px;
  font-weight: bold;
}
#firstview .tel a {
  text-decoration: none;
  color: #333333;
}

#recommend {
  margin-bottom: 60px;
}

#menu {
  margin-bottom: 60px;
}
#menu table {
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
}
#menu table tr {
  background-color: #eeeeee;
}
#menu table tr:nth-child(2n) {
  background-color: #ffffff;
}
#menu table td {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
#menu table td:nth-child(2n) {
  text-align: right;
}

#information {
  margin-bottom: 60px;
}
#information table {
  width: 100%;
  border-top: 1px solid #cccccc;
}
#information table tr {
  background-color: #eeeeee;
}
#information table tr:nth-child(2n) {
  background-color: #ffffff;
}
#information table td {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
#information table td:first-child {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  #information table {
    display: block;
  }
  #information table tr {
    display: block;
    width: 100%;
  }
  #information table td {
    display: block;
    width: 100%;
  }
}

textarea {
  width: 100%;
  height: 7rem;
  margin-bottom: 30px;
  margin-top: 10px;
}

input[type=text] {
  width: 100%;
  padding: 5px 10px;
}

input[type=tel] {
  width: 100%;
  padding: 5px 10px;
}

button {
  background-color: #1573cb;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}

.thumbnail {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 10px;
}

#menu-fields button {
  width: 70px;
  text-align: center;
}
#menu-fields .menu_name {
  width: calc(80% - 80px);
}
#menu-fields .menu_price {
  width: 20%;
  text-align: right;
}

.custom-file-input {
  display: none;
}

.custom-file-label {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.custom-file-label:hover {
  background-color: #0056b3;
}

h2,
h3 {
  font-size: 20px;
  text-indent: 0;
  border-left: none;
}

h2 {
  font-size: 30px;
}

#update-message {
  color: red;
  margin-bottom: 20px;
}/*# sourceMappingURL=main.css.map */