@charset "utf-8";

/******
フォント

A P-OTF UD新ゴNT Pr6N R
font-family: "MFW-PUDShinGoNTPr6N-Regular";

A P-OTF UD新ゴNT Pr6N M
font-family: "MFW-PUDShinGoNTPr6N-Medium";

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

*******/

body {
  color: #fff;
  font-family: "MFW-PUDShinGoNTPr6N-Regular", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  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.3437vw;
  font-family: "MFW-PUDShinGoNTPr6N-Medium";
  line-height: 1.75;
  letter-spacing: 0.06em;
  width: 26.1458vw;
  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: flex-start;
  gap: 1.6666vw;
}
.operation__time-list {
  margin-bottom: 0.3125vw;
}
.operation__time-heading {
  font-size: 2.3437vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
  width: 21.9166vw;
  padding-top: 0.4166vw;
}
.operation__time-text {
  font-size: 3.125vw;
  line-height: 1.55;
  display: flex;
  justify-content: flex-start; /* space-between → flex-start */
  align-items: flex-start;
  gap: 1.7708vw; /* 左右の間隔をここで固定 */
  width: calc(100% - 23.5832vw);
  max-width: 43.2916vw;
}

.operation__time-text--left {
  width: 17.7604vw;
  flex-shrink: 0; /* 保険として追加推奨 */
}
.operation__time-text--right {
  width: 23.6854vw;
  padding-top: 0.46875vw;
  flex-shrink: 0;
}
.operation__add {
  font-size: 1.09375vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.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;
}
.operation__time-note--small.mgb {
  margin-bottom: 2.0833vw;
}

.operation__place {
  margin-bottom: 7.552vw;
}

.operation__place-body {
  display: flex;
  justify-content: space-between;
  gap: 1.0416vw;
  margin-bottom: 2.3958vw;
}
.operation__place-left {
  width: 32.03125vw;
}
.operation__place-title {
  font-size: 3.402vw;
  line-height: 1.54;
  letter-spacing: 0.06em;
}
.operation__place-address {
  font-size: 1.475vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.operation__place-right {
  width: calc(100% - 33.07285vw);
  padding-top: 0.5729vw;
}
.operation__place-map {
  width: 49.5vw;
  margin: 0 auto;
}
.operation__route-wrap {
  width: 49.5vw;
  margin: 0 auto;
}
.operation__route-img {
  width: 38.177vw;
  margin: 0 auto 3.6458vw 0;
}

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

  .operation__heading {
    font-size: 15px;
    width: 170px;
    margin-bottom: 11px;
    padding: 1px 12px 0;
    border-radius: 7px;
  }
  .operation__route .operation__heading {
    margin-bottom: 14px;
  }
  .operation__time {
    margin-bottom: 34px;
  }
  .operation__time-list {
    margin-bottom: 2px;
  }
  .operation__time-item {
    gap: 17px;
  }
  .operation__time-heading {
    font-size: 15px;
    width: 145px;
    padding-top: 3px;
  }
  .operation__time-text {
    font-size: 20px;
    width: calc(100% - 162px);
    max-width: 100%;
    gap: 5px 20px;
  }
  .operation__time-text--left {
    width: 115px;
  }
  .operation__time-text--right {
    width: calc(100% - 135px);
    max-width: 320px;
    padding-top: 3px;
    flex-shrink: 0;
  }
  .operation__add {
    font-size: 9px;
  }
  .operation__add br {
    display: none;
  }
  .operation__time-note {
    font-size: 10px;
  }

  .operation__time-note--small.mgb {
    margin-bottom: 20px;
  }

  .operation__place {
    margin-bottom: 48px;
  }
  .operation__place-body {
    gap: 7px 15px;
    margin-bottom: 15px;
  }
  .operation__place-left {
    width: 230px;
  }
  .operation__place-title {
    font-size: 24px;
  }
  .operation__place-address {
    font-size: 12px;
  }
  .operation__place-right {
    width: calc(100% - 245px);
    padding-top: 4px;
  }
  .operation__place-right .operation__add br,
  .operation__time-note--small br {
    display: block;
  }
  .operation__place-map {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
  }
  .operation__route-wrap {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
  }
  .operation__route-img {
    width: 100%;
    max-width: 244px;
    margin: 0 auto 30px 0;
  }
}

@media screen and (max-width: 450px) {
  .operation__time-text {
    flex-direction: column;
  }
  .operation__time-text--left {
    width: 100%;
  }
  .operation__time-text--right {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .operation__time-note {
    padding-top: 10px;
  }

  .operation__place-body {
    flex-direction: column;
  }
  .operation__place-left {
    width: 100%;
  }
  .operation__place-right {
    width: 100%;
    padding-top: 0;
  }
}

/* =================================
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::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: 1.25vw;
  padding-left: 4.5833vw;
  margin-bottom: 0.5729vw;
}
.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.302vw;
  line-height: 1.81;
  letter-spacing: 0.03em;
  width: calc(100% - 6.25vw);
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .spot {
    padding-bottom: 106px;
  }
  .spot__title {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 7px;
    padding-left: 42px;
    margin-bottom: 29px;
  }
  .spot__title::before {
    width: 49px;
    height: 42px;
    left: -5px;
  }
  .spot__title::after {
    width: 16px;
    height: 16px;
    bottom: -4px;
    right: -1px;
  }
  .spot__item:not(:last-child) {
    margin-bottom: 28px;
  }
  .spot__item img {
    margin-bottom: 14px;
  }
  .spot__heading {
    font-size: 21px;
    padding-top: 8px;
    padding-left: 29px;
    margin-bottom: 4px;
  }
  .spot__heading::before {
    width: 44px;
    height: 25px;
    left: 6px;
  }
  .spot__text {
    font-size: 10px;
    width: calc(100% - 40px);
  }
}

/* =================================
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: 640px) {
  .footer__wrap {
    padding: 13px 0 30px;
  }
  .footer__text {
    font-size: 10px;
  }
}
