@charset "UTF-8";
section {
  padding-bottom: 7em;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  section {
    font-size: 1.4rem;
  }
}

section h2 {
  font-size: 6.0rem;
  text-align: center;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  padding: 0.3em 0;
  letter-spacing: 0.05em;
  font-family: 'Times New Roman', 'Noto Serif JP';
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  section h2 {
    font-size: 3.0rem;
  }
}

section .allergy {
  margin-top: 2em;
}

section .allergy .btn {
  text-align: right;
  margin-bottom: 2em;
}

section .allergy .btn a {
  display: inline-block;
  background-color: #e5dfd6;
  font-size: 2.8rem;
  padding: 10px 0;
  width: 335px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  section .allergy .btn a {
    font-size: 1.4rem;
    width: 60%;
  }
}

section .allergy .btn a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 14px;
}

@media screen and (max-width: 768px) {
  section .allergy .btn a:after {
    width: 7px;
    height: 7px;
    top: 36%;
  }
}

section .allergy .accodion {
  display: none;
}

section .allergy .accodion ul {
  list-style: disc;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section .allergy .accodion ul li {
  line-height: 1.5;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  section .allergy .accodion ul li {
    font-size: 1.3rem;
  }
}

#sec01 {
  padding-bottom: 2em;
}

#sec01 .intro {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 7em;
}

@media screen and (max-width: 768px) {
  #sec01 .intro {
    margin-top: 1em;
    margin-bottom: 3em;
  }
}

#sec01 .intro h2 {
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 7.0rem;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border: none;
}

@media screen and (max-width: 768px) {
  #sec01 .intro h2 {
    font-size: 2.7rem;
    margin-bottom: 1em;
  }
}

#sec01 .intro p {
  font-size: 2.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #sec01 .intro p {
    font-size: 1.4rem;
  }
}

#menu {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  #menu h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#menu .menu01 {
  /* 20220601 yamamoto 下に別途追記
        background-image: url(../img/bg_menu01.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% auto;*/
  padding-top: 5.2em;
}

#menu .menu02 {
  background-image: url(../img/bg_menu02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 2.5em;
  padding-bottom: 2em;
}

#menu .block {
  padding: 1.5em 0 0 0;
}

#menu .block h3 {
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #menu .block h3 {
    font-size: 2.25rem;
  }
}

#menu .block h3 span {
  display: block;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  #menu .block h3 span {
    font-size: 1.8rem;
  }
}

#menu .block .price {
  text-align: center;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  #menu .block .price {
    font-size: 1.7rem;
  }
}

#menu .block .price span {
  font-size: 5.2rem;
  font-family: 'Times New Roman', 'Noto Serif JP';
}

@media screen and (max-width: 768px) {
  #menu .block .price span {
    font-size: 2.6rem;
  }
}

#menu .list {
  margin-top: 1em;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
}

#menu .list .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

#menu .list .headline .num {
  font-size: 12.0rem;
  margin-right: 20px;
  font-family: 'Times New Roman', 'Noto Serif JP';
}

@media screen and (max-width: 768px) {
  #menu .list .headline .num {
    font-size: 6.0rem;
  }
}

#menu .list figure {
  text-align: center;
}

#menu .list h3 {
  font-size: 5.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #menu .list h3 {
    font-size: 2.7rem;
  }
}

#menu .list h3 span {
  color: #9f0e16;
  font-size: 3.4rem;
  display: block;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  #menu .list h3 span {
    font-size: 1.7rem;
  }
}

#menu .list .category {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

#menu .list .category .label {
  margin-right: 20px;
}

#menu .list .category .label span {
  display: block;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 2.8rem;
  text-align: center;
  background-color: #e5dfd6;
}

@media screen and (max-width: 768px) {
  #menu .list .category .label span {
    font-size: 1.4rem;
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
    line-height: 14vw;
    /* width: 50px;
                        height: 50px;
                        border-radius: 25px;
                        line-height: 50px; */
  }
}

#menu .list .category .name {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #menu .list .category .name {
    font-size: 2.25rem;
  }
}

