<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*$btn-request-off-color:*/
/*#9e7013*/
/*#BD8617;*/
/*$btn-request-on-color:#db9b1a;*/
/*$btn-reserve-off-color:#9c9e73;
$btn-reserve-on-color:#b5b886;*/
.bg {
  background-color: rgba(195, 213, 188, 0.4);
  background: url("../images/cam2024gw/bg.jpg") center top/cover no-repeat; }
  @media screen and (max-width: 600px) {
    .bg {
      background: url("../images/cam2024gw/bg_sp.jpg") center top/cover no-repeat; } }

.c-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  .c-container *, .c-container *:before, .c-container *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.section-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.intro {
  position: relative; }

.res-btn {
  padding-top: 3.5rem;
  width: 57.0833333333%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  .res-btn a {
    display: block;
    margin: auto;
    max-width: 690px; }
    .res-btn a img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 600px) {
    .res-btn {
      padding-top: 2rem;
      width: 84%; } }

.c-midashi {
  margin-top: 4rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }

.c-txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 2rem; }
  .c-txt .gold {
    font-size: 1.4rem;
    color: #AA8420;
    margin-top: 1rem; }
  .c-txt .note {
    font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-feature-settings: 'palt';
    text-align: center;
    margin-top: 1rem; }

.point {
  padding-bottom: 4rem; }
  .point li {
    width: 100%;
    margin: .5rem auto 0 auto;
    padding: 1rem 2rem; }
    .point li .img {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }
    .point li .note {
      margin-top: .5rem;
      text-align: right;
      color: #fff;
      font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      font-feature-settings: 'palt'; }
  @media screen and (max-width: 600px) {
    .point {
      margin-inline: calc(50% - 50vw); }
      .point li {
        padding: 1rem 0 0; } }

.bukken {
  width: 100%;
  background: #fff;
  padding: 5rem 0; }
  .bukken .b-ttl {
    font-size: 1.6rem;
    text-align: center;
    color: #3E3A3A;
    font-weight: bold; }
  .bukken .b-list {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .bukken .b-list div, .bukken .b-list li {
      min-height: 0%; }
    .bukken .b-list li {
      width: 31.5%;
      margin-top: 2rem; }
      .bukken .b-list li .b-name {
        background: #585757;
        padding: .5rem;
        color: #fff;
        line-height: 1.4;
        font-size: .9rem; }
      .bukken .b-list li .b-access {
        margin-top: .5rem;
        font-size: .9rem; }
    .bukken .b-list::after {
      content: "";
      display: block;
      width: 31.5%; }
  .bukken .b-link-btn a {
    display: block;
    width: 100%;
    margin: 0.625rem 0 1.5rem;
    padding: 0.75rem 0.25rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #957534;
    transition: 0.4s all; }
    .bukken .b-link-btn a:hover {
      background-color: #CDB163; }
  @media screen and (max-width: 600px) {
    .bukken {
      background: none;
      position: relative;
      overflow: hidden;
      padding: 2rem 0; }
      .bukken::after {
        content: "";
        background: #fff;
        z-index: 2;
        display: block;
        width: 100%;
        height: 5000px;
        position: absolute;
        top: 20%;
        left: 0; }
      .bukken .b-list {
        width: 100%;
        padding: 1rem 0;
        position: relative;
        z-index: 3; }
        .bukken .b-list li {
          width: 90%;
          margin: 1rem auto 0 auto; }
          .bukken .b-list li:first-of-type {
            margin-top: 0; }
          .bukken .b-list li .b-name {
            text-align: center; } }
</pre></body></html>