@charset "utf-8";

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */
 
body.layout-lower
#visual {
  position: relative;
  background: url("../../shinkoiwa2/_image/access/visual-lower.jpg?20260625") no-repeat;
  background-size: cover;
  background-position: center;
}
body.layout-lower
#visual .body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
body.layout-lower
#visual div.body .visual-title {
  font-size: 40px;
  color: #fff;
}

@media screen and (min-width:768px) {
body.layout-lower
#visual {
  position: relative;
  background: url("../../shinkoiwa2/_image/access/visual-lower.jpg?20260625") no-repeat;
  background-size: cover;
  background-position: center;
}

body.layout-lower
#visual .body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 414px;
}

body.layout-lower
#visual div.body .visual-title {
  font-size: 80px;
  color: #fff;
}

}

/** ***************************************************************************
 * アクセスマップ
 * ************************************************************************* */
 
@media screen and (max-width: 767px){
.br-sp {
  display: block;
}
}


#access {}
#access.access {}

#access.access ~ #bus.access {
  margin-top: 0;
  padding-top: 0;
}

#access.access div.body {
  margin: 0 auto;
}

.access {
  padding: 40px 0;
  overflow: hidden;
}

.access__inner {
  width: 100%;
}

.access__heading {
  text-align: center;
  margin-bottom: 32px;
}

.access__heading-title {
  /*display: inline-block;*/
  text-align: center;
  font-size: 1.786em;
  letter-spacing: .15em;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
  position: relative;
}
.access__heading p.text {
  font-size: 1em;
  text-align: left;
}
.access .detail {
  margin-top: 35px;
}
.access .image {
  text-align: center;
}


@media screen and (min-width:768px) {

.access {
  padding: 80px 0;
  overflow: hidden;
}
.access .detail {
  margin-top: 55px;
}

.access .detail .inner {
  max-width: 920px;
  margin: 20px auto 0;
}

.access__heading p.text {
  font-size: 1.143em;
  text-align: center;
}
}

/**
 * 詳細（エリア画像）
 */

#access.access div.detail ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 460px;
  margin: 0 auto;
}

#access.access div.detail ul.list li {
/*  width: calc(100% / 2);*/
  width: 47%;
  min-height: auto;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#access.access div.detail ul.list li:nth-of-type(even) {
  border-left: unset;
}

@media screen and (min-width:768px) {

  #access.access div.detail ul.list {
    max-width: none;
  }
  #access.access div.detail ul.list li {
    width: calc(100% / 4);
    margin: 5px 0;
    min-width: 230px;
    min-height: 223px;
  }

}

/**
 * 詳細 見出しタイトル
 */

#access.access div.detail p.text {
  text-align: center;
}

#access.access div.detail p.text small {
  font-size: 1em;
}


/**
 * 詳細（駅からのアクセス）
 */

#access.access div.detail ul.list-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 0.5em;
}

#access.access div.detail ul.list-1 li {
  width: calc(100% / 2);
  min-height: 123px;
  margin: 5px 0;
  padding: 0 15px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#access.access div.detail ul.list-1 li img {
  width: auto;
  height: clamp(80px, 10vw, 100px);
}

#access.access div.detail ul.list-1 li:nth-of-type(even) {
  border-left: unset;
}

@media screen and (min-width:768px) {

  #access.access div.detail ul.list-1 li {
    width: calc(100% / 4);
    min-width: 230px;
    min-height: 123px;
  }

  #access.access div.detail ul.list-1 li:nth-of-type(even) {
    border-left: 1px solid #000000;
  }

  #access.access div.detail ul.list-1 li:nth-of-type(4n+1) ~ li {
    margin-left: -1px;
  }

}

