@charset "utf-8";

/******
フォント

Poppins Regular
font-family: "poppins", sans-serif;
font-weight: 400;

Poppins Medium
font-weight: 500;

*******/

body {
  color: #fff;
  font-family: "poppins", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

main {
  background-color: #231815;
}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1280 {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

/* =================================
header
================================= */
.header {
  position: relative;
}
.lang {
  display: flex;
  align-items: center;
  gap: 0.5208vw;
  position: absolute;
  top: 0.8333vw;
  right: 0.9375vw;
  z-index: 2;
}
.lang__img,
.lang__img img,
.lang__link {
  display: block;
}
.lang__img {
  width: 0.9895vw;
}
.lang__link {
  color: #fff;
  font-size: 1.09375vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 950px) {
  .lang {
    gap: 5px;
    top: 8px;
    right: 9px;
  }
  .lang__img {
    width: 9px;
  }
  .lang__link {
    font-size: 10px;
  }
}

/* =================================
fv
================================= */
.fv,
.fv__img {
  height: auto;
}
.fv {
  position: relative;
}
.fv__img h1 {
  width: 78.3854vw;
  position: absolute;
  top: 0.677vw;
  left: 55%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.fv__bg {
  height: auto;
  display: block;
  object-fit: cover;
}

/* =================================
operation
================================= */
.operation {
  padding-top: 46.3541vw;
  padding-bottom: 8.4375vw;
  position: relative;
}

.operation__title {
  width: 60.4166vw;
  position: absolute;
  top: -18.2291vw;
  left: 47%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.operation__heading {
  font-size: 2.1875vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
  width: fit-content;
  margin-bottom: 1.6666vw;
  padding: 0.2083vw 1.875vw 0.052vw;
  background-color: #c9a063;
  border-radius: 1.25vw;
}
.operation__route .operation__heading {
  margin-bottom: 2.2395vw;
}
.operation__time {
  margin-bottom: 5.2604vw;
}
.operation__time-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5vw;
}
.operation__time-list {
  margin-bottom: 0.3125vw;
}
.operation__time-heading {
  font-size: 1.6666vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
  width: 14.9166vw;
}
.operation__time-text {
  font-size: 2.3958vw;
  line-height: 1.55;
  width: calc(100% - 22.9166vw);
  max-width: 100%;
}
.operation__time-note {
  font-size: 1.302vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.02em;
  margin-bottom: 0.5208vw;
}

.operation__add {
  font-size: 1.09375vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 1.5625vw;
}
.operation__time-note--small {
  width: 57.5203125vw;
  margin: 0 0 0 calc((100% - 47.5vw) / 2);
}
.operation__time-note--small.mgb {
  margin-bottom: 1.5625vw;
}
.operation__time-note--small span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.operation__place {
  margin-bottom: 7.552vw;
}
.operation__place-title {
  font-size: 3.0208vw;
  line-height: 1.54;
  letter-spacing: 0.06em;
}
.operation__place-address {
  font-size: 1.875vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 2.3958vw;
}
.operation__place-map {
  width: 47.5vw;
  margin: 0 auto 5.052vw;
}
.operation__route-wrap {
  width: 47.5vw;
  margin: 0 auto 3.125vw;
}
.operation__route-img {
  width: 46.8854vw;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .operation {
    padding-bottom: 65px;
  }

  .operation__heading {
    font-size: 17px;
    margin-bottom: 13px;
    padding: 2px 14px 0;
    border-radius: 10px;
  }
  .operation__route .operation__heading {
    margin-bottom: 17px;
  }
  .operation__time {
    margin-bottom: 40px;
  }
  .operation__time-list {
    margin-bottom: 5px;
  }
  .operation__time-heading {
    font-size: 13px;
    width: 115px;
  }
  .operation__time-text {
    font-size: 18px;
    width: calc(100% - 175px);
  }
  .operation__time-note {
    font-size: 10px;
    margin-bottom: 7px;
  }
  .operation__add {
    font-size: 9px;
  }
  .operation__time-note--small {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
  }
  .operation__time-note--small.mgb {
    margin-bottom: 20px;
  }

  .operation__place {
    margin-bottom: 58px;
  }
  .operation__place-title {
    font-size: 23px;
  }
  .operation__place-address {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .operation__place-map {
    width: 100%;
    max-width: 365px;
    margin: 0 auto 25px;
  }
  .operation__route-wrap {
    width: 100%;
    max-width: 365px;
    margin: 0 auto 30px;
  }
  .operation__route-img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .operation__time-text {
    width: calc(100% - 145px);
  }
}

/* =================================
spot
================================= */
.spot {
  padding-bottom: 16.7187vw;
}
.spot__title {
  color: #dbb98c;
  font-size: 2.4479vw;
  line-height: 1.75;
  letter-spacing: 0.16em;
  position: relative;
  padding-top: 2.5vw;
  padding-bottom: 1.1458vw;
  padding-left: 6.5104vw;
  margin-bottom: 4.4791vw;
  border-bottom: 1px solid #dbb98c;
}
.spot__title img {
  width: 27.1874vw;
}
.spot__title::before {
  content: "";
  display: block;
  width: 7.6562vw;
  height: 6.5625vw;
  background: url("../imgs/common/deco01.svg") center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: -0.7812vw;
}
.spot__title::after {
  content: "";
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  background: url("../imgs/common/deco02.svg") center center / cover no-repeat;
  position: absolute;
  bottom: -0.5729vw;
  right: -0.3125vw;
}
.spot__item:not(:last-child) {
  margin-bottom: 4.375vw;
}
.spot__item img {
  display: block;
  margin-bottom: 2.2395vw;
}
.spot__heading {
  font-size: 3.3333vw;
  line-height: 1.75;
  letter-spacing: 0.22em;
  position: relative;
  padding-top: 2.55vw;
  padding-left: 4.5833vw;
  margin-bottom: 0.5729vw;
}
.spot__heading img {
  width: 57.7604vw;
}
.spot__heading::before {
  content: "";
  display: block;
  width: 6.927vw;
  height: 3.9583vw;
  background: url("../imgs/common/deco03.svg") center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0.677vw;
}
.spot__text {
  font-size: 1.1979vw;
  line-height: 1.81;
  letter-spacing: 0.03em;
  width: calc(100% - 6.25vw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .spot {
    padding-bottom: 128px;
  }
  .spot__title {
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 9px;
    padding-left: 50px;
    margin-bottom: 34px;
  }
  .spot__title::before {
    width: 59px;
    height: 50px;
    left: -6px;
  }
  .spot__title::after {
    width: 19px;
    height: 19px;
    bottom: -5px;
    right: -2px;
  }
  .spot__title img {
    width: 100%;
    max-width: 209px;
  }
  .spot__item:not(:last-child) {
    margin-bottom: 34px;
  }
  .spot__item img {
    margin-bottom: 17px;
  }
  .spot__heading {
    font-size: 21px;
    padding-top: 20px;
    padding-left: 35px;
    margin-bottom: 4px;
  }
  .spot__heading::before {
    width: 53px;
    height: 30px;
    left: 6px;
  }
  .spot__heading img {
    width: calc(100% - 10px);
    max-width: 444px;
    margin: 0 auto 0 0;
  }
  .spot__text {
    font-size: 10px;
    width: calc(100% - 50px);
  }
}

/* =================================
footer
================================= */
.footer {
  background-color: #231815;
}
.footer .inner-1280 {
  border-top: 1px solid #dbb98c;
}
.footer__wrap {
  width: calc(100% - 40px);
  max-width: 1180px;
  padding: 2.0833vw 0 4.6875vw;
  margin: 0 auto;
}
.footer__text {
  font-size: 1.3541vw;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
.footer__text a {
  display: inline;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 16px 0 36px;
  }
  .footer__text {
    font-size: 10px;
  }
}
