<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap');

/* reset */
h1.label {
  display: none;
}
.contents .inner {
  width: 100% !important;
  padding: 0 !important;
}
.layout section,
.editor h1,
.layout h1,
.editor h2,
.layout h2,
.editor ul,
.layout ul,
.editor div,
.layout div {
  margin: 0;
  font-size: inherit;
}
main &gt; p:first-of-type {
  display: none;
}
.editor &gt; p:first-of-type,
.editor &gt; p:nth-of-type(2) {
  display: none;
}
.label-area {
  display: none;
}
.editor p,
.layout p {
  line-height: inherit;
  letter-spacing: inherit;
  margin: inherit;
}
.layout .inner &gt; * {
  margin: inherit;
}
.logo-contents .inner {
  width: 1040px !important;
}

/* common */
.flex {
  display: flex !important;
}
main a:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear 0s;
}

#main_v &gt; h1 &gt; img {
  width: 100%;
}
#anker,
#foods,
#goods {
  background: url(../img/bg01.png);
}
#anker {
  height: 160px;
  align-items: center;
  justify-content: center;
}
#anker &gt; ul {
  align-items: center;
  justify-content: center;
}
#anker &gt; ul &gt; li {
  margin: 0 7px;
}
.items &gt; .inner {
  padding: 0 70px !important;
  width: 1040px !important;
  margin-right: auto;
  margin-left: auto;
}
#foods {
  padding-bottom: 95px;
}
.items {
  position: relative;
  border-top: 1px dashed #000;
  padding-top: 64px;
  padding-bottom: 107px;
}
.items::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(../img/items_bg01.png) center top no-repeat;
}
.items &gt; .inner &gt; h2 {
  text-align: center;
}
.items .inner &gt; ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.items ul.btns &gt; li {
  width: 100%;
  height: 44px;
}
.items ul.btns &gt; li:hover {
  opacity: 0.7;
}
.items ul.btns &gt; li &gt; a {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.items ul.btns &gt; li &gt; a &gt; span {
  position: relative;
  top: -1px;
}
.items ul.btns &gt; li &gt; a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;        /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
.items ul.btns &gt; li &gt; a {
  background: #000;
}
.items ul.btns {
  margin-top: 14px;
}
.items .inner &gt; ul &gt; li.item:nth-of-type(n+3) {
  margin-top: 56px;
}
.items .inner &gt; ul &gt; li.item:nth-of-type(n+3) &gt; p {
  display: none;
}
.banner {
  margin-top: 17px !important;
}
#petio {
  background: #c71233;
}
#zuttone {
  background: #7b0305;
}
.banner .inner {
  width: 1120px !important;
  height: 300px;
  position: relative;
}
#petio .inner {
  background: url(../img/petio_bg01.jpg) no-repeat right top;
}
#zuttone .inner {
  background: url(../img/zuttone_bg01.jpg) no-repeat left top;
}
.banner .inner .tosite {
  position: absolute;
  top: 50px;
  width: 482px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 29px;
}
#petio .inner .tosite {
  left: 70px;
}
#zuttone .inner .tosite {
  right: 70px;
  border: 1px solid #ef8c24;
}
.banner .inner .tosite &gt; div {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 310px;
  height: 49px;
  background: #eee9e2;
  margin-top: 14px;
}
.banner .inner .tosite &gt; div &gt; a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;        /*top right bottom を透明化 */
  border-left: 6px solid #000;
}
.banner .inner .tosite &gt; div &gt; a {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width:768px) {
  /* reset */
  main .flex:after {
    display: none;
  }
  .logo-contents .inner {
    width: 85.33333% !important;
  }
  #anker {
    display: flex;
    height: 18vw;
  }
  #anker &gt; ul {
    display: flex;
  }
  #foods {
    padding-bottom: 20vw;
  }
  .items {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .items::before {
    background-size: 50%;
  }
  .items &gt; .inner {
    padding: 0 5% !important;
    width: 100% !important;
  }
  .items .inner &gt; ul {
    margin-top: 10vw;
  }
  .items .inner &gt; ul li.item {
    width: 100%;
  }
  .items .inner &gt; ul li.item &gt; img {
    width: 100%;
  }
  .items .inner &gt; ul li.item ul.btns {
    display: flex;
    margin-top: 4vw !important;
  }
  .items#goods ul.btns &gt; li:first-of-type &gt; a {
    display: flex;
  }
  .items ul.btns &gt; li {
    height: 10vw;
  }
  .items .inner &gt; ul li.item.movie ul.btns &gt; li,
  .items#goods ul.btns &gt; li {
    width: 100%;
  }
  .items ul.btns &gt; li &gt; a {
    display: flex;
    font-size: 4vw;
  }
  .items ul.btns &gt; li &gt; a::after {
    right: 1vw;
    margin-top: -0.3em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #fff;
  }
  .items ul.btns &gt; li &gt; a &gt; span {
    top: 0;
  }
  .items .inner &gt; ul li.item:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  .items .inner &gt; ul li.item:nth-of-type(n+2) &gt; p {
    display: none;
  }
  .banner {
    margin-top: 2vw;
  }
  .banner .inner {
    width: 100% !important;
    background-size: 60% !important;
    padding-top: 28.75399361% !important;
    height: 0;
  }
  .banner .inner .tosite {
    width: 50%;
    display: flex;
    padding: 2% 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .banner .inner .tosite &gt; h2 {
    width: 70%;
  }
  .banner .inner .tosite &gt; div {
    display: flex;
    width: 80%;
    margin-top: 4%;
    font-size: 3vw;
    height: 7vw;
  }
  .banner .inner .tosite &gt; div &gt; a::after {
    right: 1vw;
    margin-top: -0.3em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #000;
  }
  #petio .inner .tosite {
    left: 3%;
  }
  #zuttone .inner .tosite {
    right: 3%;
  }
}

</pre></body></html>