﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  access

--------------------------------------------------------------------------------*/
.access .catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.access .catch figure {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}
.access .catch figure img {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 327;
}
.access .catch figure figcaption {
  
}
.access .catch figure figcaption p {
  display: block;
  margin: 30px 0 0 0;
}
.access .catch figure figcaption p:first-child {
  margin: 0;
}
.access .catch figure figcaption p strong {
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

@media (max-width: 760px) {
.access .catch {
  padding: 42px 0;
}
.access .catch figure {
  flex-direction: column-reverse;
}
.access .catch figure img {
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 580 / 327;
}
.access .catch figure figcaption p {
  margin: 15px 0 0 0;
}
.access .catch figure figcaption p strong {
  font-size: calc(var(--fs-5l) * 0.75);
}
.access .catch figure figcaption p strong br.pc {
  display: none;
}
}

.access .access-box {
  border-bottom: 1px solid #cccccc;
  padding: 84px 0;
}
.access .access-box .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px 24px;
  width: 100%;
}
.access .access-box .flex-container:nth-of-type(1) figure:nth-of-type(1) {
  width: 652px;
}
.access .access-box .flex-container:nth-of-type(1) figure:nth-of-type(2) {
  width: calc((100% - 652px) - 24px);
  height: 370px;
  overflow: hidden;
}
.access .access-box .flex-container:nth-of-type(1) figure:nth-of-type(1) figcaption {
}
.access .access-box .gmap {
  width: 100%;
  height: 710px;
  margin: 42px 0;
}
.access .access-box .flex-container:nth-of-type(2) dl {
  width: calc((100% - 24px) / 2);
}
.access .access-box .flex-container:nth-of-type(2) dl dt {
  font-size: var(--fs-2l);
  font-family: var(--ff-min);
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 21px 0;
  padding: 0 0 0.5em 0;
}
.access .access-box .flex-container:nth-of-type(2) dl dd {
}
.access .access-box .flex-container:nth-of-type(2) dl dd ul {
  list-style: none;
}
.access .access-box .flex-container:nth-of-type(2) dl dd ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.access .access-box .flex-container:nth-of-type(2) dl dd ul > li::before {
  content: "・";
  flex-shrink: 0;
  display: block;
  width: 1em;
}

@media (max-width: 760px) {
.access .access-box {
  padding: 42px 0;
}
.access .access-box .flex-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.access .access-box .flex-container:nth-of-type(1) figure:nth-of-type(1) {
  width: 100%;
}
.access .access-box .flex-container:nth-of-type(1) figure:nth-of-type(2) {
  width: 100%;
  height: auto;
}
.access .access-box .gmap {
  height: 500px;
}
.access .access-box .flex-container:nth-of-type(2) dl {
  width: 100%;
}
}

ul.caution {
  color: #d62121;
  font-size: 90%;
  margin: 0.5em 0 0 0;
  list-style: none;
}
ul.caution > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
ul.caution > li::before {
  content: "※" !important;
  flex-shrink: 0;
  display: block;
  width: 1.25em;
}
