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

/*
 * ヘッダー、フッターなどのサイトの基本部分用スタイルシート
 */

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.wraper {
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px;
  min-width: 980px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a {
  color: inherit;
  word-break: break-all;
}

table a {
  color: #193D70;
}

iframe {
  max-width: 100%;
}

/* layout */

.header {
}

.header-row-wrap {
  display: flex;
  flex-direction: column;
}

.header-row-1 {
  order: 2;
  height: 108px;
}

.header-nav-bar-wrap {
  position: relative;
}

body.nav-fixed .header-nav-bar-wrap {
  background: rgba(255, 255, 255, 0.7);
}

body.nav-fixed .header-nav-bar-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

body.nav-fixed.admin-bar .header-nav-bar-wrap {
  top: 32px;
}

.header-nav-bar {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
}

.header-logo {
  display: flex;
  align-items: center;
  padding: 0 10px;
  min-width: 151px;
}

.header-navigation {
  flex-grow: 1;
  padding: 0 2% 0 6%;
}

.header-navigation &gt; ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%
}

.header-navigation &gt; ul &gt; li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7em;
  height: 100%
}

.header-navigation &gt; ul &gt; li &gt; a {
  display: block;
  margin-top: 6px;
  padding: 4px 4px 8px 4px;
  text-align: center;
  text-decoration: none;
  border-bottom: solid 6px transparent;
}

.header-navigation &gt; ul &gt; li &gt; a:hover {
  border-color: #755A00;
}

.header-navigation &gt; ul &gt; li.first {
  font-size: 0.8em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.header-navigation &gt; ul &gt; li.has-subtitle &gt; a {
  margin-top: 2px;
  padding-bottom: 6px;
  line-height: 1.2;
}

.header-navigation &gt; ul &gt; li.has-subtitle &gt; a span {
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
}

.header-navigation-sub {
  display: none;
  position: absolute;
  top: 108px;
  right: 0;
  left: 0;
  background: rgba(90, 70, 20, 0.8);
  z-index: 1;
}

.header-navigation-sub-inner {
  position: relative;
  padding: 22px 60px 30px 410px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  background: left url(../images/menu_bg.png) no-repeat;
}

.header-navigation-sub ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
}

.header-navigation-sub-close {
  content: '';
  position: absolute;
  top: 20px;
  right: 120px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .header-navigation-sub-close {
    right: 10px;
  }
}

.header-navigation-sub ul li {
  flex-basis: calc(100% / 2 - 8px);
  margin: 4px;
}

.header-navigation-sub ul li a {
  display: block;
  position: relative;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
}

.header-navigation-sub ul li a:before {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-navigation-sub ul li a:hover {
  color: #fff;
  background-color: #755A00;
}

.header-navigation-sub ul li a:hover:before {
  border-color: #fff;
}

.header-access {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  background: #755A00;
}

.header-row-2 {
  order: 1;
  position: relative;
  min-height: 200px;
  background: #7B6760;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
}

.header-row-2-content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
  z-index: 10;
}

.header-contact-wrap {
  position: absolute;
  top: 25px;
  right: 35px;
  display: flex;
}

.header-contact {
}

.header-contact ul {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.header-contact ul li {
  margin: 0 8px;
}

.header-social {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.header-social li {
  margin: 0 6px;
}

.sp-menu-open {
  display: none;
}

.footer-map iframe {
  width: 100%;
  height: 420px;
}

.footer-info {
  color: #fff;
  background: #98834D;
}

.footer-info .nallow {
  max-width: 840px;
}

.footer-info-content-left {
  margin-right: 6%;
  padding-right: 6%;
  border-right: solid 1px #fff;
}

.footer-info-content-left {
  flex-grow: 1;
}

.footer-info-logo {
  border-bottom: solid 1px #fff;
}

.footer-info-address {
  border-bottom: solid 1px #fff;
}

.footer-info-time {
  width: 100%;
}

.footer-info-time th,
.footer-info-time td {
  padding: 8px;
  text-align: center;
  border-bottom: solid 1px #fff;
}

.footer-info-holiday {
  padding: 0 8px;
}

.footer-pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
}

.footer-float-navigation {
  display: none;
}

.footer-copyright {
  padding: 3px;
  color: #fff;
  text-align: center;
  background: #755A00;
}</pre></body></html>