<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --COLOR_BLUE1: #8ac1e2;
  --COLOR_BLUE2: #9ac4e9; }

* {
  word-break: break-word; }

.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto; }

#top h1 {
  font-size: 15px;
  line-height: 27px;
  background: var(--COLOR_BLUE1); }

.wrap img {
  max-width: 100%;
  height: auto; }

.section-top {
  background: #FFFF3C;
  position: relative; }
  .section-top::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/mv_after.png) left top no-repeat;
    background-size: cover; }
  .section-top #header {
    z-index: 1; }
  .section-top .top-link {
    position: relative;
    z-index: 1;
    padding-top: 15px; }
    .section-top .top-link ul {
      list-style: none;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 30px; }
      .section-top .top-link ul li {
        list-style: none;
        margin: 0;
        line-height: 1; }
        .section-top .top-link ul li a {
          display: inline-block;
          text-decoration: none;
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 0.04em;
          font-family: "Noto Sans JP", serif;
          position: relative;
          line-height: 1; }
        .section-top .top-link ul li + li {
          margin-left: 20px;
          position: relative; }
          .section-top .top-link ul li + li::before {
            position: absolute;
            content: '|';
            left: -10px;
            top: 1px;
            line-height: 1; }

#visual {
  text-align: center; }
  #visual .wrap {
    max-width: 800px;
    position: relative;
    z-index: 1;
    padding: 30px 0 80px; }

.mv-img {
  position: relative; }

.mv-main {
  display: inline-block; }
  .mv-main img {
    max-width: 534px; }

.mv-icon {
  display: inline-block;
  position: absolute; }
  .mv-icon.icon01 {
    width: 116px;
    left: 15px;
    bottom: -42px; }
  .mv-icon.icon02 {
    width: 89px;
    right: 43px;
    bottom: -45px; }

.mv-txt {
  margin-top: 35px;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.9;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  color: #000; }

.wrap_image {
  text-align: center;
  margin-bottom: 50px; }

.bg-wpr {
  background: url(../images/bg.png) left top no-repeat;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden; }
  .bg-wpr_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 0 86px;
    background: url(../images/bg_inner.png) left top no-repeat;
    background-size: 100% 100%; }

.flow-art01 {
  position: relative; }
  .flow-art01 .fl-icon {
    display: inline-block;
    position: absolute;
    right: 165px;
    bottom: -25px;
    width: 95px; }
    .flow-art01 .fl-icon img {
      display: inline-block;
      max-width: 100%;
      height: auto; }

.flow-art02 {
  position: relative; }

.flow-art03 {
  position: relative; }
  .flow-art03 .fl-icon {
    display: inline-block;
    position: absolute;
    left: 130px;
    top: 0px;
    width: 83px; }
    .flow-art03 .fl-icon img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .flow-art03 .fl-icon1 {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: -65px;
    width: 84px; }
  .flow-art03 .fl-icon2 {
    display: inline-block;
    position: absolute;
    left: 45px;
    bottom: -40px;
    width: 82px; }

.pointer-events-none {
  pointer-events: none;
  opacity: 0.7; }

.intro {
  text-align: center;
  position: relative;
  margin-top: -88px; }
  .intro::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 73%;
    left: 0;
    bottom: 0;
    background: #C30D23;
    z-index: -1; }
  .intro img {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    height: auto; }

.flow-title {
  text-align: center;
  margin-bottom: 45px; }
  .flow-title img {
    max-width: 200px; }

.flow-ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.65;
  font-family: "Noto Sans JP", serif;
  color: #000;
  position: relative;
  padding-top: 80px; }
  .flow-ttl::before {
    position: absolute;
    content: '';
    width: 52px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(../images/flow_icon.svg) left top no-repeat;
    background-size: cover; }
  .flow-ttl::after {
    position: absolute;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    font-family: "Noto Sans JP", serif;
    left: 50%;
    transform: translateX(-50%);
    top: 18px; }
  .flow-ttl span {
    display: block;
    font-size: 16px; }
  .flow-ttl img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .flow-ttl.ttl1 {
    margin-bottom: 30px; }
    .flow-ttl.ttl1::after {
      content: '1'; }
  .flow-ttl.ttl2 {
    margin-bottom: 40px;
    margin-top: 100px; }
    .flow-ttl.ttl2::after {
      content: '2'; }
  .flow-ttl.ttl3 {
    margin-top: 100px; }
    .flow-ttl.ttl3::after {
      content: '3'; }

.flow-qr {
  text-align: center; }
  .flow-qr img {
    display: inline-block;
    max-width: 130px;
    height: auto; }

