<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article a {
  text-decoration: aliceblue;
  background-repeat: repeat;
}

a:hover {
  color: #f2f2f2;
}

#header-main-fixed,
#header-main-fixed h1.entry-title {
  color: #1e73be;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  color: #000000;
}

h1 {
  font-size: 25px;
  padding: 10px 10px 1px 10px;
  font-weight: bolder;
}

h2 {
  font-size: 22px;
  padding: 5px 0 0 0;
}

h3 {
  font-size: 20px;
  padding: 8px 0 5px 0;
}

h4 {
  font-size: 18px;
  padding: 2px 0 1px 0;
}

h5 {
  font-size: 16px;
  padding: 2px 0 1px 0;
  background-color: #C6D4D9;
}

h6 {
  font-size: 16px;
  padding: 2px 0 1px 0;
}

#site-identity strong {
  font-weight: bold;
  color: #1e73be;
}

#header-main-fixed a h1,
#header-main-fixed a {
  color: #000000;
}

#header-main-fixed a:hover {
  text-decoration: none;
  color: #000000;
}

#header-main-fixed #header-top {
  text-align: center;
  background-color: #05546d;
}

#slider-content-wrapper {
  padding: 1% 10% 0 10%;
}

#navmain {
  margin: 20 20 20 20;
  clear: both;
  float: left;
}

#navmain &gt; div &gt; ul &gt; .current-menu-item &gt; a,
#navmain &gt; div &gt; ul &gt; .current-menu-ancestor &gt; a,
#navmain &gt; div &gt; ul &gt; li &gt; a:hover,
.cart-contents-icon:hover,
.search-form-icon:hover {
  color: #000000;
}

#main-content &gt; article:first-of-type h1 {
  margin-top: 0;
  padding-top: 0;
  background-color: #05546d;
  color: #ffffff;
}

