<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main &gt; header#slider {
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

article .about-content {
  padding-top: 2em;
  padding-bottom: 0;
}
article .about-body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  margin: 0 auto;
  position: relative;
}
article .about-body &gt; * {
  margin: 0 auto;
}
article .about-body h3 {
  margin-bottom: 2em;
  text-align: center;
}
article .about-body p {
  font-size: 0.9em;
  line-height: 1.2;
}
article .about-links h3 {
  margin-bottom: 1em;
}
article .menu-labels {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 400px) {
  article .menu-labels {
    padding: 0 0.5em;
  }
}
article .menu-labels li {
  display: block;
  width: 33.33333%;
  float: left;
  font-size: 0.7em;
  border-bottom: 2px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  padding: 0.1em;
}
@media (min-width: 600px) {
  article .menu-labels li {
    font-size: 0.8em;
  }
}
@media (min-width: 800px) {
  article .menu-labels li {
    font-size: 0.9em;
  }
}
@media (min-width: 1000px) {
  article .menu-labels li {
    font-size: 1em;
  }
}
article .menu-labels .baby {
  border-bottom-color: #eea3b5;
}
article .menu-labels .kids {
  border-bottom-color: #93cfdf;
}
article .menu-labels .age20 {
  border-bottom-color: #ad8ebf;
}
article .menu-links {
  background: url(../img/paper_bg.jpg) repeat center center;
  background-size: 400px auto;
  padding: 60px 0 20px;
}
article .menu-links ul {
  display: -ms-flexbox;
  /* prefix -&gt; -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-content: space-between;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
article .menu-links li {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  max-width: 500px;
  padding: 0.25em;
  padding-bottom: 0;
}
@media (min-width: 800px) {
  article .menu-links li {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
article .menu-links li:nth-child(-n+3) {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  article .menu-links li:nth-child(-n+3) {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
article .menu-links li a {
  border-bottom: 3px solid #eea3b5;
  position: relative;
  display: block;
}
article .menu-links li a:before {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
}
article .menu-links li a:hover:before {
  opacity: 0.3;
}
article .menu-links li:nth-child(1) a, article .menu-links li:nth-child(9) a, article .menu-links li:nth-child(10) a {
  border-bottom-color: #93cfdf;
}
article .menu-links li:nth-child(2) a, article .menu-links li:nth-child(3) a, article .menu-links li:nth-child(4) a, article .menu-links li:nth-child(11) a {
  border-bottom-color: #ad8ebf;
}
article .menu-links li:nth-child(1) a:before {
  background-image: url(../img/home/menu_name01.png);
}
article .menu-links li:nth-child(2) a:before {
  background-image: url(../img/home/menu_name02.png);
}
article .menu-links li:nth-child(3) a:before {
  background-image: url(../img/home/menu_name03.png);
}
article .menu-links li:nth-child(4) a:before {
  background-image: url(../img/home/menu_name04.png);
}
article .menu-links li:nth-child(5) a:before {
  background-image: url(../img/home/menu_name05.png);
}
article .menu-links li:nth-child(6) a:before {
  background-image: url(../img/home/menu_name06.png);
}
article .menu-links li:nth-child(7) a:before {
  background-image: url(../img/home/menu_name07.png);
}
article .menu-links li:nth-child(8) a:before {
  background-image: url(../img/home/menu_name08.png);
}
article .menu-links li:nth-child(9) a:before {
  background-image: url(../img/home/menu_name09.png);
}
article .menu-links li:nth-child(10) a:before {
  background-image: url(../img/home/menu_name10.png);
}
article .menu-links li:nth-child(11) a:before {
  background-image: url(../img/home/menu_name11.png);
}
article .menu-links li a img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0.3;
}
article .menu-links li a:hover img {
  opacity: 1;
}
article .news {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
article .news li {
  font-size: 0.9em;
  margin-bottom: 2em;
}
article .news li span {
  display: block;
  color: #eea3b5;
  width: 12em;
}
@media (min-width: 600px) {
  article .news li span {
    display: inline-block;
  }
}
article .news li b {
  display: inline-block;
}
article .access {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
article .access p:not(.more) {
  text-align: left;
}
article .access p.more {
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 2em;
}
article .access p.more a {
  text-decoration: underline;
}
article .access ul {
  display: -ms-flexbox;
  /* prefix -&gt; -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-content: space-between;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
article .access li {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  max-width: 300px;
  text-align: center;
  padding: 0.5em;
  overflow: hidden;
}
@media (min-width: 500px) {
  article .access li {
    padding: 1em;
  }
}
@media (min-width: 600px) {
  article .access li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  article .access li {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
article .access li a {
  display: block;
}
article .access li figcaption {
  font-size: 0.8em;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media (min-width: 400px) {
  article .access li figcaption {
    font-size: 0.9em;
  }
}
@media (min-width: 500px) {
  article .access li figcaption {
    font-size: 1em;
  }
}
article .access li figcaption small {
  font-size: 0.8em;
}
article .access li figcaption em {
  display: block;
}
article .access li img {
  border-radius: 50%;
}
article .access li a:hover .shop-photo {
  opacity: 0.3;
}


article section.family {
  display: -ms-flexbox;
  /* prefix -&gt; -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -webkit-align-content: space-between;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(64, 34, 15, 0.75);
  padding: 1.5em 1.5em;
  margin: 1.5em 1em;
}
article .family p {
  font-size: 0.9em;
  line-height: 1.7em;
}
@media (min-width: 1000px) {
  article section.family {
    margin-left: auto;
    margin-right: auto;
  }
}
article section.family &gt; * {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
article section.family figure {
  position: relative;
}
@media (min-width: 600px) {
  article section.family figure {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    align-self: center;
    max-width: 250px;
  }
}
article section.family figure:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  article section.family div {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1em;
  }
}
article section.family h2 {
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  margin: 1.5em 0;
}


article section.shopinfo {
  display: -ms-flexbox;
  /* prefix -&gt; -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -webkit-align-content: space-between;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1.5em;
  margin: 3em 1em;
}
article .shopinfo p {
  font-size: 0.9em;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  article section.shopinfo {
    margin-left: auto;
    margin-right: auto;
  }
}
article section.shopinfo &gt; * {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
article section.shopinfo figure {
  position: relative;
}
@media (min-width: 600px) {
  article section.shopinfo figure {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    align-self: center;
    max-width: 400px;
  }
}
article section.shopinfo figure:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  article section.shopinfo div {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1em;
  }
}
article section.shopinfo h2 {
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  margin: 1.5em 0;
}</pre></body></html>