@charset "UTF-8";
#header {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #342812;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
#header a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
#header a:hover {
  opacity: 0.7;
}
#header img {
  display: block;
  max-width: 100%;
}
#header input,
#header textarea,
#header select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header input[type=text]:focus:placeholder,
#header input[type=email]:focus:placeholder,
#header input[type=mail]:focus:placeholder,
#header input[type=tel]:focus:placeholder,
#header textarea:focus:placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus::-webkit-input-placeholder,
#header input[type=email]:focus:focus::-webkit-input-placeholder,
#header input[type=mail]:focus:focus::-webkit-input-placeholder,
#header input[type=tel]:focus:focus::-webkit-input-placeholder,
#header textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus:-moz-placeholder,
#header input[type=email]:focus:focus:-moz-placeholder,
#header input[type=mail]:focus:focus:-moz-placeholder,
#header input[type=tel]:focus:focus:-moz-placeholder,
#header textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus::-moz-placeholder,
#header input[type=email]:focus:focus::-moz-placeholder,
#header input[type=mail]:focus:focus::-moz-placeholder,
#header input[type=tel]:focus:focus::-moz-placeholder,
#header textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}
#header input[type=text],
#header input[type=email],
#header input[type=mail],
#header input[type=tel],
#header input[type=submit],
#header textarea,
#header select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  line-height: 1.5;
}
#header input[type=text],
#header input[type=email],
#header input[type=mail],
#header input[type=tel],
#header textarea {
  width: 100%;
}
#header input[type=radio] {
  margin: 0 10px 0 0;
}
#header select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #header select {
    padding: 11px 17px 9px;
  }
}
#header select::-ms-expand {
  display: none;
}
#header button {
  border: none;
}

#header *,
#header *::before,
#header *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header div,
#header span,
#header applet,
#header object,
#header iframe,
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header p,
#header blockquote,
#header pre,
#header a,
#header abbr,
#header acronym,
#header address,
#header big,
#header cite,
#header code,
#header del,
#header dfn,
#header em,
#header img,
#header ins,
#header kbd,
#header q,
#header s,
#header samp,
#header small,
#header strike,
#header strong,
#header sub,
#header sup,
#header tt,
#header var,
#header b,
#header u,
#header i,
#header center,
#header dl,
#header dt,
#header dd,
#header ol,
#header ul,
#header li,
#header fieldset,
#header form,
#header label,
#header legend,
#header table,
#header caption,
#header tbody,
#header tfoot,
#header thead,
#header tr,
#header th,
#header td,
#header article,
#header aside,
#header canvas,
#header details,
#header embed,
#header figure,
#header figcaption,
#header footer,
#header header,
#header hgroup,
#header menu,
#header nav,
#header output,
#header ruby,
#header section,
#header summary,
#header time,
#header mark,
#header audio,
#header video,
#header picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#header article,
#header aside,
#header details,
#header figcaption,
#header figure,
#header footer,
#header header,
#header hgroup,
#header menu,
#header nav,
#header section,
#header picture {
  display: block;
}
#header body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#header ol,
#header ul {
  list-style: none;
  list-style-type: none;
}
#header blockquote,
#header q {
  quotes: none;
}
#header blockquote:before, #header blockquote:after,
#header q:before,
#header q:after {
  content: "";
}
#header a,
#header area,
#header button,
#header [role=button],
#header input:not([type=range]),
#header label,
#header select,
#header summary,
#header textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#header table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header a {
  text-decoration: none;
  color: inherit;
}
#header a:link {
  text-decoration: none;
}
#header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#header video {
  vertical-align: bottom;
}
#header input[type=submit],
#header input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#header input[type=submit]:-webkit-search-decoration,
#header input[type=button]:-webkit-search-decoration {
  display: none;
}
#header input[type=submit]:focus,
#header input[type=button]:focus {
  outline-offset: -2px;
}
#header input[type=checkbox],
#header input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#header button,
#header input,
#header select,
#header textarea {
  font-family: inherit;
  font-size: 100%;
}
#header select,
#header input,
#header textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header input {
  border: none;
}

