@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-image: url(../images/common/stone_screen_large.webp);
}

h2 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  text-align: center;
}
@media (max-width: 740px) {
  h2 {
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
}

.l_mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l_mv_image {
  width: 100%;
  position: relative;
}
.l_mv_title_bkg {
  width: 100%;
  height: 190px;
  background-color: rgba(57, 69, 89, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l_mv_title {
  width: 100%;
  height: 190px;
  padding: 50px 0 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .l_mv_title {
    padding: 45px 0 35px;
  }
}
.l_mv_title h1 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .l_mv_title h1 {
    line-height: 1.1;
    margin: 0 auto 25px;
  }
}
.l_mv_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
}

.l_location {
  padding: 90px 0 115px;
}
@media (max-width: 740px) {
  .l_location {
    padding: 40px 0 75px;
  }
}
.l_location h2 {
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .l_location h2 {
    margin-bottom: 30px;
  }
}
.l_location h3 {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 20px;
}
.l_location_intro {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.85;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .l_location_intro {
    margin-bottom: 20px;
  }
}
.l_location_map {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 740px) {
  .l_location_map {
    margin: 0 auto 30px;
  }
}
.l_location_map .image_cap {
  color: #231815;
  background-color: transparent;
  bottom: 3%;
  right: 5%;
}
.l_location .l_l_sh {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh {
    margin-bottom: 75px;
  }
}
.l_location .l_l_sh_mv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  position: relative;
}
.l_location .l_l_sh_mv_image {
  width: 100%;
  position: relative;
}
.l_location .l_l_sh_mv_title_bkg {
  width: 100%;
  height: 148px;
  background-color: rgba(179, 161, 99, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .l_location .l_l_sh_mv_title_bkg {
    height: 130px;
  }
}
.l_location .l_l_sh_mv_title {
  width: 100%;
  height: 148px;
  padding: 40px 0 25px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .l_location .l_l_sh_mv_title {
    height: 130px;
    padding: 20px 0 15px;
  }
}
.l_location .l_l_sh_mv_title h3 {
  font-size: clamp(3rem, 2.431rem + 0.769vw, 3.2rem);
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_mv_title h3 {
    letter-spacing: 0.05em;
    margin: 0 auto 15px;
  }
}
.l_location .l_l_sh_mv_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.5;
  color: #fff;
}
.l_location .l_l_sh_content_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .l_location .l_l_sh_content_main {
    grid-template-columns: 1fr;
  }
}
.l_location .l_l_sh_content_main_detail {
  padding-top: 30px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .l_location .l_l_sh_content_main_detail {
    padding: 20px 0 15px;
    grid-row: 2/3;
  }
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title {
  width: 90%;
  margin: 0 auto;
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title h4.adjust {
  letter-spacing: 0.14em;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title h4 {
    letter-spacing: 0.1em;
  }
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title p {
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_main_detail .l_l_sh_cmd_title p {
    margin-bottom: 15px;
  }
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_border {
  width: 95%;
  height: 1px;
  background-color: #a7935e;
  margin: 0 auto 25px 0;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_main_detail .l_l_sh_cmd_border {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_border_r {
  margin: 0 0 25px auto;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_main_detail .l_l_sh_cmd_border_r {
    margin: 0 auto 20px;
  }
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_text {
  width: 90%;
  margin: 0 auto 25px;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
.l_location .l_l_sh_content_main_detail .l_l_sh_cmd_sl {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  background-color: #a7935e;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #fff;
}
.l_location .l_l_sh_content_main_image {
  position: relative;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_main_image {
    grid-row: 1/2;
  }
}
.l_location .l_l_sh_content_other ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 36px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_other ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}
.l_location .l_l_sh_content_other ul li div {
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_other ul li div {
    margin-bottom: 10px;
  }
}
.l_location .l_l_sh_content_other ul li h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  .l_location .l_l_sh_content_other ul li h4 {
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
}
.l_location .l_l_sh_content_other ul li p {
  font-size: 14px;
  letter-spacing: 0.075em;
}
.l_location .l_l_pm {
  margin-bottom: 80px;
}
.l_location .l_l_pm_title {
  width: 100%;
  max-width: 1000px;
  height: 148px;
  padding: 35px 0 25px;
  margin: 0 auto 40px;
  background-color: #a7935e;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_title {
    height: 162px;
    padding: 20px 0 15px;
    margin: 0 auto 20px;
  }
}
.l_location .l_l_pm_title h3 {
  font-size: clamp(3rem, 2.431rem + 0.769vw, 3.2rem);
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_title h3 {
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin: 0 auto 15px;
  }
}
.l_location .l_l_pm_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
}
.l_location .l_l_pm_content_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .l_location .l_l_pm_content_main {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.l_location .l_l_pm_content_main_detail {
  padding-top: 30px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .l_location .l_l_pm_content_main_detail {
    padding: 20px 0 15px;
  }
}
.l_location .l_l_pm_content_main_detail .l_l_pm_cd_title {
  width: 90%;
  margin: 0 auto;
}
.l_location .l_l_pm_content_main_detail .l_l_pm_cd_title h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}
.l_location .l_l_pm_content_main_detail .l_l_pm_cd_title p {
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_main_detail .l_l_pm_cd_title p {
    margin-bottom: 15px;
  }
}
.l_location .l_l_pm_content_main_detail .l_l_pm_cd_border {
  width: 95%;
  height: 1px;
  background-color: #a7935e;
  margin: 0 auto 25px 0;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_main_detail .l_l_pm_cd_border {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.l_location .l_l_pm_content_main_detail .l_l_pm_cd_text {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
.l_location .l_l_pm_content_other_01 {
  margin-bottom: 45px;
}
.l_location .l_l_pm_content_other_01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 36px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_other_01 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}
.l_location .l_l_pm_content_other_01 ul li div {
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_other_01 ul li div {
    margin-bottom: 10px;
  }
}
.l_location .l_l_pm_content_other_01 ul li h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_other_01 ul li h4 {
    margin-bottom: 10px;
  }
}
.l_location .l_l_pm_content_other_01 ul li p {
  font-size: 14px;
  letter-spacing: 0.075em;
}
.l_location .l_l_pm_content_other_02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 15px;
}
@media (max-width: 740px) {
  .l_location .l_l_pm_content_other_02 ul {
    grid-template-columns: 1fr;
  }
}
.l_location .l_l_pm_content_other_02 ul li {
  font-size: 14px;
  line-height: 2;
  padding-left: 18px;
  position: relative;
}
.l_location .l_l_pm_content_other_02 ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #a7935e;
  position: absolute;
  top: -1px;
  left: 0;
}
.l_location .l_l_ed {
  margin-bottom: 80px;
}
.l_location .l_l_ed_title {
  width: 100%;
  max-width: 1000px;
  height: 148px;
  padding: 35px 0 25px;
  margin: 0 auto 40px;
  background-color: #a7935e;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_title {
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
}
.l_location .l_l_ed_title h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_title h3 {
    letter-spacing: 0.05em;
    margin: 0 auto 30px;
  }
}
.l_location .l_l_ed_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
}
.l_location .l_l_ed_content {
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_content {
    margin-bottom: 30px;
  }
}
.l_location .l_l_ed_content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 36px;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}
.l_location .l_l_ed_content ul li div {
  margin-bottom: 12px;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_content ul li div {
    margin-bottom: 10px;
  }
}
.l_location .l_l_ed_content ul li h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.l_location .l_l_ed_content ul li h4.adjust {
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_content ul li h4 {
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
}
.l_location .l_l_ed_content ul li p {
  font-size: 14px;
  letter-spacing: 0.075em;
}
.l_location .l_l_ed_other ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 15px;
}
@media (max-width: 740px) {
  .l_location .l_l_ed_other ul {
    grid-template-columns: 1fr;
  }
}
.l_location .l_l_ed_other ul li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.08em;
  padding-left: 18px;
  position: relative;
}
.l_location .l_l_ed_other ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #a7935e;
  position: absolute;
  top: -1px;
  left: 0;
}
.l_location .l_l_pn {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .l_location .l_l_pn {
    margin: 0;
  }
}
.l_location .l_l_pn_title {
  width: 100%;
  max-width: 1000px;
  height: 148px;
  padding: 35px 0 25px;
  margin: 0 auto 40px;
  background-color: #a7935e;
}
@media (max-width: 740px) {
  .l_location .l_l_pn_title {
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
}
.l_location .l_l_pn_title h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .l_location .l_l_pn_title h3 {
    letter-spacing: 0.05em;
    margin: 0 auto 30px;
  }
}
.l_location .l_l_pn_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
}
.l_location .l_l_pn_content {
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .l_location .l_l_pn_content {
    margin-bottom: 30px;
  }
}
.l_location .l_l_pn_content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 36px;
}
@media (max-width: 740px) {
  .l_location .l_l_pn_content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}
