@charset "UTF-8";

.sub_head {
  margin-bottom: 0px;
  background: url(../images/access/mv.webp);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
}
.content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.contents {
  max-width: 1200px;
  padding: 80px 20px;
  margin: 0px auto 0px;
}
.bg01 {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg02 {
  position: relative;
  margin: 0 auto;
  /* background: url(../images/facility/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(89, 154, 116, 0.95) 0%,
      rgba(89, 154, 116, 0.55) 20%,
      rgba(89, 154, 116, 0) 45%
    ),
    radial-gradient(
      circle at 50% 40%,
      rgba(44, 72, 54, 0.9) 0%,
      rgba(44, 72, 54, 0.45) 35%,
      rgba(44, 72, 54, 0) 65%
    ),
    linear-gradient(135deg, #233228 0%, #1c2b23 35%, #161816 75%, #151515 100%);
}
@media (max-width: 1024px) {
}
h3 {
  padding: 0;
  font-size: clamp(2rem, 3vw, 40px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
h3 span {
  font-size: 2rem;
  line-height: 1;
}
p.catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
p.lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.box01_txt h3 {
  margin-bottom: 60px;
}

h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
h5 {
  font-weight: normal;
  font-size: 1.2rem;
}
.txt {
  line-height: 2.2;
}
.box01_txt .txt {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}

.box_ttl {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  font-size: 1.8rem;
  color: #fff;
  background: #093d27;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box_subttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
@media (max-width: 1024px) {
  .access_contents h3 {
    text-align: center;
  }
}
.box01 {
  padding: 0px 0 0;
  margin: 50px auto;
}
.box01_txt {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 80px;
  text-align: center;
}
.rosenzu_img {
  margin: 50px auto;
}
.cap.rosenzu_cap {
  padding-left: 0em;
  text-indent: 0em;
}

.train_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.access_box {
  width: calc((100% - 20px) / 2);
}
.access_time {
  font-size: 1.3rem;
  border-bottom: solid 1px #cacaca;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  font-weight: bold;
}

.access_time span {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.access_time span.kakko {
  font-size: 14px;
  font-weight: bold;
}

span.red {
  font-size: 2.5rem;
  color: #ae0e16;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.access_from {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  margin: 0 auto 10px;
}
.access_time_sub {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-all;
  font-weight: normal;
}
.access_time {
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  line-height: 1;
}

.haneda_st {
  display: flex;
  align-items: flex-end;
}

/* .access_time span.haneda {
  font-size: 1.3rem;
} */
.access_time span.normal {
  font-size: 1.3rem;
}

.haneda_st .sub {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 1;
}

.time {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .train_time {
    gap: 50px 20px;
  }
  .access_box {
    width: 100%;
  }
  .access_time {
    flex-direction: column;
    align-items: start;
  }
  .access_time > div:last-child {
    margin-left: auto; /* 右端へ */
    display: flex;
    align-items: baseline;
  }

  .access_time > div:last-child::before {
    content: '···';
    letter-spacing: 0.15em;
    color: #999;
    margin-right: 0.5em;
  }
  .haneda_st .sub {
    font-size: 16px;
  }
  .access_time span.narita {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  img.slide_img {
    width: 1000px !important;
    max-width: 1000px !important;
  }
  .swipe_icon {
    left: unset;
    right: -140%;
  }
}
.box02 {
  margin-bottom: 50px;
}
.box02_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.box02_img {
  width: calc((100% - 40px) / 3);
}
.box02_cap {
  font-style: normal;
  font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif;
  font-weight: 400;
  position: absolute;
  left: 10px;
  bottom: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
}
.box02_img .relative::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 30%,
    rgba(0, 0, 0, 0) 50%
  );
  z-index: 1;
}
.img_plane {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 200px;
  z-index: 2;
}
.box02 .cap {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .box02_img {
    width: 100%;
  }
}

.bus_wrap {
  /* border: 3px solid #b9cdbf;
  padding: 20px; */
}
.box03 {
  margin: 0 auto 30px;
}
.box03_inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.box03_txt {
  width: 52%;
}
.box03_img {
  width: 48%;
}
.box03_txt .box_subttl {
  border-bottom: solid 1px #cacaca;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #093d27;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box03_txt01 {
  margin-top: -10px;
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box03_txt01 span.st {
  font-size: 1.5rem;
}
.box03_txt01 span.min {
  font-size: 2.5rem;
  color: #ae0e16;
}
.box03_txt02 {
  background-color: #b3993e;
  padding: 3px;
  margin: 10px auto 0;
}
.box03_txt02_inner {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.box03_txt02_ttl {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: solid 1px #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box03_txt02_ttl .min {
  font-size: 2.5rem;
}
.box03_inner.box06_inner {
  align-items: center;
}
.box03_inner.box06_inner .box06_txt {
  width: 70%;
}
.bus_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.box03_inner.box06_inner .box06_img {
  width: 30%;
}
@media (max-width: 1024px) {
  .box03_inner {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  .box03_txt {
    width: 100%;
  }
  .box03_img {
    width: 100%;
  }
  .box03_txt01 {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: end;
    line-height: 1.5;
  }
  .box03_txt01 span.st {
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .box03_txt01 span.min {
    font-size: 2rem;
  }
  .box03_txt02 {
    margin: 30px auto 0;
  }

  .box03_txt02_inner {
    padding: 30px 20px;
  }
  .box03_inner.box06_inner .box06_txt {
    width: 100%;
  }
  .bus_box {
    flex-direction: column;
  }
  .bus_box .relative {
    max-width: 70%;
    margin: 0 auto;
  }
  .box03_inner.box06_inner .box06_img {
    width: 100%;
  }
}

.location_contents {
  padding: 80px 0 0;
}
.box04 + .box04 {
  margin-top: 30px;
}
.box04 .box_ttl {
  margin-bottom: 30px;
}
.box04_inner {
  display: grid;
  grid-template-columns: 48% 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.box04_img {
  display: flex;
  flex-direction: column;
}
.box04_img .relative {
  flex: 1;
}
.box04_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.box04_img p {
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1rem;
}

/* 左の大きい画像 */
.box04_img:nth-child(1) {
  grid-row: 1 / 3;
}

@media (max-width: 1024px) {
  .box04_inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .box04_img:nth-child(1) {
    grid-row: 1;
  }
}
.box05 {
  margin: 50px auto 80px;
}
.box05 .relative {
}
@media (max-width: 1024px) {
  .box05 {
    margin: 20px auto 30px;
  }
}