#header .hd-fix {
  position: absolute;
  top: 40px;
  width: 100%;
  padding-left: 60px;
  padding-right: 160px;
  z-index: 10010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #header .hd-fix {
    top: 12.5px;
    padding-left: 15px;
    padding-right: 75px;
  }
}
#header .hd-fix .logo-wrap a {
  display: block;
  font-size: 0;
  width: 162px;
  height: 40px;
  background: url(../img/common/logo_w.svg) center left/contain no-repeat;
}
@media screen and (max-width: 960px) {
  #header .hd-fix .logo-wrap a {
    width: 140px;
    height: 35px;
  }
}
#header .hd-fix .link-wrap a {
  position: relative;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 960px) {
  #header .hd-fix .link-wrap a {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    border-radius: 18px;
    background: #fff;
    color: #342812;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-family: "Zen Kaku Gothic New", serif;
  }
}
#header .hd-fix .link-wrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  max-width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  #header .hd-fix .link-wrap a:before {
    content: none;
  }
}
#header .hd-fix .link-wrap a:hover {
  opacity: 1;
}
#header .hd-fix .link-wrap a:hover:before {
  max-width: 100%;
}
#header .hd-fix .link-wrap a > span {
  position: relative;
}
#header .hd-fix .link-wrap a > span:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  margin-left: 0.5em;
}
#header .hamburger-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10012;
  width: 100px;
  height: 100px;
  background: #342812;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #header .hamburger-wrap {
    width: 60px;
    height: 60px;
  }
}
#header .hamburger-wrap .hamburger-inner .bar-wrap {
  position: relative;
  width: 24px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #header .hamburger-wrap .hamburger-inner .bar-wrap {
    width: 15px;
    height: 9px;
    margin-bottom: 5px;
  }
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
  top: 0;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(2) {
  top: 5px;
}
@media screen and (max-width: 960px) {
  #header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(2) {
    top: 4px;
  }
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
  top: 11px;
}
@media screen and (max-width: 960px) {
  #header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
    top: 8px;
  }
}
#header .hamburger-wrap .hamburger-inner .txt-wrap {
  color: #fff;
  font-family: "Gloock", serif;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #header .hamburger-wrap .hamburger-inner .txt-wrap {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  #header .hamburger-wrap:hover {
    opacity: 1;
    background: #999387;
  }
}
#header .mega-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10011;
  width: 100vw;
  height: 100svh;
  overflow-y: scroll;
  background: #f9faf4;
  left: 100vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#header .mega-wrap .row1 {
  position: relative;
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row1 {
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row1 .wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row1 .wrapper .tel-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .wrapper .tel-wrap {
    padding: 15px 0;
    text-align: center;
  }
}
#header .mega-wrap .row1 .wrapper .tel-wrap a {
  font-size: 30px;
  font-family: "Gloock", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .wrapper .tel-wrap a {
    font-size: 20px;
  }
}
#header .mega-wrap .row1 .wrapper .tel-wrap a span {
  position: relative;
}
#header .mega-wrap .row1 .wrapper .tel-wrap a span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .wrapper .tel-wrap p {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row1 .side-link {
    position: absolute;
    top: 0;
    right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .side-link {
    width: calc(100vw - 60px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row1 .side-link .link {
    height: 100px;
    border-left: 1px solid #d3cfc7;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .side-link .link {
    width: 33.3333333333%;
    height: 60px;
    border-left: 1px solid #d3cfc7;
    border-bottom: 1px solid #d3cfc7;
  }
  #header .mega-wrap .row1 .side-link .link:first-of-type {
    border-left: none;
  }
}
#header .mega-wrap .row1 .side-link .link a {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row1 .side-link .link a {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 428px) {
  #header .mega-wrap .row1 .side-link .link a {
    font-size: 10px;
    padding: 0 5px;
  }
}
#header .mega-wrap .row1 .side-link .link a > span {
  position: relative;
}
#header .mega-wrap .row1 .side-link .link a > span:before {
  color: #5a81bc;
  margin-right: 0.5em;
}
#header .mega-wrap .row1 .side-link .link.history a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1da";
}
#header .mega-wrap .row1 .side-link .link.list a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14a";
}
#header .mega-wrap .row1 .side-link .link.search a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f002";
}
#header .mega-wrap .row2 {
  border-top: 1px solid #d3cfc7;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row2 {
    padding: 15px;
  }
}
#header .mega-wrap .row2 .b-search-01 .row {
  padding: 0;
  border: none;
}
#header .mega-wrap .row2 .b-search-01 .row .inner .u-form-01 form button:before {
  color: #5a81bc;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row2 .b-search-01 .row .inner .u-form-01 form input {
    font-size: 13px;
  }
}
#header .mega-wrap .row3 {
  border-top: 1px solid #d3cfc7;
  padding: 25px 0;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row3 {
    padding: 0;
  }
  #header .mega-wrap .row3 .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row3 .b-sitemap-03 .inner-wrap .col:nth-of-type(n+2) {
    border-left: 1px solid #d3cfc7;
  }
  #header .mega-wrap .row3 .b-sitemap-03 .u-sitemap-03 .parent {
    background: #efefeb;
  }
  #header .mega-wrap .row3 .b-sitemap-03 + .b-sitemap-01 {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #d3cfc7;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row3 .b-sitemap-03 {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  #header .mega-wrap .row3 .b-sns-01 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row3 .b-sns-01 {
    margin-top: 30px;
  }
}
#header .mega-wrap .row3 .u-btn-03 a {
  background: #5a81bc;
  border-color: #5a81bc;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
#header .mega-wrap .row3 .u-btn-03 a span {
  position: relative;
}
#header .mega-wrap .row3 .u-btn-03 a span:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  margin-left: 0.5em;
}
#header .mega-wrap .row3 .u-btn-03 a:hover {
  background: transparent;
  color: #5a81bc;
}
#header .mega-wrap .row3 .b-btn-oricon-01 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row3 .b-btn-oricon-01 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  #header .mega-wrap .row3 .b-btn-oricon-01 .u-btn-03 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  #header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
    top: 4px;
  }
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(2) {
  opacity: 0;
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
    top: 4px;
  }
}
#header.is-open .mega-wrap {
  left: 0px;
  opacity: 1;
  pointer-events: all;
}
#header.under .hd-fix .logo-wrap a {
  background-image: url(../img/common/logo.svg);
}
#header.under .hd-fix .link-wrap a {
  color: #342812;
}
#header.under .hd-fix .link-wrap a:before {
  background: #342812;
}
#header .hd-fix .logo-wrap a {
  background-image: url(../img/common/logo.svg);
}
#header .hd-fix .link-wrap a {
  color: #342812;
}
#header .hd-fix .link-wrap a:before {
  background: #342812;
}