/* section-ttl
-----------------------*/
.section-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 26px;
  }
}
.section-ttl rt {
  margin-bottom: 1px;
  font-size: 12px;
}
.section-ttl span {
  color: #ff0000;
}

/* common-mv
-----------------------*/
.common-mv {
  background: url(../images/common/common_mv.jpg) no-repeat center/cover;
}

/* common-ank-area__list
-----------------------*/
.common-ank-area__list {
  max-width: 900px;
}
.common-ank-area__list li {
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .common-ank-area__list li {
    grid-column: span 6;
  }
}
@media screen and (max-width: 768px) {
  .common-ank-area__list li a {
    font-size: 12px;
  }
}

/* about
-----------------------*/
.about .about-ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0;
}
@media screen and (max-width: 768px) {
  .about .about-ttl {
    font-size: 20px;
  }
}
.about .about-ttl span {
  color: #f00000;
}
.about .about-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.about .about-list li {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .about-list li {
    padding: 15px;
    display: block;
  }
}
.about .about-list li:nth-of-type(even) {
  background: #fafafa;
}
.about .about-list li + li {
  border-top: 1px solid #000000;
}
.about .about-list li p,
.about .about-list li a {
  font-size: 14px;
}
.about .about-list li a {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.about .about-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.about .about-list li .list-ttl {
  font-weight: 700;
}
.about .about-list-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about .about-list-box {
    display: block;
  }
}
.about .about-list-box .box-item {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .about .about-list-box .box-item:nth-of-type(2) .about-list {
    border-top: 0;
  }
}
.about .about-note p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.about .about-note a {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  text-decoration: underline;
}
.about .about-note a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

/* about-detail
-----------------------*/
.about-detail {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .about-detail {
    margin-bottom: 50px;
  }
}
.about-detail .container {
  max-width: 800px;
}
.about-detail .about-list li p {
  width: calc(100% - 155px);
}
@media screen and (max-width: 768px) {
  .about-detail .about-list li p {
    width: 100%;
  }
}
.about-detail .about-list li p a {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  text-decoration: underline;
}
.about-detail .about-list li p a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.about-detail .about-list li .list-ttl {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .about-detail .about-list li .list-ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about-detail .about-list + .about-ttl {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about-detail .about-list + .about-ttl {
    margin-top: 35px;
  }
}
.about-detail .about-list.ticket-list li {
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .about-detail .about-list.ticket-list li {
    display: flex;
    padding: 15px;
  }
}
.about-detail .about-list.ticket-list li p,
.about-detail .about-list.ticket-list li a {
  width: calc(100% - 180px);
  text-align: right;
}
.about-detail .about-list.ticket-list li .list-ttl {
  width: 180px;
  text-align: left;
  margin-bottom: 0;
}
.about-detail .about-list-box {
  margin-bottom: 15px;
}

/* about-yakifes
-----------------------*/
.about-yakifes {
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-yakifes {
    margin-bottom: 60px;
  }
}
.about-yakifes__img-box {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about-yakifes__img-box {
    max-width: 800px;
    margin-bottom: 25px;
    padding: 0 20px;
    position: static;
    justify-content: center;
  }
}
.about-yakifes__img-box > div {
  width: 27%;
}
@media screen and (max-width: 1024px) {
  .about-yakifes__img-box > div {
    width: 60%;
  }
}
.about-yakifes__img-box > div img {
  width: 100%;
}
.about-yakifes__img-box .img-left {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1024px) {
  .about-yakifes__img-box .img-left {
    margin: 0 -3% 0 0;
  }
}
.about-yakifes__img-box .img-right {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .about-yakifes__img-box .img-right {
    margin: 6% 0 0 -3%;
  }
}
.about-yakifes__read {
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .about-yakifes__read {
    margin-bottom: 65px;
  }
}
.about-yakifes__read p {
  font-size: 12px;
  text-align: center;
}
.about-yakifes__read .read-item {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about-yakifes__read .read-item {
    font-size: 12px;
  }
}
.about-yakifes__read .read-item span {
  display: inline-block;
  background: #f00000;
  padding: 2px 20px;
}
.about-yakifes__read .read-item span:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-yakifes__list {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .about-yakifes__list {
    margin-bottom: 25px;
  }
}
.about-yakifes__list dt,
.about-yakifes__list dd {
  font-size: 12px;
}
.about-yakifes__list dt {
  color: #f00000;
  margin-bottom: 8px;
}
.about-yakifes__list dd {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about-yakifes__list dd {
    margin-bottom: 20px;
  }
}
.about-yakifes__box {
  max-width: 800px;
  margin: 0 auto;
}
.about-yakifes__box p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 25px;
}
.about-yakifes__box .point {
  font-size: 14px;
  font-weight: 700;
}
.about-yakifes__box .text-right {
  text-align: right;
  margin-bottom: 0;
}

/* about-yakiniku
-----------------------*/
.about-yakiniku {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .about-yakiniku {
    margin-bottom: 75px;
  }
}
.about-yakiniku__box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  max-width: 875px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__box {
    display: block;
  }
}
.about-yakiniku__box .box-item {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__box .box-item + .box-item {
    margin-top: 25px;
  }
}
.about-yakiniku__box + .about-yakiniku__box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__box + .about-yakiniku__box {
    margin-top: 25px;
  }
}
.about-yakiniku__box .img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__box .img-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about-yakiniku__box .img-pc {
    display: none;
  }
}
.about-yakiniku__list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__list li + li {
    margin-top: 35px;
  }
}
.about-yakiniku__list li .about-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__list li .about-ttl {
    font-size: 20px;
  }
}
.about-yakiniku__list li .about-ttl span {
  font-size: 32px;
  color: #f00000;
}
@media screen and (max-width: 768px) {
  .about-yakiniku__list li .about-ttl span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-yakiniku__list li .img-item {
    margin-top: 25px;
  }
}
.about-yakiniku__list li p {
  font-size: 12px;
}

/* about-list-box
-----------------------*/
.about-list-area {
  margin-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .about-list-area {
    margin-bottom: 95px;
  }
}
.about-list-area .about-ttl:first-of-type {
  margin-bottom: 10px;
}
.about-list-area .about-ttl + .about-note {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about-list-area .about-list-box .box-item:nth-of-type(1) .about-list {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 768px) {
  .about-list-area .about-list-box .box-item:nth-of-type(2) .about-list li:nth-of-type(odd) {
    background: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .about-list-area .about-list-box .box-item:nth-of-type(2) .about-list li:nth-of-type(even) {
    background: #f5f5f5;
  }
}
.about-list-area .about-list-box .about-list li:nth-of-type(odd) {
  background: #f5f5f5;
}
.about-list-area .about-list-box .about-list li:nth-of-type(even) {
  background: #FFFFFF;
}
.about-list-area .about-list-box .about-list li + li {
  border-top: 1px solid #dcdcdc;
}
.about-list-area__text {
  text-align: center;
  color: #f00000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
.about-list-area__text + .about-ttl {
  margin-top: 75px;
}

/* access
-----------------------*/
.access.bg-blue {
  background: #fafafd;
}
.access__note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.access__note li.point {
  color: #f00000;
}
.access__text {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.access__text .point {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .access__text .point {
    font-size: 14px;
  }
}
.access__text .line {
  background: linear-gradient(transparent 60%, #ffff00 40%);
}
.access__btn {
  max-width: 300px;
  margin: 0 auto;
}
.access__btn a {
  display: block;
  background: #000000;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.access__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .access__btn a {
    font-size: 12px;
  }
}
.access__ank-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .access__ank-list {
    gap: 20px;
  }
}
.access__ank-list li {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .access__ank-list li {
    width: 100px;
  }
}
.access__ank-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.access__ank-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .access__ank-list li a {
    font-size: 12px;
  }
}
.access .sub-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .access .sub-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.access .sub-ttl span {
  color: #f00000;
}
.access__info-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .access__info-box {
    max-width: 400px;
    display: block;
  }
}
.access__info-box .box-item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .access__info-box .box-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .access__info-box .box-item + .box-item {
    margin-top: 30px;
  }
}
.access__info-box .box-list {
  margin-bottom: 10px;
}
.access__info-box.type-01 .box-list {
  border-top: 1px solid #000000;
}
.access__info-box.type-01 .box-list li {
  border-bottom: 1px solid #000000;
  padding: 8px 10px;
}
.access__info-box.type-01 dt,
.access__info-box.type-01 dd,
.access__info-box.type-01 p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dt,
  .access__info-box.type-01 dd,
  .access__info-box.type-01 p {
    font-size: 14px;
  }
}
.access__info-box.type-01 dl {
  display: flex;
  justify-content: center;
}
.access__info-box.type-01 dl dt {
  width: 205px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dl dt {
    width: 180px;
    margin-right: 20px;
  }
}
.access__info-box.type-01 dl dd {
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dl dd {
    width: 60px;
  }
}
.access__info-box.type-02 .box-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.access__info-box.type-02 .box-list li:nth-of-type(even) {
  background: #f5f5fa;
}
.access__info-box.type-02 .box-list li + li dt,
.access__info-box.type-02 .box-list li + li dd {
  border-top: 1px solid #dcdcdc;
}
.access__info-box.type-02 .box-list dl {
  display: flex;
}
.access__info-box.type-02 .box-list dt,
.access__info-box.type-02 .box-list dd {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-02 .box-list dt,
  .access__info-box.type-02 .box-list dd {
    font-size: 12px;
  }
}
.access__info-box.type-02 .box-list dt {
  border-right: 1px solid #000000;
}
.access__info-box .access__note li {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .access__info-box .access__note li {
    font-size: 12px;
  }
}

/* map
-----------------------*/
.map {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .map {
    margin-bottom: 50px;
  }
}
.map .map-ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .map .map-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.map .map-ttl span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .map .map-ttl span {
    font-size: 12px;
  }
}
.map__area {
  height: 490px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .map__area {
    height: 215px;
    margin-bottom: 40px;
  }
}
.map__area iframe {
  width: 100%;
  height: 100%;
}
.map__img {
  max-width: 960px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .map__img {
    margin-bottom: 5px;
  }
}
.map .access__note {
  max-width: 960px;
  margin: 0 auto;
}

/* car
-----------------------*/
.car {
  margin-bottom: 130px;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .car {
    margin-bottom: 60px;
    padding: 50px 0;
  }
}
.car .section-ttl p {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .car .section-ttl p {
    padding: 40px 0 30px;
  }
}
.car .section-ttl::before {
  content: "";
  display: block;
  width: 58px;
  height: 40px;
  background: url(../images/access/icn_cer.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .car .section-ttl::before {
    width: 40px;
    height: 28px;
  }
}
.car__img {
  max-width: 840px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .car__img {
    margin-bottom: 40px;
  }
}
.car__parking-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 960px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .car__parking-list {
    display: block;
  }
}
.car__parking-list li {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .car__parking-list li + li {
    margin-top: 40px;
  }
}
.car__parking-list li > p {
  font-size: 12px;
  margin-bottom: 10px;
}
.car__parking-list li .parking-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.car__parking-list li .parking-ttl .main {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .parking-ttl .main {
    font-size: 14px;
  }
}
.car__parking-list li .parking-ttl .badge {
  background: #0292fd;
  line-height: 1.0;
  padding: 8px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .parking-ttl .badge {
    font-size: 12px;
  }
}
.car__parking-list li .car-map {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .car-map {
    height: 215px;
  }
}
.car__parking-list li .car-map iframe {
  width: 100%;
  height: 100%;
}
.car .access__btn {
  max-width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .car .access__btn {
    max-width: 240px;
  }
}

/* bus
-----------------------*/
.bus {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .bus {
    margin-bottom: 60px;
  }
}
.bus .section-ttl {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .bus .section-ttl {
    padding: 40px 0 30px;
  }
}
.bus .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 39px;
  background: url(../images/access/icn_bus.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bus .section-ttl::before {
    width: 48px;
    height: 27px;
  }
}
.bus__img {
  max-width: 800px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .bus__img {
    margin-bottom: 50px;
  }
}
.bus .bus__btn-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bus .bus__btn-list {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bus .bus__btn-list li + li {
    margin-top: 20px;
  }
}
.bus .access__btn {
  width: 195px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bus .access__btn {
    width: 100%;
    margin: 0 auto;
  }
}

/* train
-----------------------*/
.train {
  margin-bottom: 80px;
  padding: 80px 0 75px;
}
@media screen and (max-width: 768px) {
  .train {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
.train .section-ttl {
  padding: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .train .section-ttl {
    padding: 45px 0 30px;
  }
}
.train .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 48px;
  background: url(../images/access/icn_train.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .train .section-ttl::before {
    width: 39px;
    height: 27px;
  }
}
.train__img {
  max-width: 840px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .train__img {
    margin-bottom: 25px;
  }
}

/* shuttle-bus
-----------------------*/
.shuttle-bus {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus {
    margin-bottom: 55px;
  }
}
.shuttle-bus .section-ttl {
  padding: 75px 0 30px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .section-ttl {
    padding: 50px 0 30px;
  }
}
.shuttle-bus .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 55px;
  background: url(../images/access/icn_shuttle_bus.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .shuttle-bus .section-ttl::before {
    width: 40px;
    height: 31px;
  }
}
.shuttle-bus__img {
  max-width: 800px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus__img {
    margin-bottom: 50px;
  }
}
.shuttle-bus__route-img {
  max-width: 600px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus__route-img {
    margin-bottom: 45px;
  }
}

/* taxi
-----------------------*/
.taxi {
  margin-bottom: 80px;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .taxi {
    margin-bottom: 55px;
    padding: 60px 0;
  }
}
.taxi .section-ttl {
  padding: 65px 0 30px;
}
@media screen and (max-width: 768px) {
  .taxi .section-ttl {
    padding: 45px 0 30px;
  }
}
.taxi .section-ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 44px;
  background: url(../images/access/icn_taxi.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .taxi .section-ttl::before {
    width: 40px;
    height: 28px;
  }
}
.taxi__route-img {
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .taxi__route-img {
    margin-bottom: 35px;
  }
}

/* bnr-area
-----------------------*/
.bnr-area {
  margin-bottom: 120px;
}
.bnr-area__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-area__list {
    gap: 30px 4%;
  }
}
.bnr-area__list li {
  grid-column: span 6;
}
.bnr-area__list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.bnr-area__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

/*# sourceMappingURL=about.css.map */