.flow-img {
  text-align: center; }
  .flow-img img {
    display: inline-block;
    max-width: 415px;
    height: auto; }

.point {
  max-width: 84%;
  margin: 130px auto 0;
  position: relative; }
  .point img {
    display: block;
    max-width: 100%;
    height: auto; }
  .point-item {
    position: relative;
    width: 685px;
    height: 685px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    background: #FFFF3C;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    box-sizing: border-box; }
    .point-item_lbl {
      display: block;
      text-align: center;
      margin-bottom: 30px; }
      .point-item_lbl img {
        display: inline-block;
        width: 185px;
        height: auto; }
    .point-item_lg {
      font-size: 46px;
      letter-spacing: 0.04em;
      line-height: 1.3728;
      color: #C30D23;
      margin-bottom: 15px; }
    .point-item_md {
      font-size: 22px;
      letter-spacing: 0.04em;
      line-height: 1.6;
      color: #000; }
    .point-item_sm {
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 1.95;
      color: #000;
      border-top: 2px dotted #000;
      margin: 25px auto 0;
      padding-top: 20px;
      display: inline-block; }
    .point-item_note {
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 1.7147;
      color: #000;
      margin-top: 10px;
      text-align: left;
      padding-left: 17px;
      text-indent: -17px; }
    .point-item_img {
      display: inline-block;
      position: absolute; }
    .point-item + .point-item {
      margin-top: 90px; }
    .point-item:nth-child(1) .point-item_img {
      width: 100%;
      max-width: 262px;
      top: 60%;
      transform: translateY(-50%);
      right: -130px; }
    .point-item:nth-child(2) .point-item_img {
      width: 100%;
      max-width: 668px;
      bottom: -80px;
      left: 50%;
      transform: translateX(-50%); }
    .point-item:nth-child(3) .point-item_img {
      width: 100%;
      max-width: 333px;
      bottom: -60px;
      right: 0; }

.shop-note {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #000;
  font-family: "Noto Sans JP", serif;
  text-align: left;
  margin-top: 30px; }

.contact {
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif; }
  .contact .ttl {
    margin-bottom: 20px; }
    .contact .ttl span {
      display: inline-block;
      position: relative;
      padding: 0 25px; }
      .contact .ttl span::before, .contact .ttl span::after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/icon_star.svg) left top no-repeat;
        background-size: cover; }
      .contact .ttl span::before {
        left: 0; }
      .contact .ttl span::after {
        right: 0; }
  .contact .txt span {
    display: block;
    font-size: 14px; }
  .contact .inf {
    margin-top: 10px; }
  .contact .lad {
    margin-top: 35px; }

.modal {
  word-break: break-all; }

.modal img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.modal strong {
  font-size: 20px; }

.modal em {
  /* [disabled]text-decoration: underline; */
  display: inline-block;
  margin-right: 10px; }

#shop {
  max-width: 93%;
  margin: 0 auto;
  padding-top: 185px;
  padding-bottom: 0; }
  #shop .flow-title {
    margin-bottom: -10px; }
  #shop .map {
    max-width: 760px;
    margin: 0 auto; }

.tbl-shop-wrap_inner {
  display: flex;
  justify-content: space-between; }

.shop {
  width: 48%;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP",serif; }
  .shop .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #C30D23;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    border-radius: 50%;
    letter-spacing: 0; }

.shop .detail {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #C30D23;
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  text-align: center;
  width: 88px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 10px; }

.shop a.modal_win {
  text-decoration: none;
  display: block; }

.shop td,
.shop th {
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  padding-bottom: 10px;
  padding-left: 0;
  line-height: 1.5; }

.shop th {
  white-space: nowrap;
  width: 34px;
  /* [disabled]text-decoration: underline; */ }

.caption {
  font-size: 14px;
  text-align: left; }
  .modal .caption {
    font-size: 16px;
    font-size: 80%;
    line-height: 2; }

a img {
  transition: all 0.25s ease-out; }

a img:hover {
  filter: brightness(110%); }

li {
  margin-left: 2em;
  list-style-type: circle; }

#footer {
  background: #fff;
  padding: 10px 0; }
  #footer .footer-inner {
    max-width: 810px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  #footer .footer-logo {
    width: 111px; }
    #footer .footer-logo img {
      display: inline-block;
      max-width: 100%;
      height: auto; }

.contact-wrap .wrap {
  padding-top: 80px;
  padding-bottom: 80px; }

#footer #footer_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 30px;
  padding: 30px 0; }

#footer #footer_link a {
  text-decoration: none;
  position: relative;
  padding: 2px 0;
  color: #000;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP",serif; }
  #footer #footer_link a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 1px;
    border-radius: 3px;
    content: "";
    z-index: 1;
    transition: .3s;
    width: 0; }
  #footer #footer_link a:hover::after {
    width: 100%; }

