@charset "UTF-8";
/* voice.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.page-location .m-page-mv__copy {
  background: url("../img/location/bg_lead.webp") no-repeat 100% 50%/auto 100%;
}
@media only screen and (max-width: 767px) {
  .page-location .m-page-mv__copy {
    background: url("../img/location/bg_lead.webp") no-repeat 76% 30%/auto 140%;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.page-location img {
  max-width: 100%;
  height: auto;
}
.page-location .section {
  position: relative;
  text-align: center;
}
.page-location .section__ttl {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-location .section__ttl {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-location .section__ttl img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-location .section__lead {
  margin-top: 2vw;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .page-location .section__lead {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------------------
   #sec-oasis
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-oasis {
  position: relative;
  z-index: 0;
  margin-top: 4.2vw;
}
@media only screen and (max-width: 767px) {
  .sec-oasis {
    margin-top: 20px;
  }
}
.sec-oasis__obj {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__obj {
    top: 94%;
    width: 60%;
  }
}
.sec-oasis__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 3vw;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 20px;
  }
}
.sec-oasis__gallery--nakamura .sec-oasis__gallery-item {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__gallery--nakamura .sec-oasis__gallery-item {
    width: 48%;
  }
}
.sec-oasis__gallery--inabaji {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__gallery--inabaji {
    margin-top: 40px;
  }
}
.sec-oasis__gallery--inabaji .sec-oasis__gallery-item {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__gallery--inabaji .sec-oasis__gallery-item {
    width: 48%;
  }
}
.sec-oasis__gallery-caption {
  margin-top: 5px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-oasis__gallery-caption {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------------
   #sec-address
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-address {
  position: relative;
  z-index: 0;
  margin-top: 9vw;
}
@media only screen and (max-width: 767px) {
  .sec-address {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.sec-address__obj {
  position: absolute;
  top: 20%;
  display: inline-block;
  z-index: -1;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-address__obj {
    display: none;
  }
}
.sec-address__obj--right {
  right: 0;
}
.sec-address__obj--left {
  top: inherit;
  bottom: -200px;
  left: 0;
}
.sec-address__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 1240px;
  margin: 50px auto 0;
  padding-inline: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-address__list {
    max-width: none;
    margin-top: 30px;
    padding-inline: 0;
  }
}
.sec-address__item {
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 767px) {
  .sec-address__item {
    width: 48%;
  }
  .sec-address__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.sec-address__item:nth-child(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-address__item:nth-child(n+4) {
    width: 48%;
    margin-top: 10px;
  }
}
.sec-address__item img {
  width: 100%;
}
.sec-address__item figcaption {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-address__item figcaption {
    font-size: 1.2rem;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------
   #sec-gourmet
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-gourmet {
  position: relative;
  z-index: 0;
  margin-top: 8vw;
  padding: 6vw 0;
  background: url("../img/location/bg_gourmet.webp") repeat 50% 0/auto;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.sec-gourmet__body {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 60px;
  background: url("../img/location/img_gourmet_frame.webp") no-repeat 50% 0/100% 100%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__body {
    padding: 40px 20px;
    background: url("../img/location/img_gourmet_frame_sp.webp") no-repeat 50% 0/100% 100%;
  }
}
.sec-gourmet__ttl {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__ttl {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    width: 50%;
    margin: 0 auto;
  }
}
.sec-gourmet__shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2vw;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shoplist {
    padding: 0;
  }
}
.sec-gourmet__shop {
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop {
    width: 48%;
  }
}
.sec-gourmet__shop img {
  width: 100%;
}
.sec-gourmet__shop-txt {
  margin-top: 10px;
  font-size: clamp(9px, 1.40625vw, 18px);
  color: #b37757;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop-txt {
    font-size: 12px;
  }
}
.sec-gourmet__shop--01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop--01 {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    width: 64%;
    margin: 40px 0 30px 3%;
  }
}
.sec-gourmet__shop--01 .sec-gourmet__shop-txt {
  margin: calc(clamp(42.5px, 6.640625vw, 85px) * -1) 0 0 42%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop--01 .sec-gourmet__shop-txt {
    position: absolute;
    top: -0.5rem;
    left: 75%;
    margin: 0;
    white-space: nowrap;
  }
  .sec-gourmet__shop--01 .sec-gourmet__shop-txt .right {
    display: block;
    text-align: right;
  }
}
.sec-gourmet__shop--03 {
  margin-left: 28%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop--03 {
    margin-left: auto;
  }
}
.sec-gourmet__shop--04 {
  margin-top: 20px;
}
.sec-gourmet__shop--05 {
  margin-top: 20px;
  margin-left: 28%;
}
@media only screen and (max-width: 767px) {
  .sec-gourmet__shop--05 {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------------------
   #sec-information
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-information {
  position: relative;
  z-index: 0;
  margin-top: 9vw;
}
@media only screen and (max-width: 767px) {
  .sec-information {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.sec-information__obj {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-information__obj {
    position: absolute;
    display: inline-block;
    z-index: -1;
    line-height: 1;
    width: 40%;
  }
  .sec-information__obj img {
    width: 100%;
  }
}
.sec-information__obj--01 {
  top: -18vw;
  right: 0;
}
.sec-information__obj--02 {
  top: 50%;
  left: 0;
}
.sec-information__obj--03 {
  bottom: 0;
  right: 0;
}
.sec-information__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .sec-information__contents {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-information__contents {
    display: block;
  }
}
.sec-information__body {
  width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .sec-information__body {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-information__body {
    width: auto;
  }
}
.sec-information__ttl {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 2rem;
  background: #60a1c1;
  color: #fff;
  line-height: 1;
}
.sec-information__list {
  margin-bottom: 40px;
}
.sec-information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(8px, 1.3793103448vw, 16px);
  letter-spacing: -0.08rem;
  line-height: 1.6;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-information__item {
    font-size: clamp(10px, 2.6075619296vw, 20px);
  }
}
.sec-information__item:nth-child(n+2) {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .sec-information__item:nth-child(n+2) {
    margin-top: 5px;
  }
}
.sec-information__item-name {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-information__item-name {
    width: 51%;
  }
}
.sec-information__item-name .bg {
  display: inline-block;
  padding-right: 5px;
  background: #fff;
}
.sec-information__item-name .narrow {
  letter-spacing: -0.2rem;
}
.sec-information__item-name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #666;
  content: "";
  z-index: -1;
}
.sec-information__item-time {
  width: 20%;
  margin-left: auto;
  text-align: right;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-information__item-time {
    width: 18%;
  }
}
.sec-information__item-meter {
  width: 28%;
  text-align: right;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-information__item-meter {
    width: 26%;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=location.css.map */