<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================================
#guide
===================================*/
h1 {
  margin: 0 0 1.5em;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.subtitle {
  display: flex;
  align-items: center;
  font-feature-settings: 'palt';
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: .3em;
  margin-bottom: 1em;
  border-bottom: dotted 3px #d0ad68;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 23px;
  }
}
.subtitle em {
  margin-right: .5em;
  font-style: normal;
}
.subtitle em.fzl {
  display: inline;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .subtitle em.fzl {
    font-size: 24px;
  }
}
.subtitle em.mr {
  margin-right: .3em;
}

.shop .block {
  margin-bottom: 5em;
}
.shop .block .tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  margin-bottom: 1.5em;
}
.shop .block .tab-link li {
  font-size: .85em;
  font-weight: bold;
}
@media only screen and (min-width: 479px) {
  .shop .block .tab-link li {
    font-size: 1em;
  }
}
.shop .block .tab-link li:first-child {
  margin-right: 1em;
}
.shop .block .tab-link li a {
  display: block;
  padding: .5em .8em;
  color: #391508;
  background: #fff;
  border: 1px solid #391508;
}
@media only screen and (min-width: 479px) {
  .shop .block .tab-link li a {
    padding: .5em 1.5em;
  }
}
.shop .block .tab-link li a:after {
  content: "\f105";
  display: inline-block;
  margin-left: .3em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.shop .block .tab-link li a:hover {
  opacity: 1;
  color: #fff;
  background: #391508;
}
.shop .block .tab-link li.n-link {
  padding: .5em .8em;
  color: #fff;
  background: #391508;
  border: 1px solid #391508;
}
@media only screen and (min-width: 479px) {
  .shop .block .tab-link li.n-link {
    padding: .5em 1.5em;
  }
}
.shop .block .mutual-link {
  margin-bottom: 1.5em;
  text-align: center;
}
.shop .block .mutual-link.top-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.shop .block .mutual-link.top-btn p.link {
  text-align: right;
}
.shop .block .mutual-link p.link {
  text-align: center;
}
.shop .block .mutual-link p.link a {
  display: inline-block;
  padding: .5em 1em;
  font-weight: bold;
  background: #e5dfc6;
  background-size: cover;
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0 0 5px #888;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop .block .mutual-link p.link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.shop .block .mutual-link p.link a span {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 0;
}
.shop .block .mutual-link p.link a em {
  display: inline-block;
  padding: .3em .5em;
  border: 1px solid #333;
  font-style: normal;
  font-size: .9em;
}
.shop .block .mutual-link p.link a em:after {
  content: "\f105";
  margin-left: .2em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.shop .block .mutual-link p.link a:hover {
  box-shadow: none;
  opacity: 1;
}
.shop .block .mutual-link p.link a:hover em {
  color: #fff;
  background: #333;
}
.shop .block .inbox {
  width: 98%;
  margin: 0 auto;
}
.shop .block .f-block {
  display: block;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .shop .block .f-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.shop .block .f-block.reverse {
  flex-direction: row-reverse;
}
.shop .block .f-block .photo {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop .block .f-block .photo {
    width: 48%;
  }
}
.shop .block .f-block .text-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop .block .f-block .text-box {
    width: 48%;
  }
}
.shop .block .f-block .text-box dl {
  margin-bottom: 1em;
}
.shop .block .f-block .text-box dl dt {
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .shop .block .f-block .text-box dl dt {
    font-size: 1.4em;
  }
}
.shop .block .f-block .text-box .text {
  margin-bottom: 1em;
}
.shop .block .f-block .text-box table {
  width: 100%;
  border-collapse: collapse;
}
.shop .block .f-block .text-box table td, .shop .block .f-block .text-box table th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .shop .block .f-block .text-box table td, .shop .block .f-block .text-box table th {
    padding: 10px;
  }
}
.shop .block .f-block .text-box table th {
  color: #fff;
  background: #c9a153;
}
.shop .block .map {
  width: 100%;
}
</pre></body></html>