@charset "UTF-8";
.top_img {
  width: 100%;
  height: 250px;
  background-image: url(img/sub_topimg.jpg);
  background-position: 35% 75%;
  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;
  padding-bottom: 20px;
}
.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;
}
.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;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.contents .shereset {
  padding-top: 100px;
}
.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;
}
.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 .dogcourse {
  max-width: 1000px;
  padding-top: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.contents .dogcourse .dctext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
}
.contents .dogcourse .dctext h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 22px;
  text-align: center;
}
.contents .dogcourse .dctext p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contents .dogcourse .dctext .dctext_inner {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1px dashed #B5A37D;
  background-color: #fff;
  text-align: center;
}
.contents .dogcourse .dctext .dctext_inner p {
  font-family: "Yu Mincho", "YuMincho";
}
.contents .dogcourse .dcpic p {
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.contents .dogcourse .dcpic p img {
  max-width: 100%;
  height: auto;
}

#res21 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
#res21.appear {
  opacity: 1;
  transform: translateY(0);
}

#res22 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
#res22.appear {
  opacity: 1;
  transform: translateY(0);
}

#res23 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}
#res23.appear {
  opacity: 1;
  transform: translateY(0);
}

#res4-1 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
}
#res4-1.appear {
  opacity: 1;
  transform: translateY(0);
}

#res4-2 {
  transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
#res4-2.appear {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 900px) {
  #res1 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #res21 {
    width: 100%;
  }
  #res22 {
    width: 100%;
    transition-delay: 0s;
  }
  #res23 {
    width: 100%;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 755px) {
  #res3 {
    display: block;
  }
  #resdctext {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #res4 {
    display: block;
  }
  #res4-1 {
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    transition-delay: 0s;
  }
  #res4-2 {
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    transition-delay: 0s;
  }
  #alacartebtn {
    text-align: center;
  }
}/*# sourceMappingURL=dinner.css.map */