<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print, screen and (min-width: 769px) {
  html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #636363;
  }

  #wrapper {
    min-width: 1200px;
    overflow: hidden;
  }

  #wrapper * {
    box-sizing: border-box;
  }

  p, dt, dd, a {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }

  a {
    color: #636363;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  a:hover {
    opacity: 0.7;
  }

  main {
    padding-top: 110px;
  }

  .caution {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }

  .sp {
    display: none !important;
  }

  .btn a {
    position: relative;
    display: block;
    padding: 15px 0;
    border: 1px solid #848484;
    font-size: 1.4rem;
  }
  .btn a::after {
    content: "";
    background: url(../img/icon_arrow01.svg);
    width: 15px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .btn a:hover {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
  }
  .btn a:hover::after {
    right: 10px;
  }
  .btn.type02 a {
    color: #fff !important;
    border-color: #d2a723;
    background: #d2a723;
  }
  .btn.type02 a::after {
    background: url(../img/icon_arrow02.svg);
  }
  .btn.back a::after {
    content: "";
    background: url(../img/icon_arrow01_back.svg);
    right: inherit;
    left: 20px;
  }
  .btn.back label {
    color: #666;
    background: #fff;
    border: 1px solid #666;
    position: relative;
  }
  .btn.back label::after {
    content: "";
    background: url("../img/icon_arrow01_back.svg");
    width: 15px;
    height: 7px;
    position: absolute;
    right: inherit;
    left: 20px;
  }
  .btn.back label:hover {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    opacity: 0.7;
  }
  .btn.back label:hover::after {
    left: 10px;
  }
  .btn label {
    color: #fff;
    background: #d2a723;
    border: 1px solid #d2a723;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 1.4rem;
    position: relative;
  }
  .btn label::after {
    content: "";
    background: url(../img/icon_arrow02.svg);
    width: 15px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .btn label:hover {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    opacity: 0.7;
  }
  .btn label:hover::after {
    right: 10px;
  }

  /* img alphaOver */
  .alphaOver a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
  }

  .inner {
    width: 1000px;
    margin: 0 auto;
  }

  /*----- header -----*/
  header {
    background: #1d1c1c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1200px;
  }
  header .inner {
    width: inherit;
    padding: 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 110px;
  }
  header .inner &gt; div {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .tel {
    color: #aeaeae;
    margin-left: 55px;
  }
  header .tel .num {
    font-size: 2.2em;
    border-bottom: 1px solid #8a8989;
    padding-bottom: 7px;
    margin-bottom: 9px;
  }
  header .tel .num span {
    padding-left: 25px;
    position: relative;
    margin-right: 0;
  }
  header .tel .num span::before {
    content: "";
    background: url(../img/icon_tel_w.svg);
    width: 16px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
  header .tel p {
    font-size: 1.4rem;
  }
  header .tel p span {
    margin-right: 10px;
  }
  header nav {
    font-size: 1.8rem;
  }
  header nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header nav ul li {
    display: table;
    height: 100%;
  }
  header nav ul li + li {
    position: relative;
  }
  header nav ul li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #d2a723;
  }
  header nav ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px;
    font-family: "Marcellus SC", serif !important;
    color: #fff;
  }
  header nav ul li a + .subMenu {
    display: none;
    position: fixed;
    width: 100%;
    top: 110px;
    left: 0;
    background: #2f2f2f;
    height: 70px;
  }
  header nav ul li a + .subMenu ul {
    justify-content: center;
  }
  header nav ul li a + .subMenu ul li a {
    font-size: 1.4rem;
  }
  header nav ul li.contactBtn::before {
    content: none;
  }
  header nav ul li.contactBtn p {
    display: table-cell;
    vertical-align: middle;
  }
  header nav ul li.contactBtn a {
    border-left: none;
    padding: 20px 25px;
    background: #d2a723;
    color: #1d1c1c;
  }
  header nav ul li.contactBtn span {
    padding-left: 46px;
    position: relative;
  }
  header nav ul li.contactBtn span::before {
    content: "";
    background: url(../img/icon_mail_k.svg);
    width: 30px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  header .headerDesc {
    color: #CCC;
    font-size: 1.1rem;
    position: absolute;
    top: 20px;
    left: 92px;
  }
  /*----- #contact -----*/
  #contact {
    padding: 60px 0 70px;
    background: #d6d1ca;
  }
  #contact h2 {
    margin-bottom: 40px;
  }
  #contact ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #contact ul li {
    background: #fff;
    text-align: center;
    width: 490px;
    padding: 5px;
  }
  #contact ul li dl {
    border: 1px solid #dedede;
    padding: 40px 0;
  }
  #contact ul li dl dt {
    font-size: 2.0rem;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #contact ul li dl dt::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #d2a723;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
  }
  #contact ul li dl dd {
    font-size: 2.6rem;
    display: inline-block;
  }
  #contact ul li dl dd.mail a {
    position: relative;
    padding-left: 58px;
  }
  #contact ul li dl dd.mail a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/icon_mail.svg);
    width: 40px;
    height: 28px;
    margin-top: -14px;
  }
  #contact ul li dl dd.tel span {
    position: relative;
    padding-left: 40px;
  }
  #contact ul li dl dd.tel span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/icon_tel.svg);
    width: 29px;
    height: 38px;
    margin-top: -19px;
  }

  /*----- #footer -----*/
  footer {
    background: #000000;
    color: #aeaeae;
    padding: 30px 0;
    position: relative;
  }
  footer .inner &gt; div {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer dl {
    display: -webkit-flex;
    display: flex;
  }
  footer dl dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  footer dl dd {
    font-size: 1.2rem;
    padding-left: 40px;
    line-height: 1.4;
  }
  footer dl dd span {
    display: block;
    margin-top: 5px;
  }
  footer small {
    font-size: 1.2rem;
  }

  /*----- #pagetop -----*/
  #pagetop {
    width: 50px;
    position: absolute;
    top: -80px;
    right: 30px;
    z-index: 100;
    display: none;
  }
  #pagetop.fixed {
    position: fixed;
    top: inherit;
    bottom: 30px;
  }

  /*----- form -----*/
  input::placeholder {
    color: #adadad;
  }

  input[type=input] {
    height: 50px;
    padding: 10px;
    font-size: 1.4rem;
    width: 100%;
    border: 1px solid #ccc;
  }

  input[type=date] {
    height: 50px;
    padding: 10px;
    font-size: 1.6rem;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
  }

  input {
    background: #fff !important;
  }
  input.w100 {
    width: 100px;
  }
  input.w200 {
    width: 200px;
  }
  input.w300 {
    width: 300px;
  }

  input[type=checkbox] + label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
  }
  input[type=checkbox] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
    background: #fff;
    border: 1px solid #ccc;
  }
  input[type=checkbox] + label:after {
    content: "";
    display: block;
    position: absolute;
  }

  input[type=checkbox]:checked + label:after {
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #d2a723;
    border-bottom: 2px solid #d2a723;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  select {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: inherit;
    background: #fff;
    padding: 10px 30px 10px 10px;
    font-size: 1.4rem;
  }

  .selectWrap {
    position: relative;
    display: inline-block;
  }
  .selectWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #d2a723 transparent transparent transparent;
  }

  textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1.4rem;
    width: 100%;
    background: #fff;
    height: 250px;
  }

  ::selection {
    background: #d2a723;
    color: #fff;
  }

  /* lower */
  .lower #pageTtl {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f6f3;
  }
  .lower #pageTtl h1 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    position: relative;
  }
  .lower #pageTtl h1 span {
    font-size: 6.0rem;
    font-family: "Marcellus SC", serif !important;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 0.3rem;
    color: #d2a723;
    position: relative;
    padding-bottom: 20px;
  }
  .lower #pageTtl h1 span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 1px;
    background: #000;
  }
  .lower #breadcrumb {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .lower #breadcrumb ul li {
    font-size: 1.2rem;
    display: inline-block;
  }
  .lower #breadcrumb ul li a {
    font-size: 1.2rem;
  }
  .lower #breadcrumb ul li span {
    font-size: 1.2rem;
    color: #a7a7a7;
    margin-left: 5px;
  }
  .lower #breadcrumb ul li + li {
    margin-left: 10px;
  }
}

/*# sourceMappingURL=base_pc.css.map */
</pre></body></html>