@charset "UTF-8";
:root {
  --cl-ntrl: #231815;
  --cl-gr: #939393;
  --cl-base: #fff;
  --cl-main: #d8445d;
  --cl-acnt: #5f4532;
  --cl-prm: #b8991c;
  --zen-maru-gothic: Zen Maru Gothic, serif;
  --zen-old-mincho: Zen Old Mincho, serif;
  --initialize: YakuHanJP, YuGothic, 游ゴシック, Meiryo, メイリオ, MS P Gothic, ＭＳ Ｐゴシック, sans-serif;
}

.mv {
  background: url(../img/area/area-mv.webp) no-repeat center/cover;
}

@media screen and (min-width: 960px) {
  .mv {
    background: url(../img/area/area-mv_pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  .mv {
    background: url(../img/area/area-mv_pc.webp) no-repeat center/cover;
  }
}

.mv .mv-ttl {
  font-size: 2.3rem;
  font-family: var(--zen-maru-gothic);
  text-align: center;
  color: var(--cl-base);
}

.mv .mv-ttl::before {
  content: "";
  display: block;
  width: 65px;
  height: 60px;
  background: url(../img/area/area-icon.svg) no-repeat center/100%;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 960px) {
  .mv .mv-ttl::before {
    width: 80px;
    height: 70px;
  }
}

@media screen and (min-width: 960px) {
  .mv .mv-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
}

.area-whole {
  padding: 4rem 0;
}

.area-whole h2 {
  width: 110px;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 960px) {
  .area-whole h2 {
    width: 140px;
  }
}

.area-whole .area-whole_txt {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .area-whole .area-whole_txt {
    margin-bottom: 4rem;
  }
}

.area-whole .area-whole_txt p {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.area-whole .area-link {
  padding: 0 3rem;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 960px) {
  .area-whole .area-link {
    max-width: 560px;
    gap: 2rem;
    margin: 0 auto 5rem;
  }
}

.area-whole .area-link a {
  font-size: 1.6rem;
  color: var(--cl-main);
  font-family: var(--zen-maru-gothic);
  font-weight: 700;
  letter-spacing: 0.16em;
  width: 152px;
}

.area-whole .area-link a::after {
  transform: rotate(90deg);
}

.area-whole .area-link a:hover {
  color: var(--cl-base);
}

.area-whole .area-free {
  padding: 0 5.7rem;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 6rem;
}

@media screen and (min-width: 960px) {
  .area-whole .area-free {
    margin: 0 auto 8rem;
  }
}

.area-fee {
  padding: 4rem 3rem;
}

@media screen and (min-width: 960px) {
  .area-fee {
    padding: 9rem 3rem;
  }
}

.area-fee .area-fee_ttl {
  width: 110px;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 960px) {
  .area-fee .area-fee_ttl {
    width: 150px;
  }
}

.area-fee .business-trip-fee {
  text-align: center;
  font-family: var(--zen-maru-gothic);
  color: var(--cl-acnt);
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee > div {
    display: flex;
    align-items: center;
    gap: 8%;
    padding: 6rem 3rem;
    border-bottom: 2px solid var(--cl-acnt);
  }
}

.area-fee .business-trip-fee > div:first-of-type {
  padding-top: 3rem;
  align-items: end;
}

.area-fee .business-trip-fee > div:last-of-type {
  border-bottom: none;
}

.area-fee .business-trip-fee .business-trip-fee_ttl {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_ttl {
    text-align: right;
    width: 24%;
    margin-bottom: 0;
    font-size: 4rem;
  }
}

.area-fee .business-trip-fee .business-trip-fee_ttl.not-service {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_ttl.not-service {
    font-size: 2rem;
  }
}

.area-fee .business-trip-fee .business-trip-fee_ttl span {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-block;
  transform: translateY(-2px);
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_ttl span {
    font-size: 2rem;
  }
}

.area-fee .business-trip-fee .business-trip-fee_ttl span:first-of-type {
  margin-right: 0.5rem;
}

.area-fee .business-trip-fee .business-trip-fee_ttl span:last-of-type {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_ttl span:last-of-type {
    font-size: 2rem;
  }
}

.area-fee .business-trip-fee .business-trip-fee_txt {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-left: 0;
  margin-bottom: 6rem;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_txt:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_txt {
    width: 66.8%;
  }
}

.area-fee .business-trip-fee .business-trip-fee_txt p {
  margin-top: 0;
  margin-bottom: 3rem;
}

.area-fee .business-trip-fee .business-trip-fee_txt p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_txt p {
    text-align: justify;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .area-fee .business-trip-fee .business-trip-fee_txt p br {
    display: none;
  }
}

.area-osaka .business-trip-fee > div:first-of-type {
  font-size: 4rem;
}

.area-hyogo,
.area-nara {
  background-color: #fdf6f7;
}

.area-kyoto .business-trip-fee > div:first-of-type {
  align-items: center;
}
