/*! Writen  by SCSS */
.sec01 .main_img {
  aspect-ratio: 1600/738;
  background-image: url("../images/location/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border: 0px solid; }
  @media screen and (max-width: 480px) {
    .sec01 .main_img {
      border-image: url("../images/location/main_sp.jpg");
      aspect-ratio: 600/960;
      background-position: 40%;
      padding: 0;
      margin: 0;
      vertical-align: baseline;
      height: fit-content; } }
@media screen and (max-width: 480px) {
  .sec01 .main_text {
    width: 67%; } }
.sec01 .img_list {
  flex-wrap: wrap;
  padding-bottom: clamp(50px, 8.334vw, 100px); }
  @media screen and (max-width: 480px) {
    .sec01 .img_list.pc {
      display: none; } }
  .sec01 .img_list.sp {
    display: none; }
    @media screen and (max-width: 480px) {
      .sec01 .img_list.sp {
        display: block; } }
  .sec01 .img_list .item {
    width: 25%; }

.loc_ttl {
  font-size: clamp(14px, 2.667vw, 32px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .loc_ttl {
      line-height: 1.4;
      padding-bottom: 10px; } }
  .loc_ttl .en {
    padding-inline: clamp(10px, 1.74vw, 20px);
    font-size: 60%;
    font-weight: bold; }
  .loc_ttl .ja {
    border-left: 1px solid;
    padding-left: 20px; }
    @media screen and (max-width: 480px) {
      .loc_ttl .ja {
        padding-left: 10px; } }

.sec02 .sec02_wrap {
  margin-bottom: clamp(30px, 5.834vw, 70px); }

.sec03 {
  padding-block: 100px;
  background-color: #94b1bc; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-block: 50px; } }
  .sec03 .inner {
    max-width: 1150px; }
  .sec03 .loc_ttl {
    margin-bottom: clamp(20px, 4.167vw, 50px); }
  .sec03 .sec03_cont {
    color: #fff; }
    .sec03 .sec03_cont .main_img {
      position: relative; }
      .sec03 .sec03_cont .main_img.left span {
        right: auto;
        left: 3.05%; }
      .sec03 .sec03_cont .main_img span {
        font-size: clamp(18px, 2.334vw, 28px);
        display: block;
        border-bottom: 3px solid;
        position: absolute;
        right: 3.05%;
        top: 5.36%;
        line-height: 1.2;
        letter-spacing: 0.1em;
        font-weight: bold; }
    .sec03 .sec03_cont .text {
      font-size: clamp(12px, 1.25vw, 15px);
      line-height: 1.4;
      margin-top: 10px; }
      .sec03 .sec03_cont .text.small {
        font-size: clamp(11px, 1.25vw, 15px); }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_cont .text .ml_sp {
          margin-left: .5em; } }
    .sec03 .sec03_cont .sec03_wrap {
      row-gap: clamp(20px, 2.5vw, 30px);
      margin-bottom: clamp(40px, 6.667vw, 80px); }
      .sec03 .sec03_cont .sec03_wrap:nth-last-child(1) {
        margin-bottom: 0; }
      .sec03 .sec03_cont .sec03_wrap.gird {
        display: grid;
        grid-template-columns: 73.92% 23.31%;
        align-items: flex-start;
        align-content: start;
        grid-auto-flow: dense;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_cont .sec03_wrap.gird {
            grid-template-columns: 1fr 1fr;
            column-gap: 3.4%; } }
        .sec03 .sec03_cont .sec03_wrap.gird .item.full {
          grid-column: span 2; }
        .sec03 .sec03_cont .sec03_wrap.gird .item.row02 {
          grid-row: span 2; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_cont .sec03_wrap.gird .item.row02 {
              grid-column: span 2; } }
      .sec03 .sec03_cont .sec03_wrap.sec03_wrap_flex {
        flex-wrap: wrap; }
        .sec03 .sec03_cont .sec03_wrap.sec03_wrap_flex .small_item {
          width: 23.31%; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_cont .sec03_wrap.sec03_wrap_flex .small_item {
              width: 48.36%; } }
      .sec03 .sec03_cont .sec03_wrap .text_list {
        width: 45.22%;
        font-size: clamp(10px, 1.25vw, 15px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_cont .sec03_wrap .text_list {
            width: 100%; } }
        .sec03 .sec03_cont .sec03_wrap .text_list dl dt {
          flex: 1;
          display: flex;
          align-items: center;
          margin-right: clamp(10px, 1.305vw, 15px); }
          .sec03 .sec03_cont .sec03_wrap .text_list dl dt::after {
            content: "";
            flex: 1;
            margin-left: clamp(10px, 1.305vw, 15px);
            height: 1px;
            border-bottom: dotted 1px #fff; }
        .sec03 .sec03_cont .sec03_wrap .text_list dl dd .span {
          margin-right: 0.2em; }
      .sec03 .sec03_cont .sec03_wrap.sec03_wrap03 {
        margin-inline: -8.53%; }
        @media screen and (max-width: 1300px) {
          .sec03 .sec03_cont .sec03_wrap.sec03_wrap03 {
            margin-inline: 0; } }
        .sec03 .sec03_cont .sec03_wrap.sec03_wrap03 .item {
          width: 48.3%; }
      .sec03 .sec03_cont .sec03_wrap.sec03_wrap07 {
        justify-content: center; }
        .sec03 .sec03_cont .sec03_wrap.sec03_wrap07 .item {
          width: 56.09%; }

.swiper-wrapper {
  transition-timing-function: linear; }

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