@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.main_bg {
  background-image: url(../images/access/bg_01.png);
}


/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/access/kv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000;
}
.mainVisual .en {
  font-family: 'Pinyon Script', cursive;
	font-size: 24px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000;
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/access/mv_tb.jpg);
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .title {
    font-size: 30px;
  }
  .mainVisual .en {
    font-size: 24px;
  }
}



.access_contents {
  position: relative;
  padding-top: 80px;
}
.access_inner {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin:auto;
}
.access_inner02 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin:auto;
}
.access_contents::after {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255,255,255,0) 100%);
  z-index: -1;
}
.access_contents::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
}
.section_title {
  font-size: 50px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  color: #680107;
  text-align: center;
}
.section_text {
  font-size: 25px;
  margin-top: 130px;
  line-height: 2;
  text-align: center;
}
.section_text--special {
  font-size: 30px;
  margin-top: 160px;
}
.station_box {
  position: relative;
  z-index: 2;
}
.bg_area {
  position: relative;
}
.bg_area::before {
  position: absolute;
  content: '';
  background-color: #ededed;
  /* background: linear-gradient(270deg, rgba(237, 191, 150, 0.4) 0%, rgba(238, 209, 171, 0.5) 100%); */
  width: 100%;
  height: 83%;
  top: 24%;
  left: 0;
  right: 0;
  z-index: 1;
}
.station_box_inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  z-index: 2;
}
.flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 2;
}
.flex_item_img {
  width: 43%;
}
.flex_item_title {
  text-align: center;
  background-color: #680107;
  color: #eadda3;
  font-size: 30px;
  padding:5px 10px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  width: 80%;
  font-weight: bold;
}
.flex_item_text {
  width: 48%;
  margin-right: 5%;

}
.text_top {
  width: 100%;
  margin-top: 20px;
}
.small_text {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.m_text {
  font-size: 20px;
}
small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.text {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.text02 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 2px solid #ad9e81;
  padding-bottom: 20px;
  margin-bottom: 36px;
  text-align: left;
}
.text02 span {
  font-size: 34px;
 margin: 0 -10px;
}
.text_flex {
  display: flex;
  align-items: flex-start;
}
.station {
  font-size: 28px;
  letter-spacing: 0.01em;
}
.time {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: right;
}
.time .num {
  color: #680107;
  font-size: 48px;
  letter-spacing: 0.05em;
}
.cap_s {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: right;
}
.cap_r {
  font-size: 14px;
  text-align: right;
}
/* ----- bus_box  ----- */
.bus_box {
  margin: 48px auto;
  position: relative;
}
.bus_box02 {
  margin: 48px auto;
  position: relative;
}
.bus_box02::before {
  position: absolute;
  content: '';
  background-color: #680107;
  /* background-image: url(../images/access/bg.svg); */
  background: #680107 url(../images/access/access-bg-object02.png) no-repeat bottom right / 240px 300px;
  /* background-size: contain; */
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  right: 0;
  z-index: -1;
}
.icon_genchi {
  content: '';
  position: absolute;
  width: 176px;
  top: -20px;
  left: -20px;
  z-index: 2;
}


/* ----------- */
dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
dl:nth-of-type(1) {
  margin-top: -14px;
}
dt {
  width: 58%;
  text-align: left;
  color: #000;
}

dd {
  width: calc(100% - 58%);
  text-align: left;
}

.map_area {
  margin-top: 130px;
}
.map {
  width: 960px;
  display: block;
  margin: 100px auto 80px ;
  overflow-y: hidden;
}
.bottom_bg {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width:768px) {
  .access_contents {
    padding-top: 60px;
  }
  .access_contents::before {
    background-size: cover;
    height:20px;
  }
  .access_inner02 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;
  }
  .section_title {
    font-size: 28px;
  }
  .section_text {
    font-size: 18px;
    margin-top: 10px;
    line-height: 2;
  }
  .flex {
    margin-top: 30px;
    display: block;
  }
  .flex_item_img {
    width: 100%;
  }
  .text_top {
    width: 100%;
    margin-top: 10px;
  }
  .flex_item_title {
    text-align: center;
    font-size: 30px;
    padding:5px 10px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    width: 80%;
    font-weight: bold;
  }
  .flex_item_text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  small {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .m_text {
    font-size: 14px;
  }
  .small_text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .blue_text {
    font-size: 28px;
    width: 100%;
    line-height: 1.2;
    padding: 8px 10px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    }
  .text {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }
  .text02 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: left;
  }
  .text_flex {
    display: flex;
    align-items: flex-start;
  }
  .station {
    font-size: 22px;
    letter-spacing: 0.01em;
  }
  .bg_area::before {
    height: 82%;
    top: 20%;
  }
  .time {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: left;
  }
  .time .num {
    font-size: 40px;
    letter-spacing: 0.05em;

  }
  .cap_s {
    font-size: 12px;
    margin-left: 2%;
    margin-top: 0px;
    text-align: right;
    line-height: 1;
  }
  .text_bottom {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .bus_box02::before {
    position: absolute;
    content: '';
    /* background-image: url(../images/access/bg.svg); */
    background-size: 160px 200px;
    width: 100%;
    height: 70%;
    top: 35%;
    left: 0;
    right: 0;
    z-index: -1;
  }
  dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  dl:first-of-type {
    margin-top: 0px;
  }
  .bottom_bg {
    position: relative;
    margin-top: 20px;
  }
  .map {
    max-width: 960px;
    margin: 40px auto 40px ;
  }
  .scroll_btn {
    max-width: 340px;
    margin: 80px auto 0;
  }
  .icon_genchi {
    content: '';
    position: absolute;
    width: 110px;
    top: -20px;
    left: 26px;
    z-index: 2;
  }
}

/* ------------------------------------------------
contents_bottom
--------------------------------------------------*/
.contents_bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents_bottom::after {
  content: '';
  position: absolute;
  background-image: url(../images/access/bg.svg);
  background-repeat: no-repeat;
  top: 13%;
  left: 0;
  width: 100%;
  height: 355px;
  background-size: cover;
  z-index: 1;
}
.contents_bottom_box {
  position: relative;
  margin: 0 auto 100px;
  padding: 60px;
  background-color: rgb(255, 255, 255, 0.96);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 2;
  border-radius: 8px;
}
.contents_bottom_box::before {
  /* content: ""; */
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}
.icon_box,
.icon_box2 {
  position: relative;
}
.icon_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}
.icon_box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}
.icon_box2::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}
.icon_box2::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}

