<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$btn-request-off-color:*/
/*#9e7013*/
/*#BD8617;*/
/*$btn-request-on-color:#db9b1a;*/
/*$btn-reserve-off-color:#9c9e73;
$btn-reserve-on-color:#b5b886;*/
.shop-list {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  /**border-bottom:1px solid #4d97b7;**/ }
  .shop-list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; }
    .shop-list .title .title-img {
      color: #aa8420; }
    .shop-list .title::after {
      content: "";
      display: block;
      width: auto;
      height: 1px;
      flex-grow: 1;
      background-color: #aa8420; }
  .shop-list .txt {
    display: inline-block;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.44; }
  .shop-list .note {
    width: 100%;
    margin-top: 0.25rem; }

.images {
  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; }
  .images div, .images li {
    min-height: 0%; }
  .images .image, .images .img {
    width: 48%; }
    .images .image .img, .images .img .img {
      width: 100%; }

.pickup-spot {
  margin-top: 1.5rem; }
  .pickup-spot .text {
    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;
    flex-wrap: nowrap; }
    .pickup-spot .text div, .pickup-spot .text li {
      min-height: 0%; }
    .pickup-spot .text .icon {
      width: 15.5555555556%;
      max-width: 56px;
      margin-right: 0.75rem; }
    .pickup-spot .text .lead {
      width: auto;
      max-width: calc(100% - (60/360*100%));
      flex-grow: 1;
      text-align: left; }
  @media screen and (max-width: 600px) {
    .pickup-spot .text .lead {
      max-width: calc(100% - (72/360*100%)); } }

.shopping-body-bg {
  background: linear-gradient(to right, #efe8d9, #fff, #efe8d9) !important;
  padding: 1rem 2rem 2rem; }

.shopping-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
  max-width: 1200px; }
  .shopping-body .copy {
    width: 30%;
    margin-right: 5%;
    margin-top: 1rem; }
    .shopping-body .copy .shop-name {
      font-size: 2rem;
      font-feature-settings: "palt";
      line-height: 1.4; }
    .shopping-body .copy .lead {
      text-align: left;
      margin-top: 1rem; }
    .shopping-body .copy .shop-no {
      margin-top: 2rem;
      max-width: 300px;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
      .shopping-body .copy .shop-no img {
        width: 100%;
        height: auto; }
  .shopping-body .shop-detail {
    width: 65%;
    display: flex;
    flex-wrap: wrap; }
    .shopping-body .shop-detail .detail-list li {
      font-size: 0.85rem;
      display: inline-block; }
    .shopping-body .shop-detail .note {
      margin-top: 0.5rem; }
    .shopping-body .shop-detail .left {
      width: 55%;
      margin-right: 5%; }
    .shopping-body .shop-detail .right {
      width: 40%; }
      .shopping-body .shop-detail .right .text {
        display: flex;
        align-items: center; }
        .shopping-body .shop-detail .right .text .icon {
          width: 3rem;
          margin-right: 1rem; }
          .shopping-body .shop-detail .right .text .icon img {
            width: 100%;
            height: auto; }
        .shopping-body .shop-detail .right .text .lead {
          font-size: 0.9rem;
          width: 100%;
          flex: 1;
          text-align: left; }
      .shopping-body .shop-detail .right .img {
        margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .shopping-body .copy {
      width: 100%; }
    .shopping-body .shop-detail {
      width: 100%;
      margin-top: 2rem; } }
  @media screen and (max-width: 600px) {
    .shopping-body .shop-detail {
      margin-top: 1rem; }
      .shopping-body .shop-detail .left {
        width: 100%;
        margin-right: 0%; }
      .shopping-body .shop-detail .right {
        width: 100%;
        margin-top: 1rem; } }

.d-photo-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .d-photo-list li {
    width: 48.5%;
    margin-top: 1rem; }

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  margin-top: 1rem; }
  .title .title-img {
    color: #aa8420;
    margin-right: 1rem; }
  .title::after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    flex-grow: 1;
    background-color: #aa8420; }

.area-map {
  width: 100%;
  margin: 2rem auto 0; }

.shopping-block {
  margin: auto;
  margin-top: 4rem;
  padding-bottom: 0rem;
  max-width: 1400px; }
  .shopping-block .section-contents-inner {
    background: linear-gradient(to right, #efe8d9, #fff, #efe8d9) !important;
    display: flex;
    padding: 2rem 2rem 0; }
    .shopping-block .section-contents-inner .copy {
      width: 30%;
      margin-right: 5%; }
    .shopping-block .section-contents-inner .shop-list {
      width: 65%; }
  .shopping-block &gt; .image {
    width: 100%;
    position: relative; }
    .shopping-block &gt; .image .img {
      z-index: 1; }
    .shopping-block &gt; .image .wappen {
      width: 23.1884057971%;
      max-width: 120px;
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 2; }
    .shopping-block &gt; .image .nameplate {
      width: 50.2415458937%;
      max-width: 320px;
      position: absolute;
      bottom: -3.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
      .shopping-block &gt; .image .nameplate .name {
        width: 100%; }
      .shopping-block &gt; .image .nameplate .distance {
        text-align: center;
        font-size: 0.875rem; }
  .shopping-block .fig {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin-top: 1rem; }
  .shopping-block .shop-list {
    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;
    align-items: flex-start;
    padding-bottom: 1rem; }
    .shopping-block .shop-list div, .shopping-block .shop-list li {
      min-height: 0%; }
    .shopping-block .shop-list .title {
      width: 100%; }
    .shopping-block .shop-list ul {
      width: 58%; }
    .shopping-block .shop-list .images {
      width: 58%; }
      .shopping-block .shop-list .images .img {
        width: 48%; }
  .shopping-block#Ario .shop-list, .shopping-block#EAONkawaguchi .shop-list {
    position: relative;
    padding-bottom: 5rem; }
    .shopping-block#Ario .shop-list ul, .shopping-block#EAONkawaguchi .shop-list ul {
      margin-right: 42%; }
    .shopping-block#Ario .shop-list .images, .shopping-block#EAONkawaguchi .shop-list .images {
      margin-right: 42%;
      margin-top: 1rem; }
    .shopping-block#Ario .shop-list .pickup-spot, .shopping-block#EAONkawaguchi .shop-list .pickup-spot {
      width: 38%;
      position: absolute;
      top: 0;
      right: 0; }
      .shopping-block#Ario .shop-list .pickup-spot .image, .shopping-block#EAONkawaguchi .shop-list .pickup-spot .image {
        margin-top: 1rem; }
  @media screen and (max-width: 600px) {
    .shopping-block .section-contents-inner {
      padding-left: 3.8647342995%;
      padding-right: 3.8647342995%; }
    .shopping-block &gt; .image .wappen {
      top: 0.5rem;
      right: 0.5rem; }
    .shopping-block &gt; .image .nameplate {
      width: 57.9710144928%;
      left: 0.5rem;
      transform: none; }
    .shopping-block .lead {
      text-align: left; }
    .shopping-block .shop-list .title {
      width: 100%; }
    .shopping-block .shop-list ul {
      width: 100%; }
    .shopping-block .shop-list .images {
      width: 100%;
      margin-top: 1rem; }
    .shopping-block#Ario .shop-list, .shopping-block#EAONkawaguchi .shop-list {
      padding-bottom: 1rem; }
      .shopping-block#Ario .shop-list ul, .shopping-block#EAONkawaguchi .shop-list ul {
        margin-right: 0; }
      .shopping-block#Ario .shop-list .images, .shopping-block#EAONkawaguchi .shop-list .images {
        margin-right: 0; }
      .shopping-block#Ario .shop-list .pickup-spot, .shopping-block#EAONkawaguchi .shop-list .pickup-spot {
        width: 100%;
        position: static; } }

