@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

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

 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-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 {
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .title {
    font-size: 40px;
  }
  .mainVisual .en {
    font-size: 24px;
  }
}


.access_contents {
  position: relative;
  padding-top: 80px;
}
.access_inner {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.access_contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/access/bg_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 800px;
}
.access_contents::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/access/bg_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height:1000px;
}
.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  text-align: center;
}
.section_text {
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}
.flex {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.flex_item_img {
  width: 50%;
}
.flex_item_text {
  width: 42%;
  margin-left: 5%;
}
.text_top {
  width: 100%;
}
.blue_text {
  color: #ffff00;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #0051a7;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}
.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: 34px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  margin-bottom: 18px;
  text-align: center;
}
.text span.blue {
  color: #0051a7;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.text_flex {
  display: flex;
  align-items: flex-start;
}
.station {
  font-size: 32px;
  letter-spacing: 0.01em;
}
.in_box {

}
.time {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: right;
}
.time .num {
  color: #0051a7;
  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;
  display: block;
}
/* ----- bus_box  ----- */
.bus_box {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: 1px solid #0051a7;
  outline-offset: -8px;
  border-radius: 20px;
}
.bus_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bus_flex_left {
  width: 48%;
}
.bus_flex_title {
  position: relative;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #0051a7;
  padding-bottom: 16px;
  text-align: center;
}
.bus_flex_title::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0051a7;
}
.bus_flex_title span {
  font-size: 18px;
  margin-left: -10px;
}
.bus_flex_text {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.bus_flex_right {
  width: 48%;
  padding: 20px;
  background-color: #dfedff;
}
.bus_flex_subtitle {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #0051a7;
  text-align: center;
}
.bus_flex_subtitle span {
  font-size: 18px;
  margin-left: -10px;
}
.place {
  font-size: 24px;
  text-align: center;
  color: #0051a7;
  padding: 8px 10px;
  background-color: #fff;
  margin-top: 6px;
}
.place span {
  font-size: 18px;
  margin-left: -10px;
}
.bus_flex_cap {
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width:768px) {
  .bus_box {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 20px;
  }
  .bus_flex {
    display: block;
  }
  .bus_flex_left {
    width: 100%;
  }
  .bus_flex_title {
    font-size: 22px;
  }
  .bus_flex_title span {
    font-size: 14px;
  }
  .bus_flex_text {
    font-size: 16px;
    text-align: justify;
  }
  .bus_flex_right {
    width: 100%;
    padding:10px 30px;
  }
  .bus_flex_subtitle {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 4px;
  }
  .bus_flex_subtitle span {
    font-size: 14px;
  }
  .place {
    font-size: 22px;
    text-align: center;
    color: #0051a7;
    padding: 8px 10px;
    background-color: #fff;
    margin-top: 6px;
  }
  .place span {
    font-size: 14px;
    margin-left: -4px;
  }
  .bus_flex_cap {
    margin-top: 10px;
    font-size: 12px;
  }
}

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

dd {
  width: calc(100% - 53%);
  text-align: left;
}
.map {
  max-width: 1000px;
  margin: 100px auto 80px ;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  outline: 2px solid #80abff;
  outline-offset: -8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bottom_bg {
  position: relative;
  margin-top: 40px;

}
@media only screen and (max-width:768px) {
  .access_contents {
    padding-top: 40px;
  }
  .access_contents::after {
    height: 20vh;
  }
  .access_contents::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/access/bg_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height:1000px;
  }
  .section_title {
    font-size: 34px;
  }
  .section_text {
    font-size: 17px;
    margin-top: 20px;
    line-height: 2;
  }
  .flex {
    margin-top: 30px;
    display: block;
  }
  .flex_item_img {
    width: 100%;
  }
  .text_top {
    width: 100%;
  }
  .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: 26px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: center;
  }
  .text span.blue {
    color: #0051a7;
    font-size: 38px;
    letter-spacing: 0.05em;
  }
  .text_flex {
    display: flex;
    align-items: flex-start;
  }
  .station {
    font-size: 28px;
    letter-spacing: 0.01em;
  }
  .in_box {
    display: flex;
    align-items: center;
  }
  .time {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
  .time .num {
    color: #0051a7;
    font-size: 48px;
    letter-spacing: 0.05em;

  }
  .cap_s {
    font-size: 12px;
    margin-left: 2%;
    margin-top: 10px;
    text-align: left;
    line-height: 1;
    display: block;
  }
  .text_bottom {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  dl:first-of-type {
    margin-top: 0px;
  }
  dt {
    width: 100%;
    text-align: left;
    color: #000;
  }
  
  dd {
    width: 100%;
    text-align: left;
    line-height: 1;
  }
  .map {
    max-width: 800px;
    margin: 40px auto 40px ;
    padding: 30px;
  }
}