@charset "utf-8";
html {
  color: #452929;
  font-size: 12px;
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: rgb(31, 31, 31);
}

p {
  line-height: 1.5;
}


/* ヘッダー　*/

header {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.706);
  /* border-bottom: 8px solid rgb(63, 155, 83)!important; */
}

.logo {
  position: absolute;
  top: 5px;
  left: 15px;
}

header .logo img {
  display: inline;
  margin-left: 5px;
  padding: 0;
  font-size: inherit;
  width: 200px;
}

header nav {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0;
  width: auto;
  height: auto;
  margin-right: 15px;
  font-size: 1.4rem;
  opacity: 1;
}

header nav ul {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

header nav ul li {
  display: inline-block;
  height: 35px;
  border-radius: 2px;
  line-height: 35px;
}

header nav ul li a {
  display: block;
  padding: 0 15px;
  color: #452929;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color .3s;
}

header nav ul li:hover a {
  opacity: 0.4;
}

#drawer_toggle {
  display: none;
}


/* ヘッダー ここまで */

main {
  font-size: 1.6rem;
}

.menu-top {
  font-size: 1.5rem;
  background-color: #84BB58
}

.menu-btn {
  display: flex;
  justify-content: center;
}

.menu-title {
  display: flex;
  align-items: center;
  color: #452929;
  min-height: 40px;
  border-left: 6px solid #d03a0d;
  padding-left: 16px;
  margin-left: 15px;
  margin-top: 10px;
}

.menu-title h2 {
  font-size: 26px;
}


/* .menu-nav a {
    text-decoration: none;
    color: #fff;
} */

a.btn-green {
  padding: 1.5em;
  margin: 10px 20px;
  display: block;
  color: #fff !important;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
}

a.btn-green:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("https://webnetamemo.com/wp2/wp-content/uploads/2017/08/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-green:hover {
  background: #6FB83F;
}

.top-title {
  display: flex;
  align-items: center;
  color: #452929;
  min-height: 40px;
  border-left: 6px solid #d03a0d;
  padding-left: 16px;
  margin-left: 15px;
  margin-top: 10px;
}

.top-title {
  font-size: 26px;
}


/* .menu-top a:hover {
    border-bottom: 5px solid rgba(255, 255, 255, 0.452)!important;
    text-shadow: 1px 2px 3px rgb(87, 87, 87);
} */


/*=======ここまでヘッダー固定=========*/


/*==========================*/

#menu-cards {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.card {
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 25%;
  background-color: #ffffff;
  border: 1px solid lightgray;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.card-set {
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 35%;
  background-color: #ffffff;
  border: 1px solid lightgray;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.card:nth-child(6) {
  background-color: #ffffff;
}

.picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.menu-body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 14% 13px 14%;
}

.menu-name {
  font-family: YuMincho, /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-size: 1.8rem;
  font-weight: bolder;
  border-bottom: 1.5px solid #0f8532!important;
  padding-bottom: 5px;
  text-align: center;
}

.menu-price {
  margin-bottom: 5px;
}

.many {
  font-weight: bolder;
  font-size: 1rem;
  padding-right: 5px;
}

.price {
  font-size: 2.3rem;
  font-weight: bolder;
  margin-right: 2px;
}

.yen {
  font-weight: bolder;
  font-size: 0.8rem;
}

.description {
  font-size: 1rem;
  font-family: YuMincho, /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
}

.description-main {
  padding-bottom: 5px;
}

.menu-footer {
  text-align: left;
  line-height: 1.875rem;
  padding: 0 14% 7% 14%;
}

.menu-footer-sub {
  text-align: left;
  line-height: 1.875rem;
  padding: 0 14% 3% 14%;
}

.attention {
  margin-bottom: 10px;
}

.attention p {
  text-align: center;
  font-size: 1rem;
}

table {
  width: 70%;
  border-spacing: 0;
  margin: 15px auto;
  border-right: solid 2px #ddd;
  border-left: solid 2px #ddd;
  border-top: solid 2px #ddd;
}

table th {
  border-bottom: solid 2px #ddd;
  padding: 10px 0;
  width: 40%;
  border-right: solid 2px #ddd;
}

table td {
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.5;
}

.COUPON {
  display: none;
  margin: 20px;
}

.pc {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none !important;
}


/* おしらせ */
#information {
  padding-top: 25px;
  text-align: center;
}

#information .information_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#information article {
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 20px;
  background-color: #e2f3d5;
}

#information article .news_date {
  font-size: 1.2rem;
}

#information article h2 {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 1.5rem;
  line-height: 1.8em;
  border-bottom: 2px solid #0f8532;
}

#information article .news_content {
  line-height: 2.0em;
  font-size: 1.2rem;
}

/* アクセス */

