@charset "UTF-8";
.main_visual {
  position: relative;
}
.main_visual img {
  width: 100%;
  margin-top: 100px;
  height: 700px;
}
.main_visual .main_title {
  position: absolute;
  bottom: 20px;
}
.main_visual h3 {
  font-size: clamp(40px, 4vw, 60px);
  margin: 0;
  color: #4F200D;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
}
.main_visual h1 {
  margin: 0;
  color: #4F200D;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  font-size: clamp(80px, 14vw, 200px);
}

.about {
  margin-top: 120px;
  margin: 80px 50px;
}
.about h2 {
  font-size: 60px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  margin: 0;
}
.about .about_flex {
  display: flex;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .about .about_flex {
    display: block;
  }
}
.about img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .about img {
    width: 100%;
    height: auto;
  }
}
.about .about_copy {
  margin: auto 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .about .about_copy {
    margin: 30px 0;
  }
}
.about h3 {
  color: #4F200D;
  font-size: 30px;
  margin: 0;
}
.about p {
  color: #4F200D;
  font-size: 16px;
  text-indent: 0.2em;
}
.about .about_link {
  text-align: right;
}
.about a {
  font-weight: bold;
  color: #4F200D;
}

.menu {
  margin: 80px 50px;
}
.menu h2 {
  font-size: 60px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  margin: 0;
  text-align: right;
}
.menu .menu_flex {
  display: flex;
  flex-direction: row-reverse;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .menu .menu_flex {
    display: block;
  }
}
.menu img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .menu img {
    width: 100%;
    height: auto;
  }
}
.menu .menu_copy {
  margin: auto 50px auto 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .menu .menu_copy {
    margin: 30px 0;
  }
}
.menu h3 {
  color: #4F200D;
  font-size: 30px;
  margin: 0;
}
.menu p {
  color: #4F200D;
  font-size: 16px;
  text-indent: 0.2em;
}
.menu a {
  text-align: right;
  font-weight: bold;
  color: #4F200D;
}

.takeout {
  margin: 80px 0;
}
.takeout h2 {
  font-size: 60px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  margin: 0;
  text-align: center;
}
.takeout .takeout_img {
  background-image: url(../image/takeout2.jpg);
  height: 400px;
  background-position: center bottom 30%;
  position: relative;
}
.takeout .takeout_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
  position: absolute;
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .takeout .takeout_copy {
    right: 0;
  }
}
.takeout h3 {
  font-size: 30px;
  color: #4F200D;
}
.takeout p {
  color: #4F200D;
}

.access {
  background-color: #4F200D;
  margin: 80px 0 50px;
  padding: 30px 50px 50px;
  /* Google Mapを囲う要素 */
  /* Google Mapのiframe */
}
.access h2 {
  font-size: 50px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  text-align: center;
  color: #F6F1E9;
  margin: 0 0 30px 0;
}
.access .map {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .access .map {
    display: block;
    text-align: center;
  }
}
.access img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .access .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */
  }
}
@media screen and (max-width: 767px) {
  .access .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access .address {
  width: 500px;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .access .address {
    margin: auto;
    padding: 0;
    width: auto;
  }
}
.access .address_flex {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .access .address_flex {
    margin-top: 0;
  }
}
.access h3,
.access h4,
.access p {
  color: #F6F1E9;
}
.access h3 {
  font-size: 50px;
  margin: 0;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
}
.access h4 {
  font-size: 20px;
  margin: 20px 0 5px 0;
}
.access p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */