#main article .content-detail {
  width: 92%;
  max-width: 1000px;
  height: auto;
  background: none;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}

#main article .content-detail-largeimage {
  width: 98%;
  max-width: 1260px;
  height: auto;
  background: none;
  margin: 0 auto;
  position: relative;
}
#intro {
  background: #231f21 url(../img/top/bg1.png) no-repeat;
  background-size: 376px;
  background-position: top right;
}
#intro .introList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 80px;
  margin-bottom: 80px;
}
#intro .introList .block {
  position: relative;
}
#intro .introList .block:after {
  content: '';
  display: block;
  background: url(../img/top/img_x.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#intro .introList .block:nth-child(3n):after {
  content: none;
}
#intro .re1-text {
  text-align: center;
}
#intro .re1-text h2 {
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
}
#intro .re1-text p {
  color: #fff;
  font-size: 17px;
}
#intro .re1-text .btn-req {
  width: 420px;
  margin: 30px auto 50px;
}
#intro .re1-text .btn-req a {
  transition: .7s;
}
#intro .re1-text .btn-req a:hover {
  opacity: .7;
}
#intro .img-req figcaption {
  text-align: right;
  margin: 10px 0 0;
  color: #fff;
}
#intro2 {
  background: url(../img/top/bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#intro2 .title {
  width: 524px;
  margin: 0 auto 50px;
}
#intro2 h3 {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.6;
}
#intro2 p {
  color: #000;
  font-size: 17px;
  line-height: 2;
}
#intro3 p {
  font-size: 26px;
  color: #000;
  line-height: 1.4;
}
#design {
  background: url(../img/top/bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 110px;
}
#design .section-img,
#location .section-img,
#access .section-img,
#plan .section-img {
  width: 100%;
  height: auto;
}
#design .text1 p {
  color: #333;
  font-size: 18px;
  text-align: left;
  margin: 0 0 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.bottomMapTxt{
  margin-top: -90px;
}
#design .btn-more,
#location .text1 .btn-more,
#access .flex .text .btn-more,
#plan .flex .text .btn-more {
  width: 250px;
  margin: 40px 0 0;
}
#design .btn-more a,
#location .text1 .btn-more a,
#access .flex .text .btn-more a,
#plan .flex .text .btn-more a {
  transition: .7s;
}
#design .btn-more a:hover,
#location .text1 .btn-more a:hover,
#access .flex .text .btn-more a:hover,
#plan .flex .text .btn-more a:hover {
  opacity: .7;
}
#location {
  background: #231f21;
}
#location .text1 {
  background: url(../img/top/img06.png) no-repeat;
  background-position: right top;
  background-size: 620px;
}
@media (min-width: 751px) {
  #location .text1 {
    min-height: 602px;
  }
}
#location .text1 p {
  color: #ccc;
  font-size: 18px;
  text-align: left;
  margin: 0 0 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#location .location-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
#location .location-list figcaption {
  text-align: right;
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
}
#access {
  background: url(../img/top/bg5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#access .flex,
#plan .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#access .flex .img,
#plan .flex .img {
  width: 500px;
}
#access .flex .text,
#plan .flex .text {
  width: calc(100% - 540px);
}
#access .flex .text p {
  color: #000;
  font-size: 18px;
  text-align: left;
  margin: 0 0 1em;
  padding-left: 1em;
  text-indent: -1em;
  white-space: pre;
}
#plan {
  background: #231f21;
}
#plan .flex .text p {
  color: #ddd;
  font-size: 18px;
  text-align: left;
  margin: 0 0 1em;
  padding-left: 1em;
  text-indent: -1em;
  white-space: pre;
}
#plan .flex .img {
  order: 2;
}
#plan .flex .text {
  order: 1;
}

@media (max-width: 750px) {
  #access .flex,
  #plan .flex {
    display: block;
  }
  #intro .introList {
    grid-template-columns: 1fr 1fr;
  }
  #intro .introList .block:nth-child(3n):after {
    content: '';
  }
  #intro .introList .block:nth-child(2n):after {
    content: none;
  }
  #intro .re1-text .btn-req {
    width: 80%;
  }
  #intro2 .title {
    width: 320px;
  }
  #location .text1 {
    background: url(../img/top/img06.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 580px;
  }
  #location .location-list {
    grid-template-columns: 1fr 1fr;
  }
  #access .flex .img,
  #plan .flex .img {
    margin: 0 auto 20px;
  }
}
