@charset "UTF-8";
/*! Writen  by SCSS */
.wrap {
  overflow: hidden; }

/*

.sec02{
	padding-top: $cl100;
	padding-bottom: $cl100;
}
*/
.img101 {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(40px, 5%, 60px);
  opacity: 0;
  transition: opacity 3s ease-in-out 0.7s; }
  .img101 .img01_1_outer_image {
    position: absolute;
    top: calc(38%/7.2);
    left: calc(439%/12);
    width: calc(325%/12); }
    .img101 .img01_1_outer_image .hikari {
      clip-path: inset(100% 0 0 0);
      transition: all 3s ease-in-out 0.7s; }
    .img101 .img01_1_outer_image .twincle {
      position: absolute;
      inset: 0;
      transition-delay: 2s;
      mix-blend-mode: overlay;
      opacity: 0;
      transition: opacity 3s ease-in-out 0.7s; }
      .img101 .img01_1_outer_image .twincle li {
        position: absolute;
        inset: 0;
        animation-name: hikari;
        animation-timing-function: linear;
        animation-iteration-count: infinite; }
        .img101 .img01_1_outer_image .twincle li img {
          width: 100%; }
          @media screen and (max-width: 480px) {
            .img101 .img01_1_outer_image .twincle li img {
              height: 100%;
              object-fit: cover;
              object-position: right bottom; } }
        .img101 .img01_1_outer_image .twincle li.tw01 {
          animation-delay: -1.5s;
          animation-duration: 2.5s; }
        .img101 .img01_1_outer_image .twincle li.tw02 {
          animation-delay: -2s;
          animation-duration: 4.5s; }
        .img101 .img01_1_outer_image .twincle li.tw03 {
          animation-delay: -2.5s;
          animation-duration: 2.5s; }
        .img101 .img01_1_outer_image .twincle li.tw04 {
          animation-delay: -3s;
          animation-duration: 3.5s; }
  .img101 .base {
    transform: scale(1.3);
    transition: transform 3s ease-in-out 0.7s; }
  .img101 .img01_4 {
    position: absolute;
    inset: 0;
    margin: auto;
    transform: scale(1.3);
    transition: transform 3s ease-in-out 0.7s; }
  .img101 .img01_5 {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 3s ease-in-out 0.7s; }
  .img101 .img01_1_txt {
    position: absolute;
    inset: 0;
    margin: auto; }
  .img101.class1 {
    opacity: 1; }
    .img101.class1 .base,
    .img101.class1 .img01_4 {
      transform: scale(1); }
  .img101.class2 .img01_1_outer_image .hikari {
    clip-path: inset(0 0 0 0);
    /* 全体を表示 */ }
  .img101.class3 .img01_5 {
    opacity: 1; }
  .img101.class4 .twincle {
    opacity: 1; }

@keyframes hikari {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  10% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(-20%); } }
.wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100svh;
  z-index: -1;
  background-image: url("../images/top/bg01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4; }

.sec01 {
  padding-bottom: clamp(50px, 13.334vw, 160px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 80px; } }

.sec02 {
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec03,
.sec04 {
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec05,
.sec06 {
  margin-bottom: clamp(80px, 10%, 120px); }
  @media screen and (max-width: 480px) {
    .sec05,
    .sec06 {
      margin-bottom: 60px; } }

.sec01 .main_img {
  width: 100%;
  margin-bottom: clamp(40px, 5%, 60px);
  position: relative;
  overflow: hidden; }
  .sec01 .main_img img {
    position: relative;
    z-index: 3; }
  .sec01 .main_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("../images/location/img01_1.png") center center/cover no-repeat;
    transform: scale(1.3);
    transition: transform 3s ease-in-out 0.7s; }
  .sec01 .main_img.p-view::before {
    transform: scale(1); }
  .sec01 .main_img .img img {
    width: 100%; }
@media screen and (max-width: 480px) {
  .sec01 .sec01_wrap01 {
    flex-wrap: wrap; } }
.sec01 .sec01_wrap01 .text_wrap {
  width: 64.17%; }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap01 .text_wrap {
      width: 100%;
      text-align: center; } }
  .sec01 .sec01_wrap01 .text_wrap .sec_lead {
    margin-bottom: 1em; }
  .sec01 .sec01_wrap01 .text_wrap .txt_img {
    margin-top: clamp(30px, 7.084vw, 85px);
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 410px; }
.sec01 .sec01_wrap01 .img {
  width: 31.59%; }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap01 .img {
      width: 80%;
      margin-inline: auto;
      text-align: center;
      margin-top: 30px; } }
