<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html {
  font-size: 8.5px !important;
  margin-top: 0 !important;
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif !important;
  color: #555555;
  font-size: 16px;
}

header,
footer {
  line-height: 1;
}

section {
  padding: 5rem 0;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}
.drawer-nav {
  overflow-y: scroll;
}

p {
  line-height: 1.5;
}

/*===== header =====*/
.mainHeader .header-fixed .container {
  max-width: 100%;
}

.mainHeader .header-fixed h1 img {
  /*    width: 100px;*/
  width: 120px;
}

.mainHeader .header-fixed .company-area img {
  width: 50px;
}

.mainHeader .header-fixed .top-text {
  font-size: 10px;
  padding-bottom: 5px;
  display: none;
}

.mainHeader .header-fixed .header-icon {
  text-align: center;
}

.mainHeader .header-fixed .header-icon p {
  font-size: 12px;
  padding-top: 3px;
}

.mainHeader .header-fixed .icon {
  color: rgba(200, 171, 148, 1);
}

.mainHeader .header-fixed .mail-area {
}

.mainHeader .header-fixed .tel-area {
  margin-right: 30px;
}

.mainHeader .header-fixed .tel-area p {
  padding-top: 5px;
  font-size: 12px;
}

.mainHeader .drawer-hamburger {
  border: none;
}

.mainHeader .header-menu {
  /*    margin: 60px auto 0;*/
  padding: 0 10px;
}

.mainHeader .header-menu li {
  padding: 10px 0;
  width: 100%;
  /*    text-align: center;*/
  font-size: 1.4rem;
  border-bottom: 1px dotted#aaa;
}

.mainHeader .submenu {
  padding-bottom: 30px;
}

.mainHeader .submenu li {
  padding-bottom: 15px;
  font-size: 1.4rem;
}

.mainHeader .submenu li:last-child {
  padding-bottom: 0;
}

.mainHeader .header-menu li:last-child {
  border-right: none;
}

.header-menu .en {
  color: #aaa;
  display: block;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 10px;
  letter-spacing: 1px;
}

.mainHeader .header-menu .submenu-title {
  padding: 0;
}

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
  background-color: #fff;
  padding: 22px 0;
  border-bottom: 1px dotted #aaa;
}

.header-menu li a {
  transition: 0.3s;
}

.mainHeader .megamenu .submenu li {
  border-right: none;
}

.header-menu li {
  /*     text-align: center;*/
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  html {
    font-size: 9px !important;
  }

  .mainHeader .header-menu {
    padding: 0 30px;
  }

  .drawer--right .drawer-nav {
    width: 50%;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 10px !important;
  }

  .mainHeader .header-fixed h1 img {
    /*        width: 180px;*/
    width: 150px;
  }

  .mainHeader .header-fixed .tel-area {
    margin-right: 0;
  }

  .mainHeader .header-fixed .tel-area img {
    max-width: 180px;
  }

  .mainHeader .header-fixed .container {
    max-width: 1020px;
  }

  .drawer--right .drawer-nav {
    right: 0;
    width: 100%;
    max-width: 1020px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    overflow-y: hidden;
  }

  .mainHeader .header-menu {
    margin: 10px auto;
    padding: 0;
  }

  .mainHeader .header-menu li {
    border-right: 1px dotted #ccc;
    padding: 10px;
    text-align: center;
    border-bottom: none;
    font-size: 1.2rem;
  }

  .mainHeader .header-menu .submenu-title {
    padding: 10px;
  }

  .header-menu .en {
    display: none;
  }

  .megamenu {
    background-color: rgba(252, 249, 244, 0.95);
    color: #555;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 130px;
    transition: all 0.2s ease-in;
    z-index: 999;
  }

  .megamenu .submenu {
    padding: 0;
  }

  .mainHeader .submenu li {
    font-size: 1.2rem;
  }

  .mainHeader .submenu li:first-child {
    padding-top: 0;
  }

  .header-menu &gt; li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    padding: 30px 0;
  }

  .header-fixed {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .mainHeader .header-menu li {
    font-size: 1.4rem;
  }
  .mainHeader .header-fixed .mail-area {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(200, 171, 148, 1);
    color: #fff;
    font-size: 1.4rem;
  }

  .mainHeader .header-fixed .top-text {
    display: block;
  }

  .megamenu {
    top: 152px;
  }
}

@media (min-width: 1200px) {
}

