@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner_main .main_bg {
  background-image: url("../images/location/main.jpg"); }

.sec_ttl_wrap {
  margin-bottom: clamp(30px, 4.167vw, 50px);
  text-align: center;
  row-gap: 20px; }
  .sec_ttl_wrap .read_group {
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .sec_ttl_wrap .read_group {
        row-gap: 20px; } }

.loc_en_ttl {
  font-size: clamp(30px, 3.667vw, 44px);
  line-height: 1.2;
  color: #0098bb;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .loc_en_ttl {
      font-size: 7.4vw; } }
  .loc_en_ttl.white {
    color: #FFF; }

.sec01 {
  padding-bottom: clamp(80px, 10vw, 120px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 60px; } }
  .sec01 .sec01_item01_group {
    margin-bottom: clamp(60px, 8.334vw, 100px); }
    .sec01 .sec01_item01_group .sec01_item01 {
      display: grid;
      grid-template-columns: 41.66% 29.17% 29.17%;
      margin-bottom: 5px; }
      .sec01 .sec01_item01_group .sec01_item01 .photo:nth-child(1) {
        grid-row: 1/3;
        grid-column: 1/2; }
      .sec01 .sec01_item01_group .sec01_item01 .photo:nth-child(2) {
        grid-row: 1/2;
        grid-column: span 2; }
  .sec01 .sec01_item02_group {
    flex-wrap: wrap;
    row-gap: 40px; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_item02_group {
        row-gap: 20px; } }
    .sec01 .sec01_item02_group .item {
      width: 22.5%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item02_group .item {
          width: 48%; } }
      .sec01 .sec01_item02_group .item.first {
        width: 30.84%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02_group .item.first {
            width: 100%; } }
      .sec01 .sec01_item02_group .item.second {
        width: 66.67%;
        align-items: flex-start; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02_group .item.second {
            width: 100%; } }
        .sec01 .sec01_item02_group .item.second .photo {
          width: 27.5%; }
          .sec01 .sec01_item02_group .item.second .photo:nth-of-type(2) {
            width: 70%; }
          .sec01 .sec01_item02_group .item.second .photo img {
            box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.06); }
          .sec01 .sec01_item02_group .item.second .photo .photo_cap {
            margin-top: 5px;
            line-height: 1.4; }
      .sec01 .sec01_item02_group .item .first_in {
        flex-direction: column; }
        .sec01 .sec01_item02_group .item .first_in .read {
          letter-spacing: -0.05em;
          line-height: 2.18; }
        .sec01 .sec01_item02_group .item .first_in .minutes {
          margin: 10px 0 clamp(20px, 3.334vw, 40px);
          font-size: clamp(16px, 2.308vw, 30px);
          letter-spacing: 0.1em;
          line-height: 1; }
          @media screen and (max-width: 1200px) {
            .sec01 .sec01_item02_group .item .first_in .minutes {
              margin: 10px 0 30px; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item02_group .item .first_in .minutes {
              font-size: 8vw;
              text-align: center; } }
          .sec01 .sec01_item02_group .item .first_in .minutes .big {
            font-size: 220%;
            color: #983531; }
          .sec01 .sec01_item02_group .item .first_in .minutes .small {
            font-size: 50%; }
        .sec01 .sec01_item02_group .item .first_in .shop_list {
          position: relative;
          justify-content: flex-start;
          column-gap: 4%;
          border: 1px solid #0098bb;
          padding: 25px 15px 15px;
          flex-wrap: wrap; }
          .sec01 .sec01_item02_group .item .first_in .shop_list .shop_ttl {
            position: absolute;
            left: -1px;
            top: 0;
            transform: translateY(-50%);
            font-size: clamp(12px, 1.231vw, 16px);
            color: #FFF;
            width: 100px;
            text-align: center;
            background: #0098bb; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item02_group .item .first_in .shop_list .shop_ttl {
                font-size: 15px; } }
          .sec01 .sec01_item02_group .item .first_in .shop_list .shop_name {
            width: 34%;
            font-size: clamp(12px, 1.231vw, 16px);
            color: #0098bb; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item02_group .item .first_in .shop_list .shop_name {
                font-size: 3.6vw; } }
            .sec01 .sec01_item02_group .item .first_in .shop_list .shop_name:nth-child(2n) {
              width: 62%; }
      .sec01 .sec01_item02_group .item .photo_cap {
        margin-top: 5px;
        line-height: 1.4; }