@media screen and (max-width: 600px) {
  #Kawaguchi .kawaguchi-areamap01_01 {
    margin-top: 1rem; } }

.blocks {
  width: 100%;
  margin: auto;
  max-width: 1000px;
  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; }
  .blocks div, .blocks li {
    min-height: 0%; }
  .blocks .block {
    width: 47%;
    margin-top: 3rem; }
    .blocks .block.w2 {
      width: 34%; }
    .blocks .block.w3 {
      width: 25%; }
    .blocks .block.w4 {
      width: 50%; }
      .blocks .block.w4 .lead {
        margin-top: 0; }
    .blocks .block .image {
      width: 100%;
      position: relative;
      margin-bottom: 0.5rem; }
      .blocks .block .image .img {
        z-index: 1; }
      .blocks .block .image .nameplate {
        width: 50.2415458937%;
        max-width: 320px;
        position: absolute;
        bottom: -3.5rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
        .blocks .block .image .nameplate .name {
          width: 100%; }
        .blocks .block .image .nameplate .distance {
          text-align: center;
          font-size: 0.875rem; }
    .blocks .block .images {
      margin-top: 1rem; }
    .blocks .block .shop-name {
      font-size: 1.3rem;
      line-height: 1.4; }
    .blocks .block .note {
      margin-top: 0.5rem; }
    .blocks .block .lead {
      margin-top: 0.5rem;
      text-align: left;
      font-size: 0.9rem; }
    .blocks .block#Cupola {
      width: 100%;
      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;
      align-items: flex-start; }
      .blocks .block#Cupola div, .blocks .block#Cupola li {
        min-height: 0%; }
      .blocks .block#Cupola &gt; .image {
        width: 47%; }
      .blocks .block#Cupola .right {
        width: 50%; }
    .blocks .block#Malls {
      width: 100%;
      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;
      align-items: flex-start; }
      .blocks .block#Malls div, .blocks .block#Malls li {
        min-height: 0%; }
      .blocks .block#Malls .images {
        width: 72%; }
      .blocks .block#Malls .image {
        width: 40%; }
        .blocks .block#Malls .image .img {
          width: 100%; }
        .blocks .block#Malls .image .nameplate {
          width: 62.6506024096%;
          transform: none; }
          .blocks .block#Malls .image .nameplate .distance {
            font-size: 0.75rem; }
        .blocks .block#Malls .image:nth-of-type(1) .nameplate {
          bottom: auto;
          top: 0.5rem;
          left: auto;
          right: -44.578313253%; }
          .blocks .block#Malls .image:nth-of-type(1) .nameplate .distance {
            text-align: right; }
        .blocks .block#Malls .image:nth-of-type(2) .nameplate {
          bottom: 0.5rem;
          left: -43.9759036145%; }
          .blocks .block#Malls .image:nth-of-type(2) .nameplate .distance {
            text-align: left; }
      .blocks .block#Malls .lead {
        width: 24%; }
  @media screen and (max-width: 600px) {
    .blocks .block {
      width: 100%; }
      .blocks .block .image .nameplate {
        width: 57.9710144928%; }
      .blocks .block.w2 {
        width: 47%; }
      .blocks .block.w3 {
        width: 100%;
        margin-top: 1.5rem; }
      .blocks .block.w4 {
        width: 100%; } }