.l_location .l_l_pn_content ul li div {
  margin-bottom: 12px;
}
.l_location .l_l_pn_content ul li h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  line-height: 1;
  margin-bottom: 12px;
}
.l_location .l_l_pn_content ul li p {
  font-size: 14px;
}
.l_location .l_l_pn_other ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 15px;
}
@media (max-width: 740px) {
  .l_location .l_l_pn_other ul {
    grid-template-columns: 1fr;
  }
}
.l_location .l_l_pn_other ul li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.08em;
  padding-left: 18px;
  position: relative;
}
.l_location .l_l_pn_other ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #a7935e;
  position: absolute;
  top: -1px;
  left: 0;
}

.l_border {
  width: 180px;
  height: 2px;
  background-color: #a7935e;
  margin: 0 auto;
}

.l_access {
  padding: 70px 0 75px;
}
@media (max-width: 740px) {
  .l_access {
    padding: 70px 0 60px;
  }
}
.l_access h2 {
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .l_access h2 {
    margin-bottom: 40px;
  }
}
.l_access h3 {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .l_access h3 {
    letter-spacing: 0.1em;
  }
}
.l_access_intro {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .l_access_intro {
    margin-bottom: 20px;
  }
}
.l_access_mv {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 80px;
}
@media (max-width: 1000px) {
  .l_access_mv {
    width: 90%;
  }
}
@media (max-width: 740px) {
  .l_access_mv {
    margin: 0 auto 20px;
  }
}
.l_access .l_a_content {
  margin-bottom: 140px;
}
@media (max-width: 740px) {
  .l_access .l_a_content {
    margin-bottom: 100px;
  }
}
.l_access .l_a_content_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .l_access .l_a_content_main {
    grid-template-columns: 1fr;
  }
}
.l_access .l_a_content_main_detail {
  padding-top: 30px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .l_access .l_a_content_main_detail {
    padding: 20px 0 15px;
  }
}
.l_access .l_a_content_main_detail .l_a_cmd_title {
  width: 90%;
  margin: 0 auto;
}
.l_access .l_a_content_main_detail .l_a_cmd_title h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .l_access .l_a_content_main_detail .l_a_cmd_title h4 {
    letter-spacing: 0.1em;
  }
}
.l_access .l_a_content_main_detail .l_a_cmd_title p {
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
.l_access .l_a_content_main_detail .l_a_cmd_border {
  width: 95%;
  height: 1px;
  background-color: #a7935e;
  margin: 0 auto 25px 0;
}
@media (max-width: 740px) {
  .l_access .l_a_content_main_detail .l_a_cmd_border {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.l_access .l_a_content_main_detail .l_a_cmd_text {
  width: 90%;
  margin: 0 auto 25px;
  font-size: 14px;
  letter-spacing: 0.065em;
}
.l_access .l_a_content_main_detail .l_a_cmd_fl {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  background-color: #394559;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.l_access .l_a_content_other ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 36px;
  margin-bottom: 90px;
}
@media (max-width: 740px) {
  .l_access .l_a_content_other ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.l_access .l_a_content_other ul li div {
  position: relative;
  margin-bottom: 14px;
}
.l_access .l_a_content_other ul li h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 18px;
}
@media (max-width: 740px) {
  .l_access .l_a_content_other ul li h4 {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.l_access .l_a_content_other ul li p {
  font-size: 14px;
}
@media (max-width: 740px) {
  .l_access .l_a_content_other ul li p {
    letter-spacing: 0.065em;
  }
}
.l_access .l_a_ca_title {
  width: 100%;
  max-width: 1000px;
  height: 148px;
  padding: 35px 0 25px;
  margin: 0 auto 40px;
  background-color: #394559;
}
@media (max-width: 740px) {
  .l_access .l_a_ca_title {
    padding: 20px 0 15px;
    margin: 0 auto 20px;
  }
}
.l_access .l_a_ca_title h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .l_access .l_a_ca_title h3 {
    letter-spacing: 0.05em;
    margin: 0 auto 30px;
  }
}
.l_access .l_a_ca_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
}
.l_access .l_a_ca_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .l_access .l_a_ca_main {
    grid-template-columns: 1fr;
  }
}
.l_access .l_a_ca_main_detail {
  padding-top: 30px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .l_access .l_a_ca_main_detail {
    padding: 20px 0 15px;
    grid-row: 2/3;
  }
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_title {
  width: 90%;
  margin: 0 auto;
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_title h4 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_title h4 span {
  font-size: clamp(0.9rem, 0.615rem + 0.385vw, 1rem);
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_detail .l_a_ca_cmd_title h4 span {
    letter-spacing: 0em;
  }
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_detail .l_a_ca_cmd_title h4 {
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_border {
  width: 95%;
  height: 1px;
  background-color: #a7935e;
  margin: 0 auto 25px 0;
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_detail .l_a_ca_cmd_border {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_text {
  width: 90%;
  margin: 0 auto 25px;
  font-size: 14px;
  letter-spacing: 0.035em;
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_detail .l_a_ca_cmd_text {
    letter-spacing: 0.05em;
  }
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_l {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  background-color: #394559;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #fff;
}
.l_access .l_a_ca_main_detail .l_a_ca_cmd_l span {
  font-size: clamp(2.6rem, 2.031rem + 0.769vw, 2.8rem);
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_detail .l_a_ca_cmd_l {
    padding: 20px 5px;
    letter-spacing: 0.08em;
  }
}
.l_access .l_a_ca_main_image {
  position: relative;
}
@media (max-width: 740px) {
  .l_access .l_a_ca_main_image {
    grid-row: 1/2;
  }
}

.l_cap {
  padding-top: 40px;
  font-size: 1rem;
}
@media (max-width: 740px) {
  .l_cap {
    padding-top: 30px;
  }
}/*# sourceMappingURL=location.css.map */