@charset "utf-8";
/* CSS Document */
.color {
  background-color: #FFF;
}
/*header SP*/
.logo_Mark {
  float: inherit;
  width: 45px;
  height: auto;
  object-fit: contain;
  margin-top: 10px;
}
.header nav ul li {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
/*header PC*/
@media (min-width: 768px) {
  .logo_Mark {
    position: relative;
    left: 60px;
    z-index: 900;
    float: left;
    width: 45px;
    height: 100%;
    object-fit: contain;
    margin-top: 5px;
    margin-right: 70px;
  }
}
@media (min-width: 1020px) {
  .logo_Mark {
    left: 70px;
    width: 70px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .logo_Mark {
    left: 120px;
  }
}
.main {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
/*top SP*/
.section-top {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  /*border: 2px solid #F88536;*/
}
.section-top {
  background-image: url("../images/top/Egge_burger_onTable.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 300px;
  height: auto;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .80));
}
@media (min-width: 1200px) {
  .logo {
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .logo {
    width: 400px;
  }
}
@media (min-width: 1600px) {
  .logo {
    width: 450px;
  }
}
@media (min-width: 1900px) {
  .logo {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .section-top {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .section-top {
    height: 800px;
  }
}
@media (min-width: 1620px) {
  .section-top {
    height: 1000px;
  }
}
.section-about {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-bottom: solid 3px rgba(95, 59, 49, 1.0);
}
.section-about h2 {
  padding: 50px 0 20px;
  text-align: left;
  font-size: 3.0rem;
  margin-left: 25px;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
.section-about ul li {
  list-style: none;
  padding-bottom: 30px;
}
.section-about ul li img {
  padding-left: 20px;
  object-fit: cover;
  width: 325px;
  height: 200px;
  filter: drop-shadow(-20px 30px 0px rgba(239, 130, 0, .80));
}
.section-about ul li p {
  padding-top: 20px;
  width: 325px;
  height: auto;
  text-align: left;
  line-height: 2.5rem;
  margin: 0 auto 10px;
}
.section-about ul li a {
  padding-bottom: 50px;
}
.insta_btn { /*ボタンの下地*/
  margin: 20px;
  color: #FFF; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px; /*高さ*/
  width: auto; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 23px; /*文字のサイズ*/
  line-height: 50px; /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
  padding: 0 10px;
}
.insta_btn:before { /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn .fa-instagram { /*アイコン*/
  font-size: 30px; /*アイコンサイズ*/
  position: relative;
  top: 4px; /*アイコン位置の微調整*/
}
.insta_btn span { /*テキスト*/
  display: inline-block;
  position: relative;
  transition: .5s
}
.insta_btn:hover span { /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
@media (min-width: 500px) {
  .section-about h2 {
    padding: 50px 25px 20px;
    text-align: left;
    margin: 0 auto;
    width: 375px;
  }
}
@media (min-width: 768px) {
  .section-about h2 {
    text-align: left;
    margin-left: 10px;
  }
  .section-about ul {
    display: flex;
    width: 100%;
    padding-left: 30px;
    justify-content: center;
    gap: 10px;
  }
  .section-about ul li {
    padding-bottom: 50px;
  }
  .section-about ul li img {
    padding-left: 25px;
    height: 300px;
    width: 325px;
  }
  .section-about ul li p {
    width: 325px;
    padding-top: 0;
  }
}
/*about PC*/
@media (min-width: 820px) {
  .section-about h2 {
    text-align: left;
    margin-left: 50px;
    padding-left: 0;
  }
  .section-about img {
    filter: drop-shadow(-25px 30px 0px rgba(239, 130, 0, .80));
  }
}
@media (min-width: 1200px) {
  .section-about {
    margin-top: 0;
  }
  .section-about h2 {
    font-size: 4.0rem;
    padding: 80px 0 30px;
    margin-left: 80px;
  }
  .section-about ul li img {
    padding-left: 25px;
    height: 345px;
    width: 500px;
    filter: drop-shadow(-50px 50px 0px rgba(239, 130, 0, .80));
  }
  .section-about ul li p {
    padding-left: 30px;
    font-size: 2.0rem;
    line-height: 3.5rem;
    width: 500px;
  }
}
@media (min-width: 1440px) {
  .section-about ul li {
    padding-bottom: 80px;
  }
  .insta_btn {
    margin: 30px 0 0 -100px;
  }
  .section-about ul {
    gap: 50px;
  }
  .section-about ul li img {
    height: 360px;
    width: 600px;
    filter: drop-shadow(-45px 45px 0px rgba(239, 130, 0, .80));
  }
}
@media (min-width: 1620px) {
  .section-about {
    width: 1600px;
    margin: 0 auto;
  }
  .section-about ul li p {
    font-size: 2.4rem;
    line-height: 3.8rem;
    width: 600px;
    margin-top: -10px;
  }
  .insta_btn {
    margin: 15px 0 0 -200px;
  }
}
/*menu SP*/
.section-menu {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
}
.section-menu h2 {
  width: 325px;
  border: 3px solid;
  font-size: 3.0rem;
  padding: 15px 10px;
  margin: 0 auto 30px;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
.section-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-menu__item-picture {
  width: 325px;
  height: 200px;
  object-fit: cover;
}
.section-menu ul li {
  width: 325px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  list-style: none;
}
.section-menu h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
}
.section-menu h4 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin-bottom: 5px;
}
.section-menu__item-description {
  font-family: "Noto Sans JP";
  padding: 0 0 10px;
  color: #5F3B31;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 400;
}
.section-menu ul li p {
  padding: 5px 0 30px;
}
/*menu TAB */
@media(min-width:768px) {
  .section-menu h2 {
    margin-left: 50px;
    width: 250px;
  }
  .section-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
  .section-menu ul li {
    margin: 0;
  }
  .section-menu ul li p {
    padding-bottom: 0;
  }
  .section-menu ul li:last-child {
    margin-top: 0;
  }
}
/*menu PC*/
@media(min-width:1200px) {
  .section-menu h2 {
    font-size: 4.0rem;
    width: 330px;
    margin: 80px 0 30px 80px;
  }
  .section-menu__item-picture {
    width: 350px;
    height: 250px;
    object-fit: cover;
  }
  .section-menu ul li {
    width: 350px;
  }
  .section-menu h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 5px 0;
  }
  .section-menu h4 {
    font-size: 2.3rem;
    line-height: 3.5rem;
    margin-bottom: 5px;
  }
  .section-menu ul li p {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
}
@media(min-width:1400px) {
  .section-menu {
    margin-top: 80px;
  }
}
@media(min-width:1620px) {
  .section-menu {
    width: 1620px;
    padding-top: 100px;
    margin: 0 auto;
  }
  .section-menu h2 {
    margin-bottom: 50px;
  }
  .section-menu__item-picture {
    width: 450px;
    height: 300px;
  }
  .section-menu ul {
    gap: 50px;
  }
  .section-menu ul li {
    width: 450px;
  }
  .section-menu h3 {
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
  .section-menu h4 {
    font-size: 2.8rem;
    line-height: 4.0rem;
    margin-bottom: 10px;
  }
  .section-menu ul li p {
    width: 450px;
    height: 140px;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.section-category {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
}
.section-category h2 {
  text-align: center;
  width: 325px;
  border: 3px solid;
  font-size: 3.0rem;
  padding: 15px 10px;
  margin: 0 auto 20px;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
.section-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 325px;
  margin: 0 auto;
}
.section-category ul li {
  list-style: none;
}
.section-category ul li img {
  width: 130px;
  height: auto;
  margin: 10px;
}
@media(min-width:768px) {
  .section-category h2 {
    margin-left: 50px;
    width: 250px;
  }
  .section-category ul {
    flex-direction: row;
    width: 100%;
    padding: 0 50px;
    justify-content: space-between;
  }
  .section-category ul li img {
    width: 180px;
    height: auto;
  }
}
@media(min-width:1000px) {
  .section-category ul {
    width: 800px;
  }
}
@media(min-width:1200px) {
  .section-category {
    padding-bottom: 80px
  }
  .section-category h2 {
    font-size: 4.0rem;
    width: 330px;
    margin: 80px 0 30px 80px;
  }
  .section-category ul {
    width: 1000px;
    padding: 0 50px;
  }
  .section-category ul li img {
    width: 200px;
  }
}
@media(min-width:1620px) {
  .section-category {
    width: 1620px;
    padding: 100px 0;
    margin: 0 auto;
  }
  .section-category h2 {
    margin: 50px 0 50px 80px;
  }
  .section-category ul li img {
    width: 250px;
    margin: 0 -70px;
  }
  .section-category ul {
    padding: 0;
    margin: 0 auto;
  }
}
/*access SP */
.section-access {
  background-color: #FFFCD0;
  margin-top: 30px;
  padding: 0 0 30px;
}
.section-access h2 {
  padding: 30px 0 20px;
  text-align: left;
  font-size: 3.0rem;
  margin-left: 25px;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
.section-access_wrapper {
  text-align: center;
}
.section-access img {
  width: 325px;
  height: 200px;
  object-fit: cover;
}
.section-access address {
  width: 325px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  line-height: 1.8rem;
  font-style: normal;
}
.section-access .section-address__map {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
.section-address__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 500px) {
  .section-access h2 {
    padding: 50px 25px 20px;
    text-align: left;
    margin: 0 auto;
    width: 375px;
  }
}
@media (min-width: 768px) {
  .section-access h2 {
    text-align: left;
    margin-left: 50px;
    padding-left: 0;
  }
  .section-access_wrapper {
    display: flex;
    width: 100%;
    /* padding-left: 30px; */
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }
  .section-access__picture {
    margin: 0 10px 0 30px;
    width: 325px;
  }
  .section-access address {
    margin: 0 15px 30px;
    padding: 10px 0 20px;
  }
  .section-access .section-address__map {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-access {
    padding: 0 0 50px;
    margin-top: 0;
  }
  .section-access h2 {
    font-size: 4.0rem;
    padding: 80px 0 30px;
    margin-left: 80px;
  }
  .section-access img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    margin: 9px 30px 50px 33px;
  }
  .section-access address {
    width: 500px;
    margin: 0 15px 30px;
    padding: 10px 0 20px;
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
}
@media (min-width: 1620px) {
  .section-access {
    padding: 0;
    margin-top: 0;
  }
  .section-access h2 {
    font-size: 4.0rem;
    padding: 80px 0 30px 80px;
    margin: 0 auto;
    width: 1620px;
  }
  .section-access_wrapper {
    width: 1620px;
  }
  .section-access img {
    width: 600px;
    height: 350px;
  }
  .section-access address {
    width: 500px;
    margin: 0 15px 30px;
    padding: 10px 0 20px;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .closed-day {
    display: none;
  }
  .section-access .section-address__map {
    width: 100%;
    height: 550px;
  }
  .section-address__map {
    padding: 50px 0;
  }
}
.footer {
  display: block;
  width: 100%;
  min-height: 80px;
  background-color: #5F3B31;
  padding: 20px 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
}
.footer small {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
  }
}