/*! Writen  by SCSS */
.breadlist {
  display: none; }

.sec01 {
  /*padding: 80px 73px 60px;
  @include mq(1154){
  	padding: calc(80% / 13) 20px 60px;
  }
  @include mq($br_tb){
  	padding: 60px 20px 40px;
  }
  @include mq($br_sp){
  	padding: 30px 20px 25px;
  }*/ }

.img0 {
  display: grid;
  grid-template-columns: calc(314% / 16) calc(358% / 16) calc(286% / 16) calc(164% / 16) calc(478% / 16);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  @media screen and (max-width: 480px) {
    .img0 {
      display: flex;
      flex-wrap: wrap; } }
  .img0 li:nth-child(1) {
    grid-area: 2 / 1 / 4 / 3; }
  .img0 li:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2; }
  .img0 li:nth-child(3) {
    grid-area: 1 / 2 / 2 / 4; }
  .img0 li:nth-child(4) {
    grid-area: 1 / 4 / 2 / 6; }
  .img0 li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 5; }
  .img0 li:nth-child(6) {
    grid-area: 2 / 5 / 3 / 6; }
  .img0 li:nth-child(7) {
    grid-area: 3 / 3 / 4 / 5; }
  .img0 li:nth-child(8) {
    grid-area: 3 / 5 / 4 / 6; }
  @media screen and (max-width: 480px) {
    .img0 li {
      width: 50%; }
      .img0 li:nth-child(1) {
        width: 100%; } }

.cap_box {
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 60px; }
  @media screen and (max-width: 480px) {
    .cap_box {
      gap: 15px; }
      .cap_box .fig {
        width: 20%; }
      .cap_box p {
        width: 78%;
        line-height: 1.4; } }

.sec_main .ttl {
  margin-bottom: -20px; }
  @media screen and (max-width: 640px) {
    .sec_main .ttl {
      margin-bottom: calc(-19vw / 6.4); } }
  .sec_main .ttl.ex1 {
    margin-bottom: -45px; }
    @media screen and (max-width: 640px) {
      .sec_main .ttl.ex1 {
        margin-bottom: calc(-45vw / 6.4); } }
  .sec_main .ttl.ex2 {
    margin-bottom: -30px; }
    @media screen and (max-width: 640px) {
      .sec_main .ttl.ex2 {
        margin-bottom: calc(-30vw / 6.4); } }

.c_ttl {
  margin-bottom: -40px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .c_ttl {
      margin-bottom: calc(-40vw / 6.4); } }
  .c_ttl.ex1 {
    margin-bottom: -50px; }
    @media screen and (max-width: 640px) {
      .c_ttl.ex1 {
        margin-bottom: calc(-50vw / 6.4); } }

.bg {
  background: #f7f6ef;
  border: solid 2px #898450;
  border-top: solid 5px #898450;
  padding: 50px 50px;
  border-radius: 0 0 8px 8px; }
  .bg.ex {
    padding: 50px 40px; }
  @media screen and (max-width: 480px) {
    .bg {
      padding: 20px 15px; }
      .bg.ex {
        padding: 20px 15px; } }

.free .inn {
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-radius: 8px;
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 50px; }
  @media screen and (max-width: 480px) {
    .free .inn {
      padding: 15px;
      width: 100%;
      margin: 0 auto; } }
.free .ttl {
  font-size: clamp(17px, 2.5vw, 30px);
  text-align: center;
  color: #7e7729;
  margin-bottom: 1em;
  margin-bottom: 1.2em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-weight: 400; }
  .free .ttl .l {
    font-size: 125%; }
  @media screen and (max-width: 480px) {
    .free .ttl {
      font-size: calc(17vw / 3.9); } }
.free .f1 {
  font-size: clamp(13px, 1.385vw, 18px);
  font-size: clamp(12px, 1.308vw, 17px);
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  letter-spacing: 0.28em;
  line-height: 1.5; }
  @media screen and (max-width: 480px) {
    .free .f1 {
      font-size: calc(12vw / 3.9); } }

.fig_ttl {
  font-size: clamp(16px, 1.77vw, 23px);
  color: #fff;
  background: #89844f;
  text-align: center;
  line-height: 1;
  padding: 12px 10px 10px;
  font-weight: 400; }
  @media screen and (max-width: 480px) {
    .fig_ttl {
      font-size: calc(16vw / 3.9);
      font-weight: 500; } }

.fig_img {
  margin-top: 5px;
  position: relative; }
  .fig_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #666666; }

.l_cap {
  margin-top: 10px;
  font-size: clamp(12px, 1.231vw, 16px);
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 400; }

