@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- 共通
- kotsu_sec
- train_sec
---------------------- */
/*=======================================
　kotsu_sec
=======================================*/
.kotsu_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .kotsu_sec {
    margin-bottom: 60px;
  }
}
.kotsu_sec .ggmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 50px;
}
.kotsu_sec .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kotsu_sec .access_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20.5px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info {
    margin-bottom: 50px;
  }
}
.kotsu_sec .access_info dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info dl {
    grid-template-columns: 85px 1fr;
  }
}
.kotsu_sec .access_info dl dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #8A5858;
  text-align: center;
  padding-bottom: 20.5px;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info dl dt {
    font-size: 14px;
  }
}
.kotsu_sec .access_info dl dd {
  border-bottom: solid 1px #CBCBCB;
  padding-bottom: 20.5px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info dl dd {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.kotsu_sec .access_info dl:nth-child(2) {
  width: 47.7777777778%;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info dl:nth-child(2) {
    width: 100%;
  }
}
.kotsu_sec .access_info dl:nth-child(3) {
  width: 47.7777777778%;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .access_info dl:nth-child(3) {
    width: 100%;
  }
}
.kotsu_sec .sttl_01 {
  color: #4B3D3D;
  margin-bottom: 50px;
}
.kotsu_sec .movie {
  max-width: 670px;
  margin: 0 auto;
}
.kotsu_sec .movie iframe {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .kotsu_sec .movie iframe {
    width: 100%;
    height: 51vw;
  }
}

/*=======================================
　train_sec
=======================================*/
.train_sec {
  margin-bottom: 195px;
}
@media screen and (max-width: 768px) {
  .train_sec {
    margin-bottom: 100px;
  }
}
.train_sec .sttl_01 {
  color: #4B3D3D;
  margin-bottom: 50px;
}
.train_sec .sttl_02 {
  display: block;
  color: #A18679;
  line-height: 1.75;
  margin-bottom: 40px;
}
.train_sec .flow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 4%;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area {
    gap: 40px 4%;
    translate: 2% 0;
  }
}
.train_sec .flow_area .flow {
  width: 48%;
  /* &::after {
       @include mq-down(md) {
       content: "";
       display: inline-block;
       background: url("../img/access/arrow.svg") no-repeat center;
       background-size: cover;
       width: 8px;
       height: 15px;
       position: absolute;
       top: 50%;
       right: 0;
       transform: translateY(-50%);
       }
   }*/
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow {
    position: relative;
  }
}
.train_sec .flow_area .flow:nth-of-type(1) .img::after, .train_sec .flow_area .flow:nth-of-type(3) .img::after, .train_sec .flow_area .flow:nth-of-type(5) .img::after, .train_sec .flow_area .flow:nth-of-type(7) .img::after {
  content: "";
  display: inline-block;
  background: url("../img/access/arrow.svg") no-repeat center/contain;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow:nth-of-type(1) .img::after, .train_sec .flow_area .flow:nth-of-type(3) .img::after, .train_sec .flow_area .flow:nth-of-type(5) .img::after, .train_sec .flow_area .flow:nth-of-type(7) .img::after {
    width: 12px;
    height: 22.5px;
    right: -6px;
  }
}
.train_sec .flow_area .flow .img {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow .img {
    margin-bottom: 10px;
  }
}
.train_sec .flow_area .flow .img img {
  width: 90.9090909091%;
}
.train_sec .flow_area .flow .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.train_sec .flow_area .flow .text .num {
  max-width: 51px;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow .text .num {
    max-width: 25px;
  }
}
.train_sec .flow_area .flow .text p {
  font-size: 16px;
  padding-right: 9.0909090909%;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow .text p {
    font-size: 14px;
    width: 100%;
  }
}
.train_sec .flow_area .flow:last-child .img::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .train_sec .flow_area .flow:last-child::after {
    display: none;
  }
}/*# sourceMappingURL=access.css.map */