#footer #copyright {
  font-size: 11px; }

.jquery-modal .modal {
  width: 96%;
  padding: 20px 30px 30px; }

#btn_ptt {
  z-index: 10; }

@media screen and (max-width: 813px) {
  .top-link {
    display: none; }

  #visual .wrap {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px; }

  #visual img {
    height: auto;
    max-width: 100%; }

  #visual .mv-main img {
    max-width: 90%; }

  .mv-txt {
    font-size: 14px; }

  .mv-icon.icon01 {
    width: 58px;
    left: 0; }
  .mv-icon.icon02 {
    width: 45px;
    right: 0;
    bottom: -40px; }

  .intro {
    margin-top: -70px;
    width: 100%;
    height: 190px;
    overflow: hidden; }
    .intro img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

  .bg-wpr_inner {
    padding: 40px 0 70px; }

  .tbl-shop-wrap_inner {
    display: block; }

  .shop {
    width: 100%;
    float: none; }

  .shop-note {
    margin-top: 30px; }

  .shop th {
    width: 40px; }

  .wrap_image {
    margin-bottom: 25px; }

  .tbl-shop-wrap {
    position: relative;
    padding: 30px 0 0; }
    .tbl-shop-wrap_inner {
      position: relative;
      z-index: 2; }
    .tbl-shop-wrap .shop {
      max-width: 100%; }
    .tbl-shop-wrap .shop .detail {
      width: 60px;
      font-size: 12px; }
    .tbl-shop-wrap .tbl-shop-wrap .shop td,
    .tbl-shop-wrap .tbl-shop-wrap .shop th {
      font-size: 12px; }

  #shop {
    max-width: 100%; }
    #shop .flow-title {
      margin-bottom: 10px; }

  #contact {
    padding-top: 20px; }

  #footer {
    padding-top: 30px; }
    #footer .footer-inner {
      display: block; }
    #footer .footer-logo {
      margin: 0 auto;
      width: 80px; }
    #footer #footer_link {
      flex-direction: column;
      gap: 8px 30px;
      padding: 30px 0; }
      #footer #footer_link a {
        display: inline-block;
        text-decoration: underline;
        align-items: center; }
        #footer #footer_link a::after {
          content: none; }

  .caption {
    font-size: 80%; }

  .jquery-modal strong {
    font-size: 16px; }
  .jquery-modal .modal {
    padding: 15px 20px 20px; }
    .jquery-modal .modal .caption {
      display: inline-block; }

  .flow-ttl {
    font-size: 16px;
    padding-top: 70px; }
    .flow-ttl span {
      font-size: 12px; }
    .flow-ttl.ttl1 {
      margin-bottom: 20px; }
    .flow-ttl.ttl2 {
      margin-top: 50px;
      margin-bottom: 20px; }
    .flow-ttl.ttl3 {
      margin-top: 50px; }

  .flow-img img {
    max-width: 100%; }

  .flow-art01 .flow-qr img {
    max-width: 90px; }
  .flow-art01 .fl-icon {
    right: 50px;
    bottom: -15px;
    width: 65px; }

  .flow-art02 .flow-img {
    text-align: center; }
    .flow-art02 .flow-img img {
      max-width: 90%; }

  .flow-art03 .fl-icon {
    left: 35px;
    top: 35px;
    width: 50px; }
  .flow-art03 .fl-icon1 {
    right: 40px;
    top: -35px;
    width: 50px; }
  .flow-art03 .fl-icon2 {
    left: 30px;
    bottom: -20px;
    width: 46px; }

  .point {
    max-width: 100%;
    margin: 50px auto 0; }
    .point-item {
      width: 96vw;
      height: 96vw;
      box-sizing: border-box;
      padding-top: 20px; }
      .point-item + .point-item {
        margin-top: 50px; }
      .point-item_lbl {
        margin-bottom: 15px; }
        .point-item_lbl img {
          width: 30%; }
      .point-item_lg {
        font-size: 16px; }
      .point-item_md {
        font-size: 12px; }
      .point-item_sm {
        font-size: 10px;
        margin-top: 10px;
        padding-top: 10px; }
      .point-item_note {
        font-size: 10px; }
      .point-item:nth-child(1) .point-item_img {
        width: 140px;
        right: -50px;
        top: 25%; }
      .point-item:nth-child(2) .point-item_img {
        bottom: -35px; }
      .point-item:nth-child(3) .point-item_img {
        width: 50%;
        right: 0;
        bottom: -35px; } }
</pre></body></html>