.sec02 {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding-bottom: 25px; } }
  .sec02 .box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px; }
    .sec02 .box2 li {
      width: calc(354% / 11.14); }
      @media screen and (max-width: 480px) {
        .sec02 .box2 li {
          width: 48%; } }
  .sec02 .box21 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .sec02 .box21 li:not(:last-child) {
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: dashed 1px #333333; }
      @media screen and (max-width: 480px) {
        .sec02 .box21 li:not(:last-child) {
          margin-bottom: 25px;
          padding-bottom: 25px; } }
    .sec02 .box21 li:nth-child(2n) {
      flex-direction: row-reverse; }
    .sec02 .box21 li .img {
      width: calc(484% / 10.1);
      display: flex; }
      @media screen and (max-width: 480px) {
        .sec02 .box21 li .img {
          width: 37%;
          aspect-ratio: 117 / 151; }
          .sec02 .box21 li .img figure {
            height: 100%; }
          .sec02 .box21 li .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    .sec02 .box21 li .txt {
      width: calc(480% / 10.1); }
      @media screen and (max-width: 480px) {
        .sec02 .box21 li .txt {
          width: 60%; } }
      .sec02 .box21 li .txt .sttl {
        text-align: center;
        font-size: clamp(15px, 2.154vw, 28px);
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 0.8em;
        color: #89844f; }
        @media screen and (max-width: 480px) {
          .sec02 .box21 li .txt .sttl {
            margin-bottom: 0.4em; } }
        .sec02 .box21 li .txt .sttl .s {
          display: inline-block;
          font-size: 52%;
          margin-left: 1em; }
      .sec02 .box21 li .txt .stext {
        font-size: clamp(12px, 1.385vw, 18px);
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        line-height: 1.9;
        font-weight: 400; }
        @media screen and (max-width: 480px) {
          .sec02 .box21 li .txt .stext {
            line-height: 1.6; } }
    .sec02 .box21 li .dtl {
      width: 100%;
      margin-top: 25px; }
      @media screen and (max-width: 480px) {
        .sec02 .box21 li .dtl {
          margin-top: 10px; } }
      .sec02 .box21 li .dtl .dttl {
        display: flex;
        align-items: center;
        color: #89844f;
        font-size: clamp(12px, 1.308vw, 17px);
        font-feature-settings: "palt";
        letter-spacing: 0.06em;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 0.6em; }
        .sec02 .box21 li .dtl .dttl::after {
          content: "";
          display: block;
          flex: 1;
          height: 1px;
          background: #333333;
          margin-left: 15px; }
      .sec02 .box21 li .dtl .dtext {
        color: #89844f;
        font-size: clamp(12px, 1.308vw, 17px);
        font-feature-settings: "palt";
        letter-spacing: 0.06em;
        line-height: 1.4;
        font-weight: 400; }

.sec03 {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-bottom: 25px; } }
  .sec03 .box3 {
    display: grid;
    grid-template-columns: calc(354% / 11.14) calc(166% / 11.14) 7calc 49.1023339318%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: calc(20% / 11.14);
    grid-row-gap: 25px; }
    @media screen and (max-width: 480px) {
      .sec03 .box3 {
        display: flex;
        flex-wrap: wrap;
        column-gap: 4%;
        row-gap: 20px; } }
    .sec03 .box3 li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    .sec03 .box3 li:nth-child(2) {
      grid-area: 2 / 1 / 3 / 2; }
    .sec03 .box3 li:nth-child(3) {
      grid-area: 1 / 2 / 3 / 4; }
    .sec03 .box3 li:nth-child(4) {
      grid-area: 3 / 1 / 4 / 3; }
    .sec03 .box3 li:nth-child(5) {
      grid-area: 3 / 3 / 4 / 4; }
    @media screen and (max-width: 480px) {
      .sec03 .box3 li {
        width: 48%; }
        .sec03 .box3 li.w {
          width: 100%; } }
  .sec03 .box31 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .sec03 .box31 {
        display: block; } }
    .sec03 .box31 li {
      width: calc(484% / 10.3);
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec03 .box31 li {
          width: 100%; } }
      .sec03 .box31 li:nth-child(1), .sec03 .box31 li:nth-child(2) {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: dashed 1px #333; }
      @media screen and (max-width: 480px) {
        .sec03 .box31 li:not(:last-child) {
          margin-bottom: 30px;
          padding-bottom: 30px;
          border-bottom: dashed 1px #333; } }
      .sec03 .box31 li:nth-child(1)::after {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-31% / 4.84);
        height: calc(100% - 40px);
        border-left: dashed 1px #333; }
        @media screen and (max-width: 480px) {
          .sec03 .box31 li:nth-child(1)::after {
            content: none; } }
      .sec03 .box31 li:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-31% / 4.84);
        height: 100%;
        border-left: dashed 1px #333; }
        @media screen and (max-width: 480px) {
          .sec03 .box31 li:nth-child(3)::after {
            content: none; } }
      .sec03 .box31 li .img {
        display: flex;
        margin-bottom: 15px; }
      .sec03 .box31 li .sttl {
        text-align: center;
        font-size: clamp(15px, 2.154vw, 28px);
        font-feature-settings: "palt";
        letter-spacing: 0.01em;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 0.4em;
        color: #89844f; }
        @media screen and (max-width: 480px) {
          .sec03 .box31 li .sttl {
            margin-bottom: 0.4em; } }
        .sec03 .box31 li .sttl .s {
          display: inline-block;
          font-size: 52%;
          margin-left: 1em; }
      .sec03 .box31 li .stext {
        font-size: clamp(12px, 1.385vw, 18px);
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        line-height: 1.6;
        font-weight: 400; }
        @media screen and (max-width: 480px) {
          .sec03 .box31 li .stext {
            line-height: 1.6; } }
      .sec03 .box31 li .dtl {
        width: 100%;
        margin-top: 15px; }
        @media screen and (max-width: 480px) {
          .sec03 .box31 li .dtl {
            margin-top: 10px; } }
        .sec03 .box31 li .dtl .dttl {
          display: flex;
          align-items: center;
          color: #89844f;
          font-size: clamp(12px, 1.308vw, 17px);
          font-feature-settings: "palt";
          letter-spacing: 0.06em;
          line-height: 1;
          font-weight: 400;
          margin-bottom: 0.6em; }
          .sec03 .box31 li .dtl .dttl::after {
            content: "";
            display: block;
            flex: 1;
            height: 1px;
            background: #333333;
            margin-left: 15px; }
        .sec03 .box31 li .dtl .dtext {
          color: #89844f;
          font-size: clamp(12px, 1.308vw, 17px);
          font-feature-settings: "palt";
          letter-spacing: -0.02em;
          line-height: 1.4;
          font-weight: 400; }

.sec04 {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .sec04 {
      padding-bottom: 25px; } }
  .sec04 .c_ttl.ed1 {
    margin-bottom: -25px; }
    @media screen and (max-width: 640px) {
      .sec04 .c_ttl.ed1 {
        margin-bottom: calc(-25vw / 6.4); } }
  .sec04 .bg_ed {
    max-width: 1110px;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: #89844f; }
    @media screen and (max-width: 480px) {
      .sec04 .bg_ed {
        padding: 40px 0 30px; } }
    .sec04 .bg_ed .sec_ttl,
    .sec04 .bg_ed .sec_read {
      color: #fff; }
      @media screen and (max-width: 480px) {
        .sec04 .bg_ed .sec_ttl .adjust1,
        .sec04 .bg_ed .sec_read .adjust1 {
          letter-spacing: -0.04em; } }
    @media screen and (max-width: 480px) {
      .sec04 .bg_ed .sec_read {
        text-align: left;
        padding: 0 20px; }
        .sec04 .bg_ed .sec_read br {
          display: none; } }
    .sec04 .bg_ed .box_ed1 {
      display: flex; }
      @media screen and (max-width: 480px) {
        .sec04 .bg_ed .box_ed1 {
          flex-wrap: wrap;
          gap: 10px; } }
      @media screen and (max-width: 480px) {
        .sec04 .bg_ed .box_ed1 li {
          width: 70%;
          margin: 0 auto; } }
      .sec04 .bg_ed .box_ed1 li .ed_txt {
        font-size: clamp(12px, 1.231vw, 16px);
        font-feature-settings: "palt";
        letter-spacing: 0.03em;
        line-height: 1.4;
        font-weight: 400;
        background: #cbc8a9;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        padding: 0.6em 0; }
        @media screen and (max-width: 380px) {
          .sec04 .bg_ed .box_ed1 li .ed_txt {
            letter-spacing: -0.02em; } }
        .sec04 .bg_ed .box_ed1 li .ed_txt.bd:after {
          content: "";
          position: absolute;
          top: 6px;
          bottom: 6px;
          right: 0;
          height: calc(100% - 12px);
          width: 1px;
          background: #fff; }
          @media screen and (max-width: 480px) {
            .sec04 .bg_ed .box_ed1 li .ed_txt.bd:after {
              display: none; } }
  .sec04 .box4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .sec04 .box4 {
        row-gap: 20px; } }
    .sec04 .box4 li {
      width: calc(354% / 11.14); }
      @media screen and (max-width: 480px) {
        .sec04 .box4 li {
          width: 70%;
          margin: 0 auto; } }
  .sec04 .box41 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .sec04 .box41 li:not(:last-child) {
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: dashed 1px #333333; }
      @media screen and (max-width: 480px) {
        .sec04 .box41 li:not(:last-child) {
          margin-bottom: 25px;
          padding-bottom: 25px; } }
    .sec04 .box41 li:nth-child(2n) {
      flex-direction: row-reverse; }
    .sec04 .box41 li .img {
      width: calc(484% / 10.1); }
      @media screen and (max-width: 480px) {
        .sec04 .box41 li .img {
          width: 37%;
          aspect-ratio: 117 / 157; }
          .sec04 .box41 li .img figure {
            height: 100%; }
          .sec04 .box41 li .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    .sec04 .box41 li .txt {
      width: calc(480% / 10.1); }
      @media screen and (max-width: 480px) {
        .sec04 .box41 li .txt {
          width: 60%; } }
      .sec04 .box41 li .txt .sttl {
        font-size: clamp(15px, 2.154vw, 28px);
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 0.8em;
        color: #89844f; }
        @media screen and (max-width: 480px) {
          .sec04 .box41 li .txt .sttl {
            margin-bottom: 0.4em;
            letter-spacing: 0;
            line-height: 1.2; } }
        .sec04 .box41 li .txt .sttl .s {
          display: inline-block;
          font-size: 52%; }
      .sec04 .box41 li .txt .stext {
        font-size: clamp(12px, 1.385vw, 18px);
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        line-height: 1.9;
        font-weight: 400; }
        @media screen and (max-width: 480px) {
          .sec04 .box41 li .txt .stext {
            line-height: 1.6; } }
    .sec04 .box41 li .dtl {
      width: 100%;
      margin-top: 25px; }
      @media screen and (max-width: 480px) {
        .sec04 .box41 li .dtl {
          margin-top: 10px; } }
      .sec04 .box41 li .dtl .dttl {
        display: flex;
        align-items: center;
        color: #89844f;
        font-size: clamp(12px, 1.308vw, 17px);
        font-feature-settings: "palt";
        letter-spacing: 0.06em;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 0.6em; }
        .sec04 .box41 li .dtl .dttl::after {
          content: "";
          display: block;
          flex: 1;
          height: 1px;
          background: #333333;
          margin-left: 15px; }
      .sec04 .box41 li .dtl .dtext {
        color: #89844f;
        font-size: clamp(12px, 1.308vw, 17px);
        font-feature-settings: "palt";
        letter-spacing: 0.06em;
        line-height: 1.4;
        font-weight: 400; }

@media screen and (max-width: 480px) {
  .lifeinfo {
    padding-bottom: 0; } }
.lifeinfo .li_box {
  background: linear-gradient(90deg, #f3f3ed, #fffffe, #f3f3ed);
  border-radius: 8px;
  padding: 40px 35px; }
  @media screen and (max-width: 480px) {
    .lifeinfo .li_box {
      padding: 15px;
      width: calc(100% + 40px);
      margin: 0 -20px; } }
  .lifeinfo .li_box .li_ttl {
    font-size: clamp(18px, 2.154vw, 28px);
    color: #b6a014;
    margin-bottom: 0.6em;
    letter-spacing: 0.15em; }
  .lifeinfo .li_box .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .lifeinfo .li_box .tab {
        margin-bottom: 20px; } }
    .lifeinfo .li_box .tab li {
      width: 20%;
      border: solid 1px #fff;
      border-radius: 5px;
      background: #a7aeb2;
      cursor: pointer;
      padding: 10px 5px;
      transition: all 0.4s ease-in-out;
      color: #fff;
      font-size: clamp(12px, 1.77vw, 23px);
      text-align: center;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .lifeinfo .li_box .tab li {
          width: 33.33%; } }
      .lifeinfo .li_box .tab li:nth-child(1).active, .lifeinfo .li_box .tab li:nth-child(1):hover {
        background: #f08200; }
      .lifeinfo .li_box .tab li:nth-child(2).active, .lifeinfo .li_box .tab li:nth-child(2):hover {
        background: #35b597; }
      .lifeinfo .li_box .tab li:nth-child(3).active, .lifeinfo .li_box .tab li:nth-child(3):hover {
        background: #b36b33; }
      .lifeinfo .li_box .tab li:nth-child(4).active, .lifeinfo .li_box .tab li:nth-child(4):hover {
        background: #915da3; }
      .lifeinfo .li_box .tab li:nth-child(5).active, .lifeinfo .li_box .tab li:nth-child(5):hover {
        background: #eb6d8e; }
      .lifeinfo .li_box .tab li .ja {
        display: block;
        font-size: 60%; }
  .lifeinfo .li_box .cont {
    position: relative; }
    .lifeinfo .li_box .cont > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.4s ease-in-out;
      pointer-events: none; }
      .lifeinfo .li_box .cont > li.active {
        position: relative;
        opacity: 1;
        pointer-events: all; }
      .lifeinfo .li_box .cont > li .map {
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          .lifeinfo .li_box .cont > li .map {
            margin: 0 -20px 20px;
            width: calc(100% + 40px);
            position: relative; }
            .lifeinfo .li_box .cont > li .map::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: solid 1px #000;
              pointer-events: none; }
            .lifeinfo .li_box .cont > li .map .sld1 img {
              max-width: 600px;
              width: 600px; } }
      .lifeinfo .li_box .cont > li .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .lifeinfo .li_box .cont > li .list li {
          width: 48%;
          padding: 10px 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: clamp(12px, 1.385vw, 18px);
          line-height: 1;
          font-feature-settings: "palt";
          letter-spacing: 0.03em; }
          .lifeinfo .li_box .cont > li .list li.w100 {
            width: 100%; }
          .lifeinfo .li_box .cont > li .list li.caps {
            position: relative;
            padding-bottom: 1.6em; }
            @media screen and (max-width: 480px) {
              .lifeinfo .li_box .cont > li .list li.caps {
                padding-bottom: 2.4em; } }
            .lifeinfo .li_box .cont > li .list li.caps .li_caps {
              position: absolute;
              font-size: 0.7em;
              top: 2.7em;
              left: 1.8em;
              line-height: 1.3; }
              @media screen and (max-width: 480px) {
                .lifeinfo .li_box .cont > li .list li.caps .li_caps {
                  font-size: 0.75em; } }
          @media screen and (max-width: 480px) {
            .lifeinfo .li_box .cont > li .list li {
              width: 100%;
              padding: 5px 0; } }
          .lifeinfo .li_box .cont > li .list li::after {
            order: 3;
            content: "";
            display: block;
            height: 2px;
            flex: 1;
            background: url("../images/location/dot.svg") center left repeat-x;
            margin: 0 0.6em; }
          .lifeinfo .li_box .cont > li .list li .no {
            order: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 85%;
            font-weight: 700;
            width: 1.4em;
            height: 1.4em;
            border-radius: 50%;
            background: #f08300;
            color: #fff;
            margin-right: 0.3em;
            line-height: 0;
            padding-top: 0.1em; }
            @media screen and (max-width: 480px) {
              .lifeinfo .li_box .cont > li .list li .no.vpc {
                display: none; } }
          .lifeinfo .li_box .cont > li .list li .name {
            order: 2; }
          .lifeinfo .li_box .cont > li .list li .dist {
            order: 4;
            font-size: 85%;
            text-align: right;
            white-space: nowrap; }
          @media screen and (max-width: 480px) {
            .lifeinfo .li_box .cont > li .list li.vpc::after {
              background: none; } }
      .lifeinfo .li_box .cont > li:nth-child(1) .no {
        background: #f08300 !important; }
      .lifeinfo .li_box .cont > li:nth-child(2) .no {
        background: #35b597 !important; }
      .lifeinfo .li_box .cont > li:nth-child(3) .no {
        background: #b36b33 !important; }
      .lifeinfo .li_box .cont > li:nth-child(4) .no {
        background: #915da3 !important; }
      .lifeinfo .li_box .cont > li:nth-child(5) .no {
        background: #eb6d8e !important; }

@media screen and (max-width: 480px) {
  .sld1 img {
    max-width: 520px;
    width: 520px; }

  .sld2 img {
    max-width: 450px;
    width: 450px; } }
.color_wh {
  color: #fff; }

.cap_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 5px;
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 480px) {
    .cap_txt {
      font-size: 10px;
      padding: 0 5px; } }
  .cap_txt.w {
    color: #fff;
    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); }
  .cap_txt.s {
    font-size: 8px; }
  .cap_txt.ex1 {
    bottom: -20px; }
    @media screen and (max-width: 480px) {
      .cap_txt.ex1 {
        bottom: -15px; } }
  @media screen and (max-width: 480px) {
    .cap_txt.sp_top {
      bottom: auto;
      top: 0; } }

.dammy {
  position: relative; }
  .dammy .d {
    position: absolute;
    inset: 0;
    margin: auto; }

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