  /*! Writen  by SCSS */
div.contents_wrap {
  background-image: url("/bunjyo/akenokita/img/location/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.sec01 {
  margin-bottom: clamp(50px, 7.5%, 90px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: 60px; } }
  .sec01 .sec_lead {
    margin-bottom: clamp(30px, 4.17%, 50px); }
  .sec01 .map_wrap {
    position: relative; }
  .sec01 .ggmap {
    color: #fff;
    background: #000;
    font-size: clamp(12px, 1.66vw, 22px);
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(220%/12);
    text-align: center;
    line-height: 1;
    padding: 0.35em 0.5em 0.5em;
    transition: all 0.3s ease-in-out;
    border: 1px solid #000; }
    @media screen and (max-width: 1000px) {
      .sec01 .ggmap {
        width: 100%;
        max-width: 200px;
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .sec01 .ggmap {
        position: static;
        max-width: 220px;
        width: 100%;
        font-size: 18px;
        margin: 20px auto 0; } }
    @media (hover: hover) {
      .sec01 .ggmap:hover {
        background: #fff;
        color: #000; } }

.sec02 {
  margin-bottom: clamp(50px, 7.5%, 90px); }
  @media screen and (max-width: 480px) {
    .sec02 {
      margin-bottom: 60px; } }
  .sec02 .list_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sec02 .list_item .item {
      width: calc(562%/12); }
      @media screen and (max-width: 480px) {
        .sec02 .list_item .item {
          width: 48%; } }
      .sec02 .list_item .item:not(:nth-child(-n+2)) {
        margin-top: calc(40%/12); }
    .sec02 .list_item .txt_box {
      background-image: url("/bunjyo/akenokita/img/location/txt_bg.svg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      padding: 0.35em 0.4em;
      font-size: clamp(13px, 2.5vw, 30px); }
      .sec02 .list_item .txt_box p {
        line-height: 1;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 480px) {
          .sec02 .list_item .txt_box p {
            letter-spacing: 0; } }
      .sec02 .list_item .txt_box .name {
        margin-bottom: 0.2em; }
        @media screen and (max-width: 480px) {
          .sec02 .list_item .txt_box .name {
            margin-bottom: 0.5em; } }
      .sec02 .list_item .txt_box .distance {
        font-size: clamp(14px, 3.08vw, 37px); }
        .sec02 .list_item .txt_box .distance .small {
          font-size: 70%; }
        .sec02 .list_item .txt_box .distance .small2 {
          font-size: 55%; }

.sec03 {
  margin-bottom: clamp(50px, 7.5%, 90px); }
  @media screen and (max-width: 480px) {
    .sec03 {
      margin-bottom: 60px; } }
  .sec03 .life_info {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec03 .life_info {
        flex-direction: column;
        grid-gap: 20px 0; } }
    .sec03 .life_info .item {
      width: calc(580%/12); }
      @media screen and (max-width: 480px) {
        .sec03 .life_info .item {
          width: 100%; } }
    .sec03 .life_info .item_ttl {
      text-align: center;
      background-image: url("/bunjyo/akenokita/img/location/txt_bg.svg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      padding: 0.35em 0.4em;
      font-size: clamp(16px, 2.25vw, 27px); }
    .sec03 .life_info .item_list li {
      display: flex; }
      @media screen and (max-width: 480px) {
        .sec03 .life_info .item_list li {
          align-items: baseline; } }
      .sec03 .life_info .item_list li p {
        font-feature-settings: "palt"; }
        .sec03 .life_info .item_list li p:nth-child(1) {
          font-size: clamp(18px, 2.33vw, 29px);
          letter-spacing: 0.02em; }
          .sec03 .life_info .item_list li p:nth-child(1).ex {
            letter-spacing: -0.1em; }
          @media screen and (max-width: 900px) {
            .sec03 .life_info .item_list li p:nth-child(1) {
              letter-spacing: -0.1em;
              font-size: 2vw; } }
          @media screen and (max-width: 480px) {
            .sec03 .life_info .item_list li p:nth-child(1) {
              font-size: 4.2vw; } }
        .sec03 .life_info .item_list li p:nth-child(2) {
          font-size: clamp(20px, 2.33vw, 29px);
          letter-spacing: 0.2em;
          margin-left: auto; }
          @media screen and (max-width: 900px) {
            .sec03 .life_info .item_list li p:nth-child(2) {
              font-size: 2vw; } }
          @media screen and (max-width: 480px) {
            .sec03 .life_info .item_list li p:nth-child(2) {
              font-size: 4.5vw;
              text-align: right; } }
        .sec03 .life_info .item_list li p:nth-child(3) {
          width: calc(195%/5.8);
          line-height: 1.4;
          font-size: clamp(24px, 3vw, 37px);
          margin-left: auto; }
          @media screen and (max-width: 900px) {
            .sec03 .life_info .item_list li p:nth-child(3) {
              width: 6em;
              font-size: 3.125vw; } }
          @media screen and (max-width: 480px) {
            .sec03 .life_info .item_list li p:nth-child(3) {
              font-size: 5.5vw; } }
          .sec03 .life_info .item_list li p:nth-child(3) .small {
            display: block;
            font-size: 45%; }
            @media screen and (max-width: 480px) {
              .sec03 .life_info .item_list li p:nth-child(3) .small {
                font-size: 50%; } }
          .sec03 .life_info .item_list li p:nth-child(3) .small2 {
            font-size: 70%; }

.sec04 {
  position: relative; }
  .sec04::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0), white);
    padding-bottom: 100px; }
  .sec04 .bg_wrap {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 480px) {
  .inner_ttl_sec .sec_en_ttl {
    width: calc(179%/4.4);
    margin: 0 auto 15px; }

  .sec02 .sec_en_ttl {
    width: calc(340%/4.4);
    margin: 0 auto 15px; }

  .sec03 .sec_en_ttl {
    width: calc(281%/4.4);
    margin: 0 auto 15px; }

  .sec04 .sec_en_ttl {
    width: calc(232%/4.4);
    margin: 0 auto 15px; } }

/*# sourceMappingURL=location.css.map */
