<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #222;
}

body {
  margin: 0px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 0.8rem;
  box-sizing: border-box;
  max-width: 1920px;
}

li {
  list-style: none;
}

/* ウィンドウ幅が900px以上の場合に適用するCSS */
@media (min-width: 901px) {
  .header-wrap {
    width: clamp(360px, 100vw, 1080px);
    margin: 0 auto;
    overflow: hidden;
  }
  .header-wrap section {
    width: 100%;
  }
  .header-wrap .gnavi {
    width: 100%;
    margin: 0px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 60px;
  }
  .header-wrap .gnavi h2 {
    font-size: 12px;
    font-weight: 100;
    margin: auto auto auto 0;
  }
  .header-wrap .gnavi section {
    display: flex;
    width: 50%;
    justify-content: flex-end;
  }
  .header-wrap .gnavi section li {
    margin: auto 0 auto 0;
    font-size: 12px;
    display: inline-block;
  }
  .header-wrap .gnavi section li:not(:first-child)::before {
    content: "｜";
    padding: 8px;
  }
  .header-wrap .logoarea {
    width: 100%;
    height: 80px;
    margin: 0px auto 16px;
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .logoarea .logobox {
    display: flex;
  }
  .header-wrap .logoarea .logobox img {
    margin-right: 8px;
  }
  .header-wrap .logoarea .minsliderbox {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .logoarea .minsliderbox .minslider {
    width: 100%;
    text-align: right;
  }
  .header-wrap .logoarea .minsliderbox .minslider img {
    margin-left: 8px;
  }
  .header-wrap .catarea {
    width: 100%;
    margin: 0px auto 16px;
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .catarea .staff-icon {
    width: 20%;
  }
  .header-wrap .catarea .staff-icon img {
    width: 180px;
  }
  .header-wrap .catarea .cat-icon {
    width: 70%;
  }
  .header-wrap .catarea .cat-icon img {
    width: clamp(34px, 100%, 68px);
    margin-left: 8px;
  }
  .header-wrap .catarea .search-area {
    width: 25%;
    margin-right: 4px;
  }
  .header-wrap .catarea .searchform .screen-reader-text {
    display: none;
  }
  .header-wrap .catarea .searchform input {
    line-height: 23px;
    padding: 5px 45px 5px 13px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 8px;
    border: none;
  }
  .header-wrap .catarea .searchform input::-moz-placeholder {
    font-size: 11px;
    font-weight: 100;
    color: #999;
  }
  .header-wrap .catarea .searchform input::placeholder {
    font-size: 11px;
    font-weight: 100;
    color: #999;
  }
  .header-wrap .catarea .searchform input:focus::-moz-placeholder {
    color: transparent;
  }
  .header-wrap .catarea .searchform input:focus::placeholder {
    color: transparent;
  }
  .header-wrap .catarea .searchform #searchsubmit {
    border: none;
    border-radius: 8px;
    background: 0 0;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 4px 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .header-wrap .catarea div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4px auto;
    border: 1px solid #999;
    border-radius: 8px;
  }
  .header-wrap .catarea div li:first-child {
    flex-grow: 9;
  }
  .header-wrap .catarea div li:last-child {
    flex-grow: 1;
    font-family: "Font Awesome 5 Free";
  }
  .header-wrap .catarea .hotword {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .header-wrap .catarea .hotword h3 {
    font-size: 10px;
    width: 60px;
    margin: auto;
    position: relative;
    margin-right: 8px;
  }
  .header-wrap .catarea .hotword h3::after {
    content: "";
    width: 1px;
    display: inline-block;
    height: 30px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0px;
    left: 44px;
  }
  .header-wrap .catarea .hotword ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    color: #fff;
  }
  .header-wrap .catarea .hotword ul li {
    margin: 2px 4px;
    font-size: 10px;
  }
  .header-wrap .Announcement {
    font-size: clamp(12px, 1.5em, 32px);
    color: #222;
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 0px auto 8px;
    background-color: #eeeeee;
    padding: 8px 0px;
    display: none;
  }
  .header-wrap .swiper {
    width: clamp(360px, 100%, 1080px);
    margin: 0 auto;
    text-align: center;
  }
  .header-wrap .swiper img {
    width: 100%;
  }
  .header-wrap .swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }
  .header-wrap .swiper .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
  .header-wrap .notice-title {
    text-align: center;
    margin: 24px auto 8px;
  }
  .header-wrap .notice {
    width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    border: 1px solid #ccc;
    padding: 0px 0px;
    font-family: sans-serif;
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
  }
  .header-wrap .notice ul {
    width: 100%;
  }
  .header-wrap .notice li {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
    width: 96%;
  }
  .header-wrap .notice li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border-bottom: none;
    width: 96%;
  }
  .header-wrap .notice .day {
    margin: auto 8px;
  }
  .header-wrap .notice .regular-label {
    background-color: #888;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    margin: 0 16px;
    text-align: center;
    width: 50px;
    height: 20px;
    margin: auto;
    margin-right: 8px;
  }
  .header-wrap .notice .important-label {
    background-color: #cc0000;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    margin: auto;
    margin-right: 8px;
    text-align: center;
    width: 50px;
    height: 20px;
  }
  .header-wrap .notice .text {
    width: 95%;
    margin: auto;
  }
}
/* ウィンドウ幅が900px以下の場合に適用するCSS */
@media (max-width: 900px) {
  .header-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .header-wrap section {
    width: 100%;
  }
  .header-wrap .gnavi {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    height: 60px;
    background-color: #593E30;
  }
  .header-wrap .gnavi h2 {
    font-size: 12px;
    font-weight: 100;
    margin: auto auto auto 0;
    display: none;
  }
  .header-wrap .gnavi section {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .header-wrap .gnavi section li {
    margin: auto 0 auto 0;
    font-size: 11px;
    display: inline-block;
    color: #fff;
  }
  .header-wrap .gnavi section li:not(:first-child)::before {
    content: "｜";
    padding: 2px;
  }
  .header-wrap .gnavi section li a {
    color: #fff;
  }
  .header-wrap .gnavi section::first-of-type {
    display: none;
  }
  .header-wrap .logoarea {
    width: 100%;
    height: 80px;
    margin: 16px auto 16px;
    text-align: center;
  }
  .header-wrap .logoarea .logobox {
    text-align: center;
    margin-bottom: 0px;
  }
  .header-wrap .logoarea .logobox img:not(:first-child) {
    display: none;
  }
  .header-wrap .logoarea .minsliderbox {
    width: 100%;
    height: 80px;
    display: none;
    justify-content: space-between;
  }
  .header-wrap .logoarea .minsliderbox .minslider {
    width: 100%;
    text-align: right;
  }
  .header-wrap .logoarea .minsliderbox .minslider img {
    margin-left: 8px;
  }
  .header-wrap .catarea {
    width: 100%;
    margin: 0px auto 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-wrap .catarea .staff-icon {
    width: 100%;
    text-align: center;
    display: none;
  }
  .header-wrap .catarea .staff-icon img {
    width: 80%;
    margin-bottom: 0px;
  }
  .header-wrap .catarea .cat-icon {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: none;
  }
  .header-wrap .catarea .cat-icon img {
    width: 100%;
  }
  .header-wrap .catarea .cat-icon::after {
    display: block;
    content: "";
    width: 75%;
  }
  .header-wrap .catarea .search-area {
    width: 96%;
    text-align: center;
    margin: 0 auto;
  }
  .header-wrap .catarea .searchform .screen-reader-text {
    display: none;
  }
  .header-wrap .catarea .searchform input {
    line-height: 23px;
    padding: 5px 45px 5px 13px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 8px;
    border: none;
  }
  .header-wrap .catarea .searchform input::-moz-placeholder {
    font-size: 11px;
    font-weight: 100;
    color: #999;
  }
  .header-wrap .catarea .searchform input::placeholder {
    font-size: 11px;
    font-weight: 100;
    color: #999;
  }
  .header-wrap .catarea .searchform input:focus::-moz-placeholder {
    color: transparent;
  }
  .header-wrap .catarea .searchform input:focus::placeholder {
    color: transparent;
  }
  .header-wrap .catarea .searchform #searchsubmit {
    border: none;
    border-radius: 8px;
    background: 0 0;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 4px 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .header-wrap .catarea div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4px auto;
    border: 1px solid #999;
    border-radius: 8px;
  }
  .header-wrap .catarea div li:first-child {
    flex-grow: 9;
  }
  .header-wrap .catarea div li:last-child {
    flex-grow: 1;
    font-family: "Font Awesome 5 Free";
  }
  .header-wrap .catarea .hotword {
    width: 96%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .header-wrap .catarea .hotword h3 {
    font-size: 10px;
    margin: auto;
    position: relative;
    margin-right: 8px;
  }
  .header-wrap .catarea .hotword h3::after {
    content: "";
    width: 1px;
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 44px;
  }
  .header-wrap .catarea .hotword ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    width: 100%;
  }
  .header-wrap .catarea .hotword ul li {
    margin: 2px 4px;
    font-size: 12px;
  }
  .header-wrap .Announcement {
    font-size: clamp(12px, 1.5em, 32px);
    color: #222;
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 0px auto 8px;
    background-color: #eeeeee;
    padding: 8px 0px;
    display: none;
  }
  .header-wrap .swiper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .header-wrap .swiper img {
    width: 100%;
  }
  .header-wrap .swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }
  .header-wrap .swiper .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
  .header-wrap .notice-title {
    text-align: center;
    margin: 24px auto 8px;
    width: 96%;
  }
  .header-wrap .notice {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 0.9em;
    overflow: scroll;
    overflow-x: hidden;
    height: 50vw;
  }
  .header-wrap .notice ul {
    width: 100%;
    margin: 16px auto;
  }
  .header-wrap .notice li {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
    width: 96%;
  }
  .header-wrap .notice li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border-bottom: none;
    width: 96%;
  }
  .header-wrap .notice .day {
    margin: auto 8px;
  }
  .header-wrap .notice .regular-label {
    background-color: #888;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    margin: 0 16px;
    text-align: center;
    width: 50px;
    height: 20px;
    margin: auto;
    margin-right: 8px;
  }
  .header-wrap .notice .important-label {
    background-color: #cc0000;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    margin: auto;
    margin-right: 8px;
    text-align: center;
    width: 50px;
    height: 20px;
  }
  .header-wrap .notice .text {
    width: 95%;
    margin: auto;
  }
}/*# sourceMappingURL=header.css.map */</pre></body></html>