#main .button,
#main #respond input[type="submit"],
#main-content-wrapper .woocommerce .checkout-button,
#main-content-wrapper .woocommerce #place_order,
#main-content-wrapper article .wc-block-grid__products .wp-block-button .wp-block-button__link {
  padding: 12px 16px;
  text-decoration: none;
  font-weight: normal;
  border: none;
  color: #ffffff;
  background-image: -ms-linear-gradient(top, #0774c7 0%, #05546D 100%);
  background-image: -moz-linear-gradient(top, #0774c7 0%, #05546D 100%);
  background-image: -o-linear-gradient(top, #0774c7 0%, #05546D 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0774c7), color-stop(1,#05546D));
  background-image: -webkit-linear-gradient(top, #0774c7 0%, #05546D 100%);
  text-shadow: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#navmain &gt; div &gt; ul &gt; li &gt; a:hover {
  color: #000000;
}

@media screen and (min-width: 800px) {
  #body-content-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  #main-content,
  #main {
    float: left;
    margin: 0 0 20px 2%;
    width: 100%;
  }

  #sidebar {
    float: left;
    margin: 10px 2% 30px 2%;
    width: 30%;
    padding: 0;
  }

  #header-logo {
    float: left;
  }

  #sidebar-header {
    padding: 20px 0 10px 0;
  }

  #navmain div {
    padding: 0;
  }

  #navmain ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }

  #navmain ul  li {
    position: relative;
    float: left;
  }

  #navmain &gt; div &gt; ul &gt; li {
    margin-right: 8px;
  }

  #navmain ul a {
    padding: 5px 6px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
  }

  #navmain ul ul li:hover &gt; a {
    background-color: #686868;
    color: #ffffff;
  }

  #navmain ul ul ul,
  #navmain ul ul  ul li:first-of-type,
  #navmain ul ul ul li:first-of-type &gt; a {
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  #navmain ul ul,
  #navmain ul ul li:last-of-type,
  #navmain ul ul li:last-of-type &gt; a {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  #navmain ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    color: #748914;
    background-color: #e2e2e2;
  }

  #navmain ul ul:not(.cart_list) {
    opacity: 0;
  }

  #navmain ul li:hover &gt; ul,
  #navmain ul li:focus-within &gt; ul {
    z-index: 5000;
    opacity: 1;
    animation: opacity 700ms ease-in-out normal;
    -moz-animation: opacity 700ms ease-in-out normal;
    -ms-animation: opacity 700ms ease-in-out normal;
    -o-animation: opacity 700ms ease-in-out normal;
    -webkit-animation: opacity 700ms ease-in-out normal;
  }

  /* add support of browsers which don't support focus-within */

  #navmain ul li.menu-item-focused &gt; ul {
    z-index: 5000;
    opacity: 1;
  }

  #navmain ul li ul a {
    display: block;
  }

  #navmain ul ul li:hover &gt; ul,
  #navmain ul ul li:focus-within &gt; ul {
    top: -1px;
    left: 100%;
  }

  #navmain ul ul li.menu-item-focused &gt; ul {
    top: -1px;
    left: 100%;
  }

  #navmain ul ul li {
    float: none;
  }

  #navmain ul ul a {
    padding: 9px 35px 9px 10px;
    -webkit-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.15) inset;
  }

  .level-one-sub-menu &gt; a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin: 0 0 0 5px;
    font-size: 12px;
    opacity: 0.7;
  }

  .level-two-sub-menu &gt; a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 12px;
    line-height: 14px;
  }

  /* comments */

  .commentlist li div .vcard img .avatar {
    padding: 5px;
    left: 7px;
    position: absolute;
    top: 7px;
  }

  .commentlist li {
    margin: 0 0 10px;
    padding: 5px 10px;
    position: relative;
  }

  .commentlist li div.comment-meta {
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 5px;
  }

  #commentform input[type="text"],
  #commentform input[type="email"] {
    width: 145px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #commentform input[type="url"] {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #commentform textarea {
    width: 470px;
    display: block;
    height: 150px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 150px;
    float: left;
  }

  .comment-form-cookies-consent {
    clear: both;
  }

  .comment-form-author,
  .comment-form-email {
    margin-right: 10px;
  }

  .comment-form-comment {
    clear: both;
    width: 100%;
  }

  #comment {
    width: 100%;
  }

  #sidebar #searchsubmit {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-social-widget li {
    margin-left: 5px !important;
  }

  /* columns */

  .col3a,
  .col3b,
  .col3c {
    float: left;
    width: 30.6%;
  }

  .col3a,
  .col3b {
    margin: 0 3.5% 5px 0;
  }

  .col3c {
    margin: 0 0 5px 0;
  }
}

/* Medium Resolution */

@media screen and (max-width: 799px) {
  #navmain ul ul {
    z-index: -1;
    position: absolute;
  }

  #navmain .sub-menu-item-toggle {
    display: inline-block;
    padding: 10px;
  }

  #navmain .sub-menu-item-toggle:before {
    font: 16px 'FontAwesome';
    content: "\f067";
    width: 20px;
    height: 20px;
  }

  #navmain .sub-menu-item-toggle-expanded:before {
    content: "\f068";
  }

  #navmain ul.sub-menu &gt; li &gt; a {
    padding-left: 25px;
  }

  #navmain ul.sub-menu ul.sub-menu &gt; li &gt; a {
    padding-left: 50px;
  }

  #body-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  #header-main-fixed {
    width: auto;
    left: 0;
    right: 0;
  }

  h1 {
    font-size: 24px;
  }

  #header-main-fixed {
    padding-bottom: 0;
    top: 0;
  }

  #main-content {
    float: none;
    clear: both;
    margin: 0 2% 10px 2%;
    width: 95%;
  }

  #sidebar {
    float: none;
    clear: both;
    margin: 0 2% 10px 2%;
    width: 95%;
  }

  #header-logo {
    margin-left: 50px;
  }

  #navmain {
    margin-top: -35px;
  }

  #site-identity {
    min-height: 35px;
  }

  #navmain {
    cursor: pointer;
    float: left;
  }

  #navmain &gt; div &gt; ul &gt; li &gt; a {
    color: #65810f;
  }

  #navmain div.mobile-menu-expanded:before {
    content: "\f00d" !important;
  }

  #navmain div:first-of-type:before {
    font: 36px 'FontAwesome';
    content: "\f0c9";
    margin: 0 0 0 5%;
    color: #545454;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  }

  #navmain div {
    clear: both;
    text-align: left;
  }

  #navmain ul {
    padding: 0;
  }

  #navmain div ul,
  #navmain div li {
    background-color: #e3f0fe;
  }

  #navmain div &gt; ul {
    color: #000000 !important;
    background-color: #e3f0fe;
    z-index: -1;
    list-style: none;
    margin: 0 0 0 2px;
    position: absolute;
    overflow: hidden;
    width: 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
  }

  #navmain ul  li {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }

  #navmain ul a {
    white-space: nowrap;
    width: 100%;
    display: block;
    -webkit-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.15) inset;
  }

  #navmain ul a:hover {
    color: #e3f0fe !important;
    background-color: #000000 !important;
    border-top: none;
    border-right: none;
    border-left: none;
  }

  .separator {
    height: 1px;
  }

  .commentlist li {
    margin: 0 1% 10px 0;
    padding: 5px 3px 5px 10px;
    position: relative;
  }

  .commentlist li div .comment-meta {
    position: relative;
    text-align: right;
  }

  /* columns */

  .col3a,
  .col3b,
  .col3c {
    float: left;
    width: 48%;
  }

  .col3a,
  .col3c {
    margin: 0 4% 5px 0;
  }

  .col3b {
    margin: 0 0 5px 0;
  }

  .col3c {
    clear: both;
  }
}