.map h1 {
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgb(167, 167, 167);
}

#access {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#access .access-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: unset;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  width: 90%;
  margin: 20px auto 20px auto;
}

#access .access-area .access-block {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

#access .access-area .access-block h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

#access .access-area .access-block p {
  margin: 0 0 20px 0;
  line-height: 1.8;
}

#access .access-map {
  width: 50%;
}

#access .iframe-wrap {
  position: relative;
  padding-bottom: 51.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}

#access .iframe-wrap iframe, #access .iframe-wrap object, #access .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1040px) {
  #access .access-area .access-block, #access .access-map {
    width: 100%;
  }
  #access .access-area .access-block {
    padding: 40px 20px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* フッター */

footer {
  height: auto;
  background: linear-gradient(151.35deg, #84BB58 -1.17%, #EFC761 99.17%);
  font-size: large;
  margin-top: auto;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  position: relative;
  text-align: center;
  width: 25%;
  margin: 10px;
}

.footer-contact {
  text-align: center;
  position: relative;
  height: auto;
}

.footer-contact_inner {
  text-align: center;
  display: inline-block;
  padding: 10px 20%;
  margin: 10px;
  margin-bottom: 20px;
  border-radius: 100vh;
  background-color: #fff;
  box-shadow: 0 0 4px #54514c;
}

.footer-contact_inner h4 {
  font-weight: normal;
}

.telnum {
  display: inline-block;
  margin-top: 10px;
  text-align: center
}

.footer-contact_inner dt {
  display: inline-block;
  vertical-align: middle;
}

.TEL {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.5rem;
  font-weight: bold;
}


/* フッターナビ */

.FooterNav {
  text-align: center;
}

.FooterNav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-right: 1px solid #fff;
  text-decoration: none;
}

.FooterNav a {
  text-decoration: none;
  color: #fff;
}


/* コピーライト */

footer p {
  text-align: center;
}

footer p small {
  font-size: 1rem;
  line-height: 3em;
  color: #fff;
}


/* トップへ戻るボタン */

#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #d03a0d;
  border-radius: 100vh;
  z-index: 100;
  box-shadow: 0 0 4px #54514c;
}

#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
    width: 100%;
  }
  body {
    width: 100%;
  }
  header {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.706);
    /* border-bottom: 8px solid rgb(63, 155, 83)!important; */
  }
  .logo {
    position: absolute;
    justify-content: center;
    top: 5px;
    left: 15px;
  }
  header .logo img {
    width: 50%;
    padding-top: 5px;
  }
  header nav {
    box-sizing: border-box;
    position: fixed;
    top: 80px;
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0.9;
    /* 3. スライドメニューの場合 */
    display: block;
    right: -200%;
    transition: right .5s;
    /* ここまで */
    z-index: 998;
  }
  /* 3. スライドメニューの場合 */
  header nav.sp_open {
    right: 0;
    margin: 0;
  }
  /* ここまで */
  header nav ul {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header nav ul li a {
    display: block;
    padding: 25px;
    border-radius: 5px;
    color: #452929;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
  }
  #drawer_toggle {
    z-index: 200;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 60px;
  }
  #drawer_toggle span {
    position: absolute;
    top: 19px;
    left: 17px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #452929;
    vertical-align: top;
  }
  #drawer_toggle span:nth-child(2) {
    margin-top: 10px;
  }
  #drawer_toggle span:last-child {
    margin-top: 20px;
  }
  #drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;
  }
  #drawer_toggle.open span:first-child {
    transform: rotate(45deg);
  }
  #drawer_toggle.open span:nth-child(2) {
    display: none;
  }
  #drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
  }
  .menu-top {
    padding-top: 97px;
    padding-bottom: 10px;
  }
  .menu-top img {
    width: 10%;
  }
  .title {
    padding-top: 97px;
  }
  a.btn-green {
    font-size: 10px;
    padding: 1rem;
    margin: 0 5px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .description {
    height: auto;
  }
  .description p {
    font-size: 0.9rem;
  }
  .card {
    width: 35%;
  }
  .card_set {
    width: 35%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .menu-name {
    font-size: 1.5rem;
  }
  table {
    width: 90%;
    font-size: 1.2rem;
  }
  #access .access-area {
    flex-wrap: wrap;
  }
  .footer-contact_inner {
    display: block;
  }
  #page_top {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
  #page_top a {
    width: 42px;
    height: 30px;
  }
  /* フッターロゴ画像 */
  .footer-logo img {
    width: 40%;
  }
  /* フッター */
  .footer-contact {
    font-size: 1.3rem;
  }
  .TEL {
    font-size: x-large;
  }
}

@media (min-width: 1000px) {
  main {
    width: 1000px;
    margin: 0 auto;
  }
}