.sec01 .sec01_wrap02 {
  margin-top: clamp(-200px, -16.66%, -10px);
  margin-bottom: clamp(50px, 7.084vw, 85px);
  align-items: flex-start;
  align-content: flex-start; }
  @media screen and (max-width: 768px) {
    .sec01 .sec01_wrap02 {
      margin-top: 30px; } }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap02 {
      margin-top: 40px;
      flex-wrap: wrap; } }
  .sec01 .sec01_wrap02 .item {
    position: relative; }
    .sec01 .sec01_wrap02 .item .txt_img {
      position: absolute; }
      @media screen and (max-width: 1600px) {
        .sec01 .sec01_wrap02 .item .txt_img {
          margin-bottom: 10px; } }
    .sec01 .sec01_wrap02 .item .img_wrap {
      position: relative; }
  .sec01 .sec01_wrap02 .item01 {
    width: 45%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap02 .item01 {
        width: 100%; } }
    .sec01 .sec01_wrap02 .item01 .txt_img {
      right: 100%;
      top: 0;
      width: 21.67%; }
      @media screen and (max-width: 1600px) {
        .sec01 .sec01_wrap02 .item01 .txt_img {
          position: relative;
          left: auto;
          top: auto;
          bottom: auto;
          right: auto;
          width: 100%;
          width: 36.3%; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .item01 .txt_img {
          width: 28.6%; } }
    .sec01 .sec01_wrap02 .item01 .img_wrap01 .img01 {
      padding-bottom: clamp(30px, 5.834vw, 70px); }
    .sec01 .sec01_wrap02 .item01 .img_wrap01 .img02 {
      position: absolute;
      bottom: 0;
      left: 11.12%;
      width: 48.15%; }
  .sec01 .sec01_wrap02 .item02 {
    margin-top: 20%;
    width: 58.34%;
    display: flex;
    justify-content: flex-start;
    margin-left: -13.33%; }
    @media screen and (max-width: 1600px) {
      .sec01 .sec01_wrap02 .item02 {
        display: block; } }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap02 .item02 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    .sec01 .sec01_wrap02 .item02 .txt_img {
      left: 100%;
      bottom: 40px;
      width: 17.29%; }
      @media screen and (max-width: 1600px) {
        .sec01 .sec01_wrap02 .item02 .txt_img {
          position: relative;
          left: auto;
          bottom: auto;
          margin-left: auto;
          margin-right: 0;
          width: 50%; } }
    .sec01 .sec01_wrap02 .item02 .img_wrap02 {
      display: flex;
      justify-content: flex-start; }
      .sec01 .sec01_wrap02 .item02 .img_wrap02 .img01 {
        max-width: 540px;
        width: 77.15%; }
      .sec01 .sec01_wrap02 .item02 .img_wrap02 .img02 {
        max-width: 260px;
        width: 37.15%;
        position: relative;
        z-index: 2;
        margin-top: 34.29%;
        margin-right: -14.33%; }
.sec01 .sec01_wrap03 {
  position: relative;
  padding: 60px;
  background: rgba(238, 232, 187, 0.3); }
  @media screen and (max-width: 768px) {
    .sec01 .sec01_wrap03 {
      padding: 30px; } }
  .sec01 .sec01_wrap03::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid;
    border-image: linear-gradient(to right, #e6cd6a, #6d5811);
    border-image-slice: 1;
    pointer-events: none; }
  .sec01 .sec01_wrap03 .cap_l {
    width: 100%; }
  .sec01 .sec01_wrap03 .in_box {
    row-gap: clamp(20px, 2.917vw, 35px);
    margin-bottom: clamp(20px, 3.334vw, 40px); }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_wrap03 .in_box {
        align-items: center;
        flex-direction: column; } }
    .sec01 .sec01_wrap03 .in_box .text_wrap {
      width: 43.52%;
      margin-right: -11.48%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: 10px; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap03 .in_box .text_wrap {
          margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap03 .in_box .text_wrap {
          width: 100%;
          text-align: center; } }
      .sec01 .sec01_wrap03 .in_box .text_wrap .en_ttl {
        text-align: left;
        color: #9d8e22;
        color: #9d2b22; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap03 .in_box .text_wrap .en_ttl {
            text-align: center; } }
        .sec01 .sec01_wrap03 .in_box .text_wrap .en_ttl .big {
          font-size: 160%; }
      .sec01 .sec01_wrap03 .in_box .text_wrap .sec_lead {
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .sec01 .sec01_wrap03 .in_box .text_wrap .sec_lead {
            font-size: 18px;
            letter-spacing: -0.04em; } }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap03 .in_box .text_wrap .read {
          letter-spacing: -0.05em; } }
    .sec01 .sec01_wrap03 .in_box .img {
      width: 67.6%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap03 .in_box .img {
          width: 100%; } }
      .sec01 .sec01_wrap03 .in_box .img .delay_01 {
        transition-delay: 1s; }
      .sec01 .sec01_wrap03 .in_box .img .delay_02 {
        transition-delay: 2s; }
      .sec01 .sec01_wrap03 .in_box .img .delay_03 {
        transition-delay: 3s; }
      .sec01 .sec01_wrap03 .in_box .img .delay_04 {
        transition-delay: 4s; }