/* Small Resolution */

@media screen and (max-width: 360px) {
  #body-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  #header-main-fixed {
    width: auto;
    left: 0;
    right: 0;
  }

  body {
    font-size: 16px;
  }

  .separator {
    height: 1px;
  }

  .commentlist li {
    margin: 0 1% 10px 0;
    padding: 5px 3px 5px 10px;
    position: relative;
  }

  .commentlist li div.comment-meta {
    position: relative;
    text-align: right;
  }

  .col3a,
  .col3b,
  .col3c {
    float: none;
    width: 96%;
    margin: 0 2% 5px 2%;
  }
}

.form-submit {
  clear: both;
}

.comment-notes {
  clear: both;
}

/* Extra-Large Resolution */

@media screen and (min-width: 1200px) {
  #body-content-wrapper {
    margin: 0 auto;
    width: 1180px;
  }

  #header-main-fixed {
    margin: 0 auto;
    width: 1180px;
  }

  #header-content-wrapper {
    margin: 0 auto;
    width: 950px;
  }

  #top-widget-inner,
  #home-cols-inner,
  #bottom-widget-inner,
  #main-content-wrapper,
  #footer-content-wrapper,
  #footer-bottom-content-wrapper {
    margin: 0 auto;
    width: 950px;
  }

  #main-content,
  #main,
  #hdrtop-searchform-subcontent {
    margin-left: 0;
  }

  #main-content-full {
    margin: 0;
    width: auto;
  }

  #header-content-wrapper,
  #top-widget,
  #home-cols,
  .bottom-widget,
  .top-widget {
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar {
    float: right;
    margin-right: 0;
  }

  #footer-main,
  #footer-bottom-area {
    padding-left: 0;
    padding-right: 0;
    background-color: #e2e2e2;
  }
}

#header-main-fixed a h1 {
  color: #1e73be;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 5px;
}

.wpcf7-form-control.wpcf7-text {
  padding: 5px;
}

.wpcf7-form-control.wpcf7-textarea {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

.wpcf7 input[type="tel"] {
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 4px;
}

article &gt; * &gt; *:first-child {
  color: #000000;
  font-weight: bold;
}

.wp-block-heading {
  color: #000000;
  font-weight: bold;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
  position: static;
  text-align: center;
  text-indent: -1px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  width: 2cm;
}

.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
  padding: 5px;
}

#comment {
  border-style: solid;
  border-color: https://www.jaao.jp/jaao31/2023/01/06/qr%e3%82%b3%e3%83%bc%e3%83%89%e6%94%af%e6%89%95%e3%81%84/;
}

.wpcf7-form-control.wpcf7-select_custom {
  border-style: solid;
  border-color: #d6d6d6;
  width: 2cm;
  text-align: center;
}</pre></body></html>