.gourmet {
  width: 100%;
  padding-top: 5rem;
  margin-top: 6rem;
  background-color: #dbeaf1;
  position: relative; }
  .gourmet .icon {
    width: 23.1884057971%;
    max-width: 120px;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%); }
  .gourmet .contents-container .section-contents:first-child {
    margin-top: 0; }
  .gourmet .gourmet-list {
    width: 100%;
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
    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; }
    .gourmet .gourmet-list div, .gourmet .gourmet-list li {
      min-height: 0%; }
    .gourmet .gourmet-list li {
      width: 30%; }
      .gourmet .gourmet-list li .groumet-head {
        width: 100%;
        position: relative;
        margin-bottom: 1rem; }
        .gourmet .gourmet-list li .groumet-head .text {
          width: 96%;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
          .gourmet .gourmet-list li .groumet-head .text .shopname {
            width: 100%;
            min-height: 2.5rem;
            position: relative;
            background-color: #2f91ae; }
            .gourmet .gourmet-list li .groumet-head .text .shopname span {
              font-size: 0.875rem;
              color: #fff;
              line-height: 1;
              text-align: right;
              position: absolute;
              top: 50%;
              right: 0.5rem;
              transform: translateY(-50%); }
          .gourmet .gourmet-list li .groumet-head .text .distance {
            font-size: 0.75rem;
            text-align: right;
            line-height: 1.2;
            margin-top: 0.125rem; }
        .gourmet .gourmet-list li .groumet-head .img {
          width: 40%;
          margin-left: 0;
          margin-right: auto; }
      .gourmet .gourmet-list li .lead {
        text-align: left;
        font-size: 0.875rem; }
  @media screen and (max-width: 600px) {
    .gourmet .gourmet-list li {
      width: 100%;
      margin-top: 2.5rem; }
      .gourmet .gourmet-list li .groumet-head .text .shopname {
        min-height: 56px; }
        .gourmet .gourmet-list li .groumet-head .text .shopname span {
          font-size: 1.15rem; }
      .gourmet .gourmet-list li .groumet-head .img {
        width: 56%; }
      .gourmet .gourmet-list li .lead {
        font-size: 1rem; }
      .gourmet .gourmet-list li:nth-of-type(even) .groumet-head .text {
        right: auto;
        left: 0; }
        .gourmet .gourmet-list li:nth-of-type(even) .groumet-head .text .shopname span {
          text-align: left;
          right: auto;
          left: 0.5rem; }
        .gourmet .gourmet-list li:nth-of-type(even) .groumet-head .text .distance {
          text-align: left; }
      .gourmet .gourmet-list li:nth-of-type(even) .groumet-head .img {
        margin-left: auto;
        margin-right: 0; } }

.gormet-colum {
  background: linear-gradient(to right, #efe8d9, #fff, #efe8d9) !important;
  margin: auto;
  margin-top: 5rem;
  padding: 3.5rem 0;
  max-width: 1400px; }
  .gormet-colum .midashi-en {
    margin: auto;
    padding: 0;
    max-width: 900px;
    border-bottom: 1px solid #ddcba1;
    margin-bottom: 1.5rem; }
    .gormet-colum .midashi-en .en-body {
      border-bottom: none;
      font-size: 2rem;
      color: #a99871; }
  @media screen and (max-width: 600px) {
    .gormet-colum .maincopy {
      font-size: 1.6rem; } }

.gourmet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  width: 90%;
  max-width: 1000px; }
  .gourmet-list li {
    width: 29%;
    margin-top: 2.5rem; }
    .gourmet-list li .img {
      margin: auto;
      max-width: 350px; }
    .gourmet-list li .grmt-name {
      background: #aa8420;
      text-align: center;
      padding: 0.4rem;
      color: #fff;
      font-size: 1.2rem;
      margin-top: 1rem;
      line-height: 1.3; }
    .gourmet-list li .note {
      text-align: center;
      margin-top: 0.5rem; }
    .gourmet-list li .lead {
      text-align: left;
      margin-top: 0.5rem; }
  @media screen and (max-width: 600px) {
    .gourmet-list {
      width: 80%; }
      .gourmet-list li {
        width: 100%; }
        .gourmet-list li .img {
          margin: auto;
          max-width: 200px;
          width: 70%; } }
</pre></body></html>