.sec02 .location_head {
  line-height: 1;
  font-size: clamp(24px, 4.35vw, 54px);
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .sec02 .location_head {
      font-size: 30px; } }
  .sec02 .location_head .text_in {
    display: flex;
    align-items: baseline; }
  .sec02 .location_head .text_lg {
    font-size: 1.6em;
    letter-spacing: 0.1em; }
  .sec02 .location_head + .read_lg {
    margin-top: 2em; }
.sec02 .location_head_top {
  width: fit-content;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1em; }
  .sec02 .location_head_top .text_in:last-child {
    margin-left: 2em; }
.sec02 .location_lead_wrap {
  margin-top: clamp(40px, 5%, 60px);
  margin-bottom: clamp(50px, 6.67%, 80px); }
  .sec02 .location_lead_wrap .content_head {
    margin-bottom: 1em; }
.sec02 .topics_box {
  position: relative;
  z-index: 1;
  padding: 0 40px 30px; }
  @media screen and (max-width: 480px) {
    .sec02 .topics_box {
      padding: 0 20px 25px; } }
  .sec02 .topics_box::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(150, 226, 216, 0.4);
    margin-top: 1.67%; }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box::before {
        margin-top: 15px; } }
  .sec02 .topics_box .img_icon {
    position: absolute;
    right: -11%;
    top: -10%;
    z-index: -1; }
    @media screen and (max-width: 1400px) {
      .sec02 .topics_box .img_icon {
        width: 25.19%; } }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box .img_icon {
        right: -10px;
        top: -4%; } }
  .sec02 .topics_box .location_head {
    justify-content: center; }
  .sec02 .topics_box .topics_lead {
    font-size: clamp(24px, 3.22vw, 40px);
    line-height: 1;
    margin-top: 1.2em;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box .topics_lead {
        line-height: 1.4;
        margin-top: 1em;
        margin-bottom: 0.5em; } }
  @media screen and (max-width: 480px) {
    .sec02 .topics_box .read {
      text-align: left; } }
  .sec02 .topics_box .topics_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 0px; }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box .topics_wrap {
        flex-direction: column;
        gap: 20px 0; } }
    .sec02 .topics_box .topics_wrap .txts {
      width: 55.36%; }
      @media screen and (max-width: 480px) {
        .sec02 .topics_box .topics_wrap .txts {
          width: 100%; } }
      .sec02 .topics_box .topics_wrap .txts .point_list {
        display: flex;
        flex-direction: column;
        gap: 1em; }
        .sec02 .topics_box .topics_wrap .txts .point_list .item {
          padding-left: 1em;
          text-indent: -1em; }
      .sec02 .topics_box .topics_wrap .txts .cap_l {
        margin-top: 10px; }
    .sec02 .topics_box .topics_wrap .image_box {
      max-width: 480px;
      width: 42.86%; }
      @media screen and (max-width: 480px) {
        .sec02 .topics_box .topics_wrap .image_box {
          width: 80%;
          margin-inline: auto; } }
  .sec02 .topics_box .topics_list {
    display: grid;
    align-items: start;
    align-content: start;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.78%; }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box .topics_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 3%; } }
    .sec02 .topics_box .topics_list .item_text {
      margin-top: 1em;
      font-size: clamp(12px, 1.12vw, 14px);
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        .sec02 .topics_box .topics_list .item_text {
          margin-top: 0.5em; } }
  .sec02 .topics_box .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    top: -80px;
    right: -100px;
    width: 33.59%; }
    @media screen and (max-width: 480px) {
      .sec02 .topics_box .icon {
        top: -30px;
        right: -30px; } }