/*===== footer =====*/

.mainFooter {
  background-color: #fcf9f4;
  padding-top: 50px;
}

.mainFooter .footer-address figure {
  max-width: 120px;
  margin: 10px 0;
}

.mainFooter .footer-address figure img {
  width: auto;
  max-width: 100%;
}

.mainFooter .footer-address .address-text {
  font-size: 14px;
  line-height: 1.5;
}

.mainFooter .copyright {
  padding: 10px;
  border-top: 1px dotted #ccc;
  font-size: 1.4rem;
}

.mainFooter .footer-sitemap .sitemap-list:first-of-type {
  margin-top: 50px;
}

.mainFooter .footer-sitemap .sitemap-list li {
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.mainFooter .footer-sitemap .sitemap-list .sitemap-title {
  font-weight: bold;
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.mainFooter .footer-sitemap .sitemap-list .sub {
  padding-left: 10px;
}

.mainFooter .footer-sitemap .sitemap-list .sub li:last-child {
  padding-bottom: 0;
}

.footer-contact {
  padding: 50px 0;
  border-top: 1px dotted #ccc;
}

.footer-contact .container {
  max-width: 720px;
}

.footer-contact .contact-box li {
  border: 1px solid #000;
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  padding: 10px;
}

.footer-contact h6 {
  margin-bottom: 30px;
}

.footer-contact .contact-box {
  margin-bottom: 30px;
}

.footer-contact .contact-box li {
  margin-bottom: 30px;
  margin: 0 auto;
}

.footer-contact .contact-box li:first-child {
  margin-bottom: 30px;
}

.footer-contact .contact-box .mail {
  background-color: rgba(200, 171, 148, 1);
  color: #fff;
  border: none;
  transition: 0.5s;
}

.footer-contact .contact-box .tel {
  background-color: rgba(150, 203, 130, 0.8);
  color: #fff;
  border: none;
  transition: 0.5s;
}

.footer-contact .contact-box .tel a {
  font-size: 3rem;
  letter-spacing: 2px;
}

.footer-contact .contact-box .mail:hover,
.footer-contact .contact-box .tel:hover {
  opacity: 0.7;
}

.footer-contact .warning {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.login {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}

.cart {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.totop img {
  width: 70px;
}

@media (min-width: 576px) {
  .mainFooter .footer-sitemap .sitemap-list {
    margin-top: 50px;
    width: 32%;
  }
}

@media (min-width: 768px) {
  .footer-contact .contact-box li:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .mainFooter .footer-address {
    width: 40%;
  }

  .mainFooter .footer-sitemap {
    width: 60%;
  }

  .mainFooter .footer-sitemap .sitemap-list,
  .mainFooter .footer-sitemap .sitemap-list:first-of-type {
    margin-top: 0;
  }

  .mainFooter .footer-sitemap .sitemap-list {
    padding-right: 10px;
  }

  .mainFooter .footer-sitemap .sitemap-list:last-of-type {
    padding-right: 0;
  }
}

.en {
  font-family: "Didot", sans-serif;
}

.content-title {
  font-size: 2.4rem;
  margin-bottom: 5rem;
  font-weight: normal;
}

.content-title span.en {
  font-size: 1.5rem;
  color: #ccc;
  display: block;
  padding-top: 10px;
}

.company .content-sub-title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: #c8ab94;
}

.bread-list {
  font-size: 1.2rem;
  display: flex;
  padding: 20px 0;
}

.bread-list .bread-url {
}

.bread-list .bread-url::after {
  content: "｜";
  padding: 5px;
}

.bread-list .bread-url:last-of-type::after {
  content: "";
}

@media (min-width: 576px) {
  .content-title {
    font-size: 3rem;
  }

  .company .content-sub-title {
    font-size: 2.6rem;
  }
}

.parent {
  display: inline-block;
}

.nav-toggle {
  position: relative;
  width: 20px;
  min-height: 10px;

  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.nav-toggle.is-open::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-toggle.is-open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-toggle::before {
  width: 15px;
  height: 1px;
}

.nav-toggle::after {
  width: 1px;
  height: 15px;
}

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #aaa;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.drawer-nav {
  margin-top: 76px;
}

.drawer-nav .child-list {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0;
}

.drawer-nav .child-list li {
  border: none;
  padding: 5px 0;
}

.drawer-nav .child-list.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-top: 10px;
}
</pre></body></html>