.contents_bottom_title {
  position: relative;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #680107;
  font-weight: 600;
  padding-bottom: 20px;
}

.contents_bottom_title::after {
  content: '';
  position: absolute;
  width: min(1140px,90%);
  height: 2px;
  background-color: #680107;
  /* background: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%) ; */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents_bottom_flex {
  max-width: 1000px;
  margin-top: 30px;
  margin-left: clamp(20px, 10vw, 20%);
  display: flex;
  flex-wrap: wrap;

}
.flex_text {
  width: 44%;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 20px;
  text-align: left;
  text-indent: -36px;
}
.flex_text:nth-child(2n) {
  margin-left: auto;
}
.flex_text span {
  font-size: 16px;
}
.flex_text::before {
  content: '▶';
  padding-right: 10px;
  color: #680107;
}
.contents_bottom_cap {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width:768px) {
  .contents_bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents_bottom::after {
  content: '';
  position: absolute;
  background-image: url(../images/access/bg.svg);
  background-repeat: no-repeat;
  top: 13%;
  left: 0;
  width: 100%;
  height: 355px;
  background-size: cover;
  z-index: 1;
}
.contents_bottom_box {
  margin: 60px auto 100px;
  padding:60px 30px;
}

.icon_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}


.contents_bottom_title {
  font-size: 24px;
  padding-bottom: 10px;
}

.contents_bottom_title::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 2px;
  background: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%) ;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents_bottom_flex {
  max-width: 800px;
  padding: 0 0 0 20px ;
  margin: 30px auto;
  display: block;
}
.flex_text {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 20px;
  text-indent: -30px;
}
.flex_text:nth-child(2n) {
  margin-left: 20px;
}
.flex_text span {
  font-size: 13px;
}
.flex_text::before {
  content: '▶';
  padding-right: 4px;
}
.contents_bottom_cap {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 30px;
}
}

