@charset "UTF-8";
.top_img {
  width: 100%;
  height: 250px;
  background-image: url(img/sub_topimg.jpg);
  background-position: 35% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top_img h2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents {
  background-color: #F7F7F5;
  max-width: 100%;
  margin: 0 auto;
}
.contents h3 {
  padding-top: 20px;
  text-align: center;
}
.contents h3 img {
  padding-bottom: 20px;
}
.contents h3 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: lighter;
}
.contents h3 span:nth-of-type(1) {
  font-size: 20px;
}
.contents h3 span:nth-of-type(2) {
  font-size: 16px;
}
.contents .lunchsets {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents .lunchsets .lunchsets_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch {
  width: 400px;
  background-color: #fff;
  margin-top: 30px;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents .lunchsets .lunchsets_inner .weekdaylunch h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch h4:nth-of-type(1) {
  padding-top: 40px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch h4:nth-of-type(4) {
  padding-top: 50px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch h4:nth-of-type(5) {
  padding-top: 10px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch h4:nth-of-type(6) {
  padding-top: 10px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-size: 14px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch p:nth-of-type(1) {
  padding-top: 40px;
}
.contents .lunchsets .lunchsets_inner .weekdaylunch p:nth-of-type(2) {
  padding-top: 50px;
  padding-bottom: 40px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch {
  width: 400px;
  background-color: #fff;
  margin-top: 30px;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.contents .lunchsets .lunchsets_inner .holidaylunch.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents .lunchsets .lunchsets_inner .holidaylunch h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
}
.contents .lunchsets .lunchsets_inner .holidaylunch h4:nth-of-type(1) {
  padding-top: 40px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch h4:nth-of-type(4) {
  padding-top: 50px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch h4:nth-of-type(5) {
  padding-top: 10px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-size: 14px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch p:nth-of-type(1) {
  padding-top: 40px;
}
.contents .lunchsets .lunchsets_inner .holidaylunch p:nth-of-type(2) {
  padding-top: 95.2px;
  padding-bottom: 40px;
}
.contents .imgbox {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  gap: 30px;
}
.contents .imgbox img {
  max-width: 100%;
  height: auto;
}
.contents .setdrink {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 20px;
  border: 1px dashed #000;
  margin-bottom: 50px;
}
.contents .setdrink h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
  transform: translateY(-50%);
}
.contents .setdrink .setdrink_inner {
  width: 80%;
  margin: 0 auto;
}
.contents .setdrink p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}
.contents .setdrink p:nth-of-type(3) {
  padding-top: 20px;
}
.contents .cakeset {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 20px;
  border: 1px dashed #000;
  margin-bottom: 70px;
}
.contents .cakeset h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
  transform: translateY(-50%);
}
.contents .cakeset .cakeset_inner {
  width: 80%;
  margin: 0 auto;
}
.contents .cakeset p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}
.contents .cakeset p:nth-of-type(2) {
  padding-top: 20px;
}
.contents .shereset h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
}
.contents .shereset p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.contents .shereset p:nth-of-type(1) {
  padding-top: 20px;
}
.contents .shereset .shereset_outer {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  margin-bottom: 70px;
}
.contents .shereset .shereset_outer .sheresetbox {
  margin-top: 40px;
  background-color: #fff;
  height: 388px;
  width: 300px;
  border-top: 6px solid #B5A37D;
  border-bottom: 6px solid #B5A37D;
}
.contents .shereset .shereset_outer .sheresetbox h4:nth-of-type(1) {
  margin-top: 50px;
}
.contents .shereset .shereset_outer .sheresetbox h5 {
  padding-top: 50px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.contents .shereset .shereset_outer .sheresetbox p {
  font-size: 14px;
}
.contents .shereset .shereset_outer .sheresetbox p:nth-of-type(1) {
  padding-top: 0px;
}
.contents .shereset .shereset_outer .sheresetbox p:nth-of-type(2) {
  padding-bottom: 0px;
}
.contents .course h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
}
.contents .course p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.contents .course p:nth-of-type(1) {
  padding-top: 20px;
}
.contents .course .course_outer {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  gap: 30px;
  padding: 0 30px 0;
}
.contents .course .course_outer .coursebox {
  margin-top: 40px;
  background-color: #fff;
  height: 432px;
  width: 300px;
  border-top: 6px solid #B5A37D;
  border-bottom: 6px solid #B5A37D;
}
.contents .course .course_outer .coursebox h4:nth-of-type(1) {
  margin-top: 50px;
}
.contents .course .course_outer .coursebox h5 {
  padding-top: 50px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.contents .course .course_outer .coursebox p {
  font-size: 14px;
}
.contents .course .course_outer .coursebox p:nth-of-type(1) {
  padding-top: 0px;
}
.contents .course .course_outer .coursebox p:nth-of-type(2) {
  padding-bottom: 0px;
}
.contents .course .alacartebtn p {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: right;
}
.contents .course .alacartebtn p img {
  max-width: 100%;
  height: auto;
}
.contents .desert {
  padding-top: 100px;
}
.contents .desert h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Yu Mincho", "YuMincho";
}
.contents .desert h4 img {
  padding-bottom: 20px;
}
.contents .desert h4:nth-of-type(2) {
  padding-bottom: 40px;
}
.contents .desert .desert_outer {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 100px;
}
.contents .desert .desert_outer .pictbox {
  max-width: 450px;
}
.contents .desert .desert_outer .textbox {
  max-width: 450px;
  padding: 50px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contents .desert .desert_outer .textbox h5 {
  font-size: 16px;
}
.contents .desert .desert_outer .textbox p {
  font-size: 14px;
}
.contents #res3-1 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
.contents #res3-1.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents #res3-2 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.contents #res3-2.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents #rescoursebox1 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
.contents #rescoursebox1.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents #rescoursebox2 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.contents #rescoursebox2.appear {
  opacity: 1;
  transform: translateY(0);
}
.contents #rescoursebox3 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}
.contents #rescoursebox3.appear {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .contents #res1 {
    display: block;
  }
  .contents #res1-1 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .contents #res1-2 {
    width: 60%;
    margin: 0 auto;
  }
  .contents #res2 {
    display: block;
  }
  .contents #res2-1 {
    transition-delay: 0s;
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .contents #res2-2 {
    width: 60%;
    margin: 0 auto;
  }
  .contents #res3 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .contents #res3-1 {
    width: 100%;
  }
  .contents #res3-2 {
    width: 100%;
    transition-delay: 0s;
  }
  .contents #res4 {
    display: block;
  }
  .contents #res4-1 {
    margin: 0 auto;
  }
  .contents #res4-2 {
    max-width: 100%;
    height: auto;
  }
  .contents #res4-3 {
    max-width: 100%;
    height: auto;
  }
  .contents #rescourse {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .contents #rescoursebox1 {
    width: 100%;
  }
  .contents #rescoursebox2 {
    width: 100%;
    transition-delay: 0s;
  }
  .contents #rescoursebox3 {
    width: 100%;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 424px) {
  #resimg {
    flex-direction: column;
    gap: 30px;
  }
  #alacartebtn {
    text-align: center;
  }
}/*# sourceMappingURL=lunch.css.map */