.sec02 .sec02_in {
  padding: 20px 0 50px;
  background: rgba(0, 152, 187, 0.5);
  position: relative;
  overflow: hidden; }
  .sec02 .sec02_in .bg_gourmet {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96.69%;
    margin: auto; }
  .sec02 .sec02_in .inner {
    position: relative; }
  .sec02 .sec02_in .gourmet_ttl_group {
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 20px; }
  .sec02 .sec02_in .sec02_item02 {
    flex-wrap: wrap;
    row-gap: clamp(25px, 3.334vw, 40px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_in .sec02_item02 {
        row-gap: 25px; } }
    .sec02 .sec02_in .sec02_item02 .item {
      width: 30.84%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_in .sec02_item02 .item {
          width: 48%; } }
      .sec02 .sec02_in .sec02_item02 .item .shop_name {
        margin-top: 5px;
        font-size: clamp(14px, 1.667vw, 20px);
        color: #FFF;
        line-height: 1.5;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_in .sec02_item02 .item .shop_name {
            font-size: 3.2vw; } }
        .sec02 .sec02_in .sec02_item02 .item .shop_name .small {
          display: block;
          font-size: 80%; }

.sec03 {
  padding: clamp(50px, 7.5vw, 90px) 0 clamp(40px, 5vw, 60px); }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding: 50px 0; } }
  .sec03 .loc_en_ttl {
    margin-bottom: clamp(25px, 3.334vw, 40px); }
  .sec03 .map_image {
    position: relative;
    width: fit-content;
    margin: 0 auto clamp(40px, 6.667vw, 80px); }
    .sec03 .map_image:after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #0098bb;
      pointer-events: none; }
  .sec03 .lifeinfo_group {
    row-gap: 40px; }
    @media screen and (max-width: 480px) {
      .sec03 .lifeinfo_group {
        gap: 50px 0;
        flex-direction: column; } }
    .sec03 .lifeinfo_group .lifeinfo_in {
      width: 46.67%;
      display: flex;
      flex-direction: column;
      row-gap: 40px; }
      @media screen and (max-width: 480px) {
        .sec03 .lifeinfo_group .lifeinfo_in {
          width: 100%; } }
      .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .lifeinfo_head {
        position: relative;
        font-size: clamp(15px, 1.834vw, 22px);
        color: #FFF;
        line-height: 1;
        padding: 7px 5px 11px;
        text-align: center;
        background: #0098bb;
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .lifeinfo_head {
            font-size: 20px;
            padding: 10px 5px; } }
        .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .lifeinfo_head:after {
          content: "";
          position: absolute;
          inset: 3px;
          border: 1px solid #FFF;
          pointer-events: none; }
      .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 30px; }
        .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item {
          font-size: clamp(11px, 1.334vw, 16px);
          display: flex;
          align-items: baseline;
          justify-content: space-between; }
          @media screen and (max-width: 480px) {
            .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item {
              font-size: 13px;
              column-gap: 3%;
              letter-spacing: -0.05em; } }
          .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item dt {
            flex-shrink: 0; }
            @media screen and (max-width: 480px) {
              .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item dt {
                width: 62%;
                flex-shrink: unset; } }
          @media screen and (max-width: 480px) {
            .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item dd {
              width: 35%;
              text-align: right; } }
          @media screen and (max-width: 480px) {
            .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .list_group .item dd.sp_long {
              width: 40%; } }
      .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .photo_group .photo {
        width: 48.22%; }
        .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .photo_group .photo .cap_r {
          font-size: 12px;
          margin-top: 5px;
          line-height: 1.5; }
          @media screen and (max-width: 480px) {
            .sec03 .lifeinfo_group .lifeinfo_in .lifeinfo_list .photo_group .photo .cap_r {
              font-size: 10px; } }

/*# sourceMappingURL=location.css.map */