.sec02 .banner_box .lead {
  margin-bottom: 1em; }

.sec03 .inner {
  position: relative; }
.sec03 .map_wrap {
  position: relative;
  margin-inline: auto; }
  .sec03 .map_wrap .content_head {
    font-size: clamp(20px, 2.9vw, 36px);
    line-height: 1.4;
    margin-bottom: -0.5em;
    margin-left: 1em;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec03 .map_wrap .content_head {
        text-align: center;
        margin-left: 0;
        margin-bottom: 0;
        margin-inline: auto; } }
  .sec03 .map_wrap .map {
    position: relative;
    line-height: 0;
    max-width: 1337px; }
    @media screen and (max-width: 480px) {
      .sec03 .map_wrap .map {
        width: calc(100% + 60px);
        margin-inline: -30px; } }
  .sec03 .map_wrap .icon {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -100px;
    width: 33.59%; }
    @media screen and (max-width: 480px) {
      .sec03 .map_wrap .icon {
        top: -30px;
        left: -30px; } }

.sec04 .sec04_wrap {
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_wrap {
      row-gap: 20px;
      justify-content: space-between; } }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_wrap .text_wrap {
      text-align: center;
      margin-inline: auto; } }
  .sec04 .sec04_wrap .img01 {
    width: 28.34%;
    margin-right: 9.59%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap .img01 {
        width: 48%;
        order: 1;
        margin-right: 0; } }
  .sec04 .sec04_wrap .img02 {
    width: 70.09%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap .img02 {
        width: 100%; } }
  .sec04 .sec04_wrap .img03 {
    width: 28.34%;
    align-content: flex-end; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap .img03 {
        width: 48%;
        order: 1; } }

