<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
.img_cap.shadow .cap.ex,
.img_cap.shadow span.ex {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8); }

.location_tab_wrap {
  max-width: 960px;
  padding-bottom: 50px; }
  .location_tab_wrap .item {
    width: 48%; }
    .location_tab_wrap .item a {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(12px, 1.8vw, 18px);
      padding: 0.66em 0.5em;
      border-radius: 40px;
      text-align: center;
      transition: color 0.3s ease-in-out,background 0.3s ease-in-out; }
      .location_tab_wrap .item a span {
        transition: opacity 0.3s ease-in-out; }
      .location_tab_wrap .item a .en {
        position: relative;
        opacity: 1; }
      .location_tab_wrap .item a .jp {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0; }
      @media (hover: hover) {
        .location_tab_wrap .item a:hover .en {
          opacity: 0; }
        .location_tab_wrap .item a:hover .jp {
          opacity: 1; } }
    .location_tab_wrap .item.active a .en {
      opacity: 0; }
    .location_tab_wrap .item.active a .jp {
      opacity: 1; }
    .location_tab_wrap .item.item_access a {
      color: #17288a;
      border: 1px solid #17288a; }
      @media (hover: hover) {
        .location_tab_wrap .item.item_access a:hover {
          background: #17288a;
          color: #fff; } }
    .location_tab_wrap .item.item_access.active a {
      background: #17288a;
      color: #fff; }
    .location_tab_wrap .item.item_location a {
      color: #f2971b;
      border: 1px solid #f2971b; }
      @media (hover: hover) {
        .location_tab_wrap .item.item_location a:hover {
          background: #f2971b;
          color: #fff; } }
    .location_tab_wrap .item.item_location.active a {
      background: #f2971b;
      color: #fff; }

.sec_main img {
  width: 100%; }

.sec_head {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0; }

.sec_location {
  padding-bottom: clamp(80px, 9.38%, 120px); }
  @media screen and (max-width: 480px) {
    .sec_location {
      padding-bottom: 20px; } }
  .sec_location .sec {
    padding: clamp(30px, 4.69%, 60px) 0; }
    .sec_location .sec:not(:last-child) {
      margin-bottom: clamp(30px, 4.69%, 60px); }
    .sec_location .sec .sec_head {
      margin-bottom: clamp(25px, 3.13%, 40px);
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .sec_location .sec .sec_head {
          margin-bottom: 20px; } }
    .sec_location .sec .lead_wrap {
      margin-bottom: clamp(25px, 3.91%, 50px); }
      .sec_location .sec .lead_wrap .lead {
        margin-bottom: clamp(25px, 3.13%, 40px);
        margin-bottom: 5px; }
        @media screen and (min-width: 480px) {
          .sec_location .sec .lead_wrap .lead {
            margin-bottom: 15px; } }
        @media screen and (max-width: 480px) {
          .sec_location .sec .lead_wrap .lead {
            margin-left: -20px;
            margin-right: -20px;
            letter-spacing: 0; } }
        @media screen and (max-width: 400px) {
          .sec_location .sec .lead_wrap .lead {
            font-size: 3.8vw; } }

.sec_access {
  padding-bottom: clamp(40px, 6.25%, 80px); }

.sec_lifeinfo {
  padding-bottom: clamp(80px, 9.38%, 120px); }

.map_wrap {
  padding-top: 10px;
  padding-bottom: clamp(80px, 9.38%, 120px); }
  @media screen and (max-width: 750px) {
    .map_wrap {
      padding-bottom: 40px; } }
  .map_wrap .figure_map {
    margin-top: clamp(30px, 4.69%, 60px); }

.sec01_image_wrap .sec01_image_lg {
  align-self: flex-start;
  max-width: 860px;
  width: 67.19%; }
.sec01_image_wrap .sec01_image_min_box {
  max-width: 400px;
  width: 31.25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.sec01_map {
  position: relative;
  z-index: 2;
  margin-top: clamp(-80px, -6.25%, -20px); }

.col_4_wrap {
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.03%; }
  @media screen and (max-width: 750px) {
    .col_4_wrap {
      max-width: 627px;
      margin-left: auto;
      margin-right: auto;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 4%; } }
  @media screen and (max-width: 480px) {
    .col_4_wrap {
      gap: 5px 5px; } }

.sec02_wrap {
  margin-top: clamp(25px, 3.91%, 50px);
  padding-top: clamp(25px, 3.13%, 40px);
  padding-bottom: clamp(25px, 3.13%, 40px);
  border: 1px solid; }
  @media screen and (max-width: 480px) {
    .sec02_wrap {
      padding-top: 5px;
      padding-bottom: 5px; } }

.sec02_top_inner,
.sec02_bottom_inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .sec02_top_inner,
    .sec02_bottom_inner {
      width: calc(100% - 30px);
      width: calc(100% - 10px); } }

@media screen and (min-width: 480px) {
  .sec02_top_inner {
    align-items: stretch; } }
@media screen and (max-width: 480px) {
  .sec02_top_inner {
    margin-bottom: 10px;
    justify-content: space-between; }
    .sec02_top_inner .sp_txt10 {
      font-size: 2.5vw; }
    .sec02_top_inner .sp_txt12 {
      font-size: 3vw; }
    .sec02_top_inner .sp_txt14 {
      font-size: 3.5vw; } }
.sec02_top_inner .sec02_t_image {
  max-width: 600px;
  width: 50%; }
  @media screen and (max-width: 400px) {
    .sec02_top_inner .sec02_t_image {
      align-self: auto;
      width: calc(174%/3.28); } }
  @media screen and (min-width: 480px) {
    .sec02_top_inner .sec02_t_image .img09 {
      height: 100%;
      background-image: url("../../location/image/img09_pc.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .sec02_top_inner .sec02_t_image .img09 .img09_pc_txt {
        position: absolute;
        left: 5px;
        bottom: 5px; }
      .sec02_top_inner .sec02_t_image .img09 .img09_pc {
        opacity: 0; } }
.sec02_top_inner .sec02_t_right {
  width: 47.5%;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 480px) {
    .sec02_top_inner .sec02_t_right {
      width: calc(150%/3.28); } }
  .sec02_top_inner .sec02_t_right .text_box {
    padding-bottom: 15px; }
    @media screen and (max-width: 480px) {
      .sec02_top_inner .sec02_t_right .text_box {
        padding-bottom: 0; } }
    .sec02_top_inner .sec02_t_right .text_box .lead {
      margin-bottom: 7.15%; }
      @media screen and (max-width: 480px) {
        .sec02_top_inner .sec02_t_right .text_box .lead {
          margin-bottom: 0.2em; } }

.sec02_bottom_inner .text_box {
  margin-top: 30px; }
  @media screen and (max-width: 750px) {
    .sec02_bottom_inner .text_box {
      margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    .sec02_bottom_inner .text_box {
      margin-top: 8px; } }
  .sec02_bottom_inner .text_box .lead {
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .sec02_bottom_inner .text_box .lead {
        margin-bottom: 15px; } }
    @media screen and (max-width: 480px) {
      .sec02_bottom_inner .text_box .lead {
        margin-bottom: 5px; } }

.sec05 .in_box {
  max-width: 960px;
  margin: 0 auto; }

.sec05_image .cap {
  bottom: auto;
  top: 100%;
  z-index: 10; }
  @media screen and (max-width: 480px) {
    .sec05_image .cap {
      font-size: 6px; } }

.sec05_shop_list {
  position: relative;
  z-index: 2;
  margin-top: clamp(-30px, -2.34%, -5px);
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .sec05_shop_list {
      margin-top: 25px; } }

.sec_access_inner {
  padding-top: 10px;
  padding-bottom: clamp(30px, 4.69%, 60px); }
  .sec_access_inner .lead {
    margin-top: clamp(30px, 4.69%, 60px);
    margin-bottom: clamp(25px, 3.91%, 50px); }
    @media screen and (max-width: 480px) {
      .sec_access_inner .lead {
        margin-bottom: 0; } }
  .sec_access_inner .access_line_image {
    margin-bottom: clamp(30px, 4.69%, 60px); }
    @media screen and (max-width: 480px) {
      .sec_access_inner .access_line_image {
        margin-bottom: 0; } }

.lifeinfo_image_outer {
  margin-top: clamp(25px, 3.13%, 40px);
  margin-bottom: clamp(30px, 4.69%, 60px); }

.lifeinfo_image_list {
  margin-bottom: 10px;
  display: grid;
  align-items: start;
  align-content: start;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 1.57vw, 20px) 2.03%; }
  .lifeinfo_image_list .item_01 {
    grid-column: span 2; }
  .lifeinfo_image_list .item_02 {
    grid-row: 2 / 3; }
  .lifeinfo_image_list .item_03 {
    grid-row: 2 / 3; }
  .lifeinfo_image_list .item_06 {
    grid-column: 4 / 5;
    grid-row: 1 / 3; }

.lifeinfo_outer {
  align-items: flex-start; }
  @media screen and (max-width: 750px) {
    .lifeinfo_outer {
      display: block; } }

.lifeinfo_wrap {
  width: 48.44%; }
  @media screen and (max-width: 750px) {
    .lifeinfo_wrap {
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .lifeinfo_wrap.lifeinfo_wrap_left {
      margin-bottom: 25px; } }
  .lifeinfo_wrap .lifeinfo_item:not(:last-child) {
    margin-bottom: 6.46%; }
    @media screen and (max-width: 750px) {
      .lifeinfo_wrap .lifeinfo_item:not(:last-child) {
        margin-bottom: 25px; } }

.lifeinfo_head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: clamp(16px, 1.66vw, 23px);
  border-bottom: 1px solid #4a3600;
  line-height: 1;
  padding-bottom: 0.43em;
  margin-bottom: 0.65em; }
  .lifeinfo_head .en {
    color: #722e00; }
  .lifeinfo_head .jp {
    font-size: 0.86em; }

.lifeinfo_list .item {
  font-size: clamp(14px, 1.53vw, 20px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1.5; }
  .lifeinfo_list .item dt,
  .lifeinfo_list .item dd {
    flex-shrink: 0; }
  .lifeinfo_list .item dt {
    order: 1;
    margin-right: 0.5em;
    text-align: left; }
  .lifeinfo_list .item dd {
    order: 3;
    margin-left: 0.5em;
    text-align: right; }
  .lifeinfo_list .item::after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed;
    order: 2;
    align-self: flex-start;
    margin-top: 0.75em; }

@media screen and (max-width: 400px) {
  .sp_txt10 {
    font-size: 2.5vw; }

  .sp_txt12 {
    font-size: 3vw; }

  .sp_txt14 {
    font-size: 3.5vw; } }

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