/* ---------------------- */
.access-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.access-header--special {
  padding-top: 110px;
}
.access-header__title {
  font-size: 36px;
  line-height: 64px;
  font-weight: 600;
  padding-bottom: 30px;
}
.access-header__title2 {
  font-size: 50px;
  color: #680107;
  font-weight: 600;
  padding-bottom: 60px;
  letter-spacing: 0.1em;
  position: relative;
}
.access-header__title2::after {
  display: block;
  content: '';
  background-color: #680107;
  height: 2px;
  width: 120px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.access-header__lead {
  font-size: 25px;
  line-height: 45px;
}

/* access-gallery
-------------------------- */
.access-gallery {
  overflow: hidden;
  padding-bottom: 60px;
}
.access-gallery .inner {
  max-width: 1340px;
}
.access-gallery__mv {
  margin-bottom: 40px;
}
.access-gallery__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  position: relative;
  margin-top: 100px;
}
.access-gallery__list--special {
  grid-template-columns: repeat(3,1fr);
}
.access-gallery__list::before {
  display: block;
  content: '';
  width: 100%;
  height: 320px;
  background-color: #680107;
  position: absolute;
  top: -100px;
  left: -150px;
  z-index: -1;
}
.access-gallery__list--special::before {
  left: unset;
  right: -150px;
}

.access-gallery__img {
  padding-bottom: 30px;
}
.access-gallery__img img {
  box-shadow: 2px 10px 10px rgb(0, 0, 0,0.3);
}
.access-gallery__text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.access-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.access-btn {
  display: block;
  width: min(480px,100%);
  font-size: 26px;
  line-height: 45px;
  border: 2px solid #680107;
  border-radius: 100rem;
  color: #680107;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.access-btn a{
  color: #680107;
}
.access-btn--special {
  background-color: #680107;
  color: #fff;
}
.access-btn::after {
  display: inline-block;
  content: '';
  background: url(../images/top/btn-arrow.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.access-btn--special:after {
  background: url(../images/top/btn-arrow-white.png) no-repeat center center/cover;
}

/* access-map
------------------------ */

.access-map {
  background-color: #ededed;
}
.access-map .inner {
  max-width: 1340px;
}

@media screen and (max-width: 768px) {
  .access-header__title {
      font-size: 27px;
      line-height: 47px;
      padding-bottom: 18px;
  }
  .access-header__title2 {
    font-size: 30px;
  }
  .access-gallery__list {
    grid-template-columns: 1fr;
    width: min(285px,100%);
    margin-inline: auto;
  }
  .access-gallery__list::before {
    width: 100vw;
    height: 285px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .access-gallery__text {
    font-size: 18px;
    line-height: 32px;
  }
  .access-gallery .access-header {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .access-gallery .access-header__lead {
    font-size: 23px;
    line-height: 42px;
  }
  .access-gallery__list {
    gap: 16px;
  }
  .access-gallery .access-gallery__list--special {
    margin-top: 80px;
  }
  .access-gallery__list--special::before {
    height: 207px;
  }
  .access-btn-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .access-btn {
    font-size: 20px;
    padding: 1rem;
  }
  .access-btn::after {
    width: 19px;
    height: 19px;
    right: 2rem;
  }
  .access-map .access-header {
    padding-bottom: 20px;
  }
}

/* map_area
---------------------- */
.map_area figure {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.map_area figcaption {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 20px;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .map_area figure {
    position: static;
  }
  .map_area-figcaption {
    text-align: right;
    padding-right: 1em;
    font-size: 20px;
    font-family: sans-serif;
  }
}

.capArea {
  background-color: #fff;
}