.sec05, .sec06 {
  position: relative; }
  .sec05 .ttl_wrap, .sec06 .ttl_wrap {
    display: flex;
    column-gap: 3.75%;
    margin-bottom: clamp(30px, 3.75vw, 45px); }
    @media screen and (max-width: 480px) {
      .sec05 .ttl_wrap, .sec06 .ttl_wrap {
        flex-direction: column;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .sec05 .ttl_wrap .en_ttl, .sec06 .ttl_wrap .en_ttl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center; } }
    .sec05 .ttl_wrap .en_ttl .icon, .sec06 .ttl_wrap .en_ttl .icon {
      margin-right: 25px; }
      @media screen and (max-width: 480px) {
        .sec05 .ttl_wrap .en_ttl .icon, .sec06 .ttl_wrap .en_ttl .icon {
          width: 40px;
          margin-right: 15px; } }
  @media screen and (max-width: 480px) {
    .sec05 .item_wrap, .sec06 .item_wrap {
      flex-direction: column;
      row-gap: 30px; } }
  .sec05 .item_wrap .item, .sec06 .item_wrap .item {
    width: 30.84%; }
    @media screen and (max-width: 480px) {
      .sec05 .item_wrap .item, .sec06 .item_wrap .item {
        width: 100%; } }
    .sec05 .item_wrap .item .text_wrap, .sec06 .item_wrap .item .text_wrap {
      margin-top: clamp(5px, 0.834vw, 10px);
      display: flex;
      flex-direction: column;
      row-gap: clamp(10px, 1.25vw, 15px); }
      .sec05 .item_wrap .item .text_wrap .name, .sec06 .item_wrap .item .text_wrap .name {
        font-size: clamp(15px, 1.667vw, 20px);
        line-height: 1.1; }
        .sec05 .item_wrap .item .text_wrap .name .small, .sec06 .item_wrap .item .text_wrap .name .small {
          display: block;
          font-size: 70%; }
      .sec05 .item_wrap .item .text_wrap .txt, .sec06 .item_wrap .item .text_wrap .txt {
        font-size: clamp(12px, 1.25vw, 15px);
        letter-spacing: -0.02em;
        line-height: 1.67; }
        .sec05 .item_wrap .item .text_wrap .txt:nth-child(3), .sec06 .item_wrap .item .text_wrap .txt:nth-child(3) {
          padding-top: clamp(10px, 1.25vw, 15px);
          border-top: 1px solid #cccccc; }
  .sec05 .bg, .sec06 .bg {
    position: absolute;
    top: clamp(-50px, -4.16%, -10px);
    z-index: -1; }

.sec05 .bg {
  right: -6.25%; }

.sec06 .ttl_wrap {
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .sec06 .ttl_wrap {
      flex-direction: column; } }
.sec06 .bg {
  left: -6.25%; }

.sec07 {
  margin-bottom: clamp(30px, 5.834vw, 70px); }
  .sec07 .sec07_iframe {
    height: 500px;
    margin-bottom: 70px; }
    @media screen and (max-width: 480px) {
      .sec07 .sec07_iframe {
        height: 1000px;
        margin-bottom: 50px; } }
  .sec07 .bnr {
    display: block;
    text-align: center;
    margin-inline: auto;
    position: relative;
    z-index: 6;
    transition: opacity 0.3s ease-in-out 0s; }
    @media (hover: hover) {
      .sec07 .bnr:hover {
        opacity: .7; } }

.ls06 {
  letter-spacing: -0.06em !important; }

.line_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  content: "";
  height: 8px;
  width: 100%;
  margin: 0 auto; }

.line_item.aR {
  left: auto;
  right: 0; }

.line_item .line1 {
  height: 1px;
  width: 95%;
  overflow: hidden;
  margin-left: auto;
  position: relative; }

.line_item .line1 > span {
  background: linear-gradient(to right, #002c0f, #9febeb, #002c0f);
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%; }

.line_item.p-view .line1 > span {
  -webkit-animation: gradientBg01 1s forwards linear;
  -moz-animation: gradientBg01 1s forwards linear;
  animation: gradientBg01 1s forwards linear; }

@keyframes gradientBg01 {
  0% {
    right: 100%; }
  100% {
    right: 0%; } }
.line_item .line2 {
  height: 1px;
  width: 95%;
  overflow: hidden;
  margin-right: auto;
  position: relative; }

.line_item .line2 > span {
  background: linear-gradient(to right, #002c0f, #9febeb, #002c0f);
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%; }

.line_item.p-view .line2 > span {
  -webkit-animation: gradientBg02 1s forwards linear;
  -moz-animation: gradientBg02 1s forwards linear;
  animation: gradientBg02 1s forwards linear; }

@keyframes gradientBg02 {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

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