#MainContents {
  margin-left: auto;
  margin-right: auto;
}


.footer-link {
  margin: 20px;
  font-size: 13px;
}
.footer-link .footer-link-block {
  margin-bottom: 10px;
}
.footer-link .footer-link-block h2 {
  background: url(/images/common/triangle.png) 0 50%/5px auto no-repeat;
  padding: 2px 0 0 12px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.footer-link .footer-link-block ul {
  margin-bottom: 10px;
}
.footer-link .footer-link-block li {
  display: inline-block;
  margin-bottom: 3px;
  line-height: 1.3;
}
.footer-link .footer-link-block li::after {
  content: ' | ';
}
.footer-link .footer-link-block li:last-child::after {
  content: none;
}
.footer-link .footer-link-block li a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
}
.footer-link .footer-link-block li a:hover {
  text-decoration: underline;
}
.footer-link .footer-link-block li span {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
}
.footer-link .footer-privacy {
  text-align: right;
}


.footer-contents {
  background: #fef6f9;
  padding: 50px 0;
  margin-top: 30px;
}
.footer-contents .inner {
  width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 85%;
}
.footer-contents ul.navi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-contents ul.navi>li {
  width: calc(100% / 4 - 20px);
  max-width: 220px;
  margin: 10px 10px;
}
.footer-contents ul.navi>li a {
  display: block;
  transition: all 200ms 0s ease;
}
.footer-contents ul.navi>li a:hover {
  opacity: 0.7;
}
.footer-contents ul.navi>li img {
  width: 100%;
  height: auto;
}
.footer-contents .recent-shop {
  max-width: 98%;
  margin: 0 auto 50px auto;
}
.footer-contents .recent-shop h2 {
  width: calc(100% - 0px);
  margin-bottom: 15px;
  font-family: "Meiryo UI", "candara";
  letter-spacing: 0.2em;
  color: #9cbea5;
  font-size: 120%;
  font-weight: bold;
  height: 25px;
  line-height: 22px;
  border-bottom: solid 1px #686565;
  text-align: center;
}

.footer-contents .recent-shop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-contents .recent-shop ul li {
  width: calc(100% / 6 - 10px);
  margin: 0 5px 20px 5px;
}
.footer-contents .recent-shop ul li a {
  display: block;
  background: #fff;
  transition: all 200ms 0s ease;
}
.footer-contents .recent-shop ul li a:hover {
  opacity: 0.7;
}
.footer-contents .recent-shop .image {
  width: 100%;
  aspect-ratio: 160/120;
}
.footer-contents .recent-shop .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-contents .recent-shop .content {
  padding: 5px;
}
.footer-contents .recent-shop .genre {
  font-size: 80%;
  line-height: 1.3;
}
.footer-contents .recent-shop .name {
  font-weight: bold;
}
.footer-contents .recent-shop .area {
  font-size: 80%;
  text-align: right;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .footer-contents ul.navi>li {
    width: calc(100% / 2 - 20px);
  }
  .footer-contents .recent-shop ul li {
    width: calc(100% / 3 - 10px);
  }
  .footer-contents .recent-shop ul::after,
  .footer-contents .recent-shop ul::before {
    content: '';
    display: block;
    width: calc(100% / 3 - 10px);
    margin: 0 5px 20px 5px;
    height: 0;
    order: 1;
  }
}


.bottom-contents {
  width: 100%;
	max-width: 1000px;
	margin: 50px auto;
  font-size: 90%;
}
.bottom-contents h2 {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.bottom-contents ul {
  margin-bottom: 20px;
}
.bottom-contents ul li {
  display: inline-block;
}
.bottom-contents ul li::after {
  content: ' | ';
  display: inline-block;
  margin: 0 10px;
}
.bottom-contents ul li:last-child::after {
  content: none;
}
.bottom-contents ul li a {
  display: inline-block;
  text-decoration: none;
  color: #85ae90;
}
.bottom-contents ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .bottom-contents {
    padding: 0 20px;
	  margin: 0px auto;
  }
}


.menu-avg-price {
  overflow: hidden;
  box-sizing: border-box;
  width: fit-content;
  margin: 20px auto;
  padding: 0 10px;
}
.menu-avg-price .kyun {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 70%;
  line-height: 1.1;
}
.menu-avg-price .kyun img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.menu-avg-price .fukidashi {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  margin-left: 110px;
  margin-top: 10px;
  text-align: center;
}
.menu-avg-price .fukidashi .inner {
  border: solid 1px #999;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  display: block;
}
.menu-avg-price .fukidashi::before,
.menu-avg-price .fukidashi::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -9px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 20%, 100% 80%);
}
.menu-avg-price .fukidashi::before {
  background-color: #999;
}
.menu-avg-price .fukidashi::after {
  left: -7px;
  background-color: #fff;
}
.menu-avg-price .fukidashi .price {
  white-space: nowrap;
}
.menu-avg-price .note {
  color: #999;
  font-size: 70%;
  margin-left: 110px;
  padding-left:1em;
  text-indent:-1em;
}
.menu-avg-price .link {
  clear: both;
  text-align: right;
}
.menu-avg-price .link a {
  background: url(/images/common/triangle.png) 0 50% / 5px auto no-repeat;
  padding: 2px 0 0 12px;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
}



.link-block {
}
.link-block .link-block-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0 30px;
}
.link-block .link-block-list li {
  width: 25%;
  padding: 3px;
}
.link-block .link-block-list a {
  border-radius: 4px;
  background: #9dbda6;
  color: #FFF;
  padding: 5px 15px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition: all 200ms 0s ease;
}
.link-block .link-block-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .link-block .link-block-list {
    padding: 0 10px;
  }
  .link-block .link-block-list li {
    width: 33.3%;
  }
}


.block-banner-ozmall-coupon {
  margin: 70px 0;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  height: auto;
}
.block-banner-ozmall-coupon img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.block-banner-ozmall-coupon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.block-banner-ozmall-coupon ul li {
  width: 50%;
  padding: 10px;
}
.block-banner-ozmall-coupon ul li a {
  transition: all 200ms 0s ease;
}
.block-banner-ozmall-coupon ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
.block-banner-ozmall-coupon ul li {
  width: 100%;
}
}



.list-catalog-ozmall {
  margin-bottom: 100px;
}
.list-catalog-ozmall ul.recommend {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.list-catalog-ozmall ul.recommend li {
  width: calc(100% / 3);
  padding: 10px;
}
.list-catalog-ozmall ul.recommend li .image {
  aspect-ratio: 1/1;
  background: #eee;
}
.list-catalog-ozmall ul.recommend li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-catalog-ozmall ul.ambiance {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.list-catalog-ozmall ul.ambiance li {
  width: calc(100% / 5);
  padding: 10px;
}
.list-catalog-ozmall ul.ambiance li .image {
  aspect-ratio: 1/1;
  background: #eee;
}
.list-catalog-ozmall ul.ambiance li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-catalog-ozmall ul.ambiance li .text {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .list-catalog-ozmall ul.recommend {
    width: 100%;
  }
  .list-catalog-ozmall ul.recommend li {
    width: calc(100% / 2);
  }
  .list-catalog-ozmall ul.ambiance li {
    width: calc(100% / 2);
  }
}