#menu .list .category .name span {
  font-size: 2.8rem;
  display: inline-block;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #menu .list .category .name span {
    font-size: 1.4rem;
  }
}

#menu .list .naiyo_box {
  padding: 0 1em;
}

#menu .list .naiyo_box .naiyo {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}

#menu .list .naiyo_box .naiyo li {
  width: 50%;
  font-size: 2.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #menu .list .naiyo_box .naiyo li {
    font-size: 1.4rem;
  }
}

#menu .list .naiyo_box p.note {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  #menu .list .naiyo_box p.note {
    font-size: 1.3rem;
  }
}

#menu .list.bar {
  position: relative;
}

#menu .list.bar:before {
  content: "";
  display: block;
  transform: rotate(-10deg);
  width: 90%;
  height: 4px;
  background-color: #ded5c8;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #menu .list.bar:before {
    height: 2px;
    top: -10vw;
  }
}

#menu .menu03 .bar:before {
  top: -160px;
}

@media screen and (max-width: 768px) {
  #menu .menu03 .bar:before {
    top: -20vw;
  }
}

#option {
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  #option {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#option > p {
  text-align: center;
  font-size: 2.8rem;
  margin: 1.5em 0;
}

@media screen and (max-width: 768px) {
  #option > p {
    font-size: 1.7rem;
  }
}

#option .set figure {
  text-align: center;
}

#option .set .name {
  font-size: 5.4rem;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: -10%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #option .set .name {
    font-size: 2.7rem;
  }
}

#option .set .name p.price {
  font-weight: normal;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  #option .set .name p.price {
    font-size: 1.7rem;
  }
}

#option .set .name p.price span {
  font-size: 5.2rem;
  font-family: 'Times New Roman', 'Noto Serif JP';
}

@media screen and (max-width: 768px) {
  #option .set .name p.price span {
    font-size: 2.6rem;
  }
}

#option .set > p {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  #option .set > p {
    font-size: 1.4rem;
  }
}

#option .set p.note {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  #option .set p.note {
    font-size: 1.3rem;
  }
}

#kids {
  background-color: #faf4e8;
  position: relative;
  padding-bottom: 3em;
}

#kids:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #kids:before {
    height: 21vw;
  }
}

#kids .bg {
  background-image: url(../img/bg_kids.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}

#kids .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-color: #faf4e8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#kids .bg h2 {
  border: none;
  text-align: left;
  padding-left: 0.2em;
}

@media screen and (max-width: 768px) {
  #kids .bg h2 {
    width: 80%;
  }
}

#kids .bg div {
  text-align: center;
}

#kids .bg .img02 {
  margin-top: -2em;
}

#kids .bg .img04 {
  position: relative;
  z-index: 3;
}

#kids .bg .allergy .btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

#kids .bg .allergy ul {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

#kids .bg .allergy ul li {
  text-align: left;
}

#menu .menu01 .list {
  margin-top: 2em;
  background-image: url(../img/bg_menu01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 1em;
}

#menu .menu01 .list .headline {
  align-items: flex-end;
}

#menu .menu03 .list {
  margin-top: 2em;
  background-image: url(../img/bg_menu03_2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 1em;
}

.menu_txt {
  font-size: 4rem;
  color: #000;
  text-align: center;
  margin-top: 4%;
}

#restaurant {
  background-color: #FCFCFC;
}

.menu03 {
  position: relative;
}

.menu03 .menu03_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#sec01 .intro {
  background-color: #eeeeed;
  text-align: center;
  padding-top: 1em !important;
  padding-bottom: 7em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#menu .menu01 {
  padding: 0;
}

.menu03 .list .headline {
  margin-bottom: 0 !important;
}

#menu .menu03 .list {
  margin-bottom: 0 !important;
  background-position: 0px -20px;
}

@media screen and (min-width: 768px) {
  #menu .menu03 .list {
    background-position: 0px -43px;
  }
  /* スクリーンサイズが768px以上の場合に適用 */
}
