@charset "utf-8";
/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

sup {
  vertical-align: text-top;
  vertical-align: top;
  font-size: 60%;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* ------ caption ------ */
figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

figcaption.mv_cap {
  bottom: auto;
  top: 0;
  right: 0;
}
figcaption.cap_b {
  color: #000;
  bottom: 10px;
  right: auto;
  left: 0;
  text-shadow: none;
}

figcaption.cap_b_right {
  color: #000;
  bottom: -22px;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  figcaption.cap_b {
    bottom: 24px;
    padding: 0;
  }
}

.mvCap {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

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

/* mv
=============================== */
.mv {
  position: relative;
}
.mv_wrap {
  width: 90%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.mv_title {
  font-size: 60px;
  letter-spacing: 0.2em;
}
.mv_lead {
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .mv_wrap {
    top: 22%;
  }
  .mv_title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .mv_lead {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/* top_area
==================================== */
.bg_area {
  background-color: #fff;
}
.top_area {
  padding-top: 100px;
  padding-bottom: 120px;
}
.top_lead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_lead2 {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_img {
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto;
}
.top_text {
  margin-top: 60px;
  width: 90%;
  max-width: 180px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top_lead {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_lead2 {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_img {
    margin-top: 40px;
    margin-inline: -20px;
  }
  .top_text {
    margin-top: 20px;
    width: 50%;
    max-width: 100px;
  }
}

/* wide_img_wrap
============================= */
.wide_img_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .wide_img_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* 
============================ */
.area_lead {
  margin-top: 30px;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.img_cap {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .area_lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .img_cap {
    margin-top: 4px;
    margin-left: 3px;
    font-size: 10px;
  }
}

/* station_area
=========================== */
.station_area {
  padding-top: 80px;
  padding-bottom: 200px;
}
.station_title {
  width: 80%;
  margin-bottom: 50px;
}
.station_lead {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.station_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
}
.station_item_title {
  width: 86%;
  margin-bottom: 20px;
}
.station_rosenzu {
  margin-top: 70px;
  width: 90%;
  max-width: 960px;
  margin-inline: auto;
}
#spCommonModalContents figure img {
  background-color: #fff;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .station_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .station_title {
    width: 90%;
    margin-bottom: 20px;
  }
  .station_lead {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .station_wrap {
    margin-top: 30px;
    gap: 10px;
  }
  .station_item_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .station_rosenzu {
    margin-top: 40px;
    width: 100%;
  }
}

/* section_kv
=================================== */
.section_kv {
  position: relative;
}
.section_kv_title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.section_kv_title img {
  width: auto;
  height: 110px;
}
.section_body {
  padding-top: 100px;
  padding-bottom: 160px;
}
.section_body .inner {
  max-width: 820px;
}
.section_body_title {
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.section_body_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.section_body_text span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.section_body_img {
  margin-top: 40px;
  width: 90%;
}
.metro_area {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #eeebe2;
}
.metro_body {
  width: 80%;
  margin-inline: auto;
}
.metro_title {
  width: 80%;
  max-width: 900px;
  margin-bottom: 60px;
}
.metro_img {
  margin-top: 80px;
}
.metro_img_cap {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .section_kv_title {
    width: 80%;
    top: -30px;
    text-align: center;
  }
  .osaka_kv_title {
    width: 50%;
  }
  .tennoji_kv_title {
    width: 55%;
  }
  .hommachi_kv_title {
    width: 80%;
  }
  .shinsaibashi_kv_title {
    width: 90%;
  }
  .kyobashi_kv_title {
    width: 94%;
  }
  .section_kv_title img {
    height: 60px;
  }
  .section_body {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .section_body_title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section_body_text {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .section_body_text span {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  .section_body_img {
    margin-top: 20px;
    width: 100%;
  }
  .metro_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .metro_body {
    width: 100%;
  }
  .metro_title {
    width: 60%;
    margin-bottom: 20px;
  }
  .metro_img {
    margin-top: 40px;
  }
  .metro_img_cap {
    margin-top: 30px;
    font-size: 10px;
  }
}
