@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    sumai plaza page
------------------------------------------------------------ */
.c-bcrumb {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    margin-top: 1rem;
  }
}

.p-mv {
  padding-top: 1px;
}
.p-mv__trck {
  pointer-events: none;
  width: 53%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 80%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-top: 3.1rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-top: 2.2rem;
    width: 3rem;
  }
}

.p-cont__list {
  margin: 4rem 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-cont__list__item h4 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-cont__list__item h4 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-cont__list__item h4 {
    font-size: 1.9rem;
  }
}
.p-cont__list__item p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-cont__list__item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__list__item p {
    font-size: 1.6rem;
  }
}
.p-cont__list__item__btn {
  width: 100%;
  color: #ffffff;
  display: block;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  z-index: 1;
}
.p-cont__list__item__btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.p-cont__list__item__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #999999;
  transition: all 0.3s;
  border-radius: 9px;
  z-index: -1;
}
.p-cont__list__item__btn:hover {
  opacity: 1;
}
.p-cont__list__item__btn:hover:before {
  width: 100%;
}
.p-cont__list__item__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.p-cont__list__item__btngrn {
  background-color: #96B79F;
}
.p-cont__list__item__btnblu {
  background-color: #A3B5BF;
}
.p-cont__bot {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 12rem 0 3rem;
}
@media (max-width: 768px) {
  .p-cont__bot {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-cont__bot {
    font-size: 1.7rem;
  }
}

.p-sumai__a {
  opacity: 1;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-sumai__a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

.p-other {
  background-color: rgba(197, 212, 220, 0.5);
  padding: 4rem 0;
}
.p-other__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-other__ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-other__ttl {
    font-size: 2.2rem;
  }
}
.p-other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0 12rem;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-other__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding: 0;
    gap: 2rem;
  }
}
.p-other__list__item {
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px;
}
.p-other__txt {
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #ffffff;
  padding: 3rem;
  margin: 4rem 12rem;
  border-radius: 10px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-other__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-other__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-other__txt {
    margin: 2rem 0;
  }
}

.p-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
  height: 100%;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-card {
    gap: 2rem;
    padding: 2rem;
  }
}
.p-card h4 {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .p-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-card h4 {
    font-size: 1.8rem;
  }
}
.p-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-card__img {
    height: 25rem;
  }
}
.p-card__img picture {
  width: 80%;
}
.p-card__btn {
  background-color: #E6D3DB;
  max-width: 38rem;
  width: 100%;
  margin: 2rem auto 0;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-card__btn {
    min-width: unset;
    margin: 0;
    width: 100%;
  }
}
.p-card__btn .u-icon {
  position: absolute;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  font-size: 0.7rem;
}
.p-card__btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.p-card__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #d4b2c0;
  transition: all 0.3s;
  border-radius: 9px;
  z-index: -1;
}
.p-card__btn:hover {
  opacity: 1;
}
.p-card__btn:hover:before {
  width: 100%;
}
.p-card__btn:hover .u-icon {
  transform: translateX(0.5rem);
  transition: 0.3s;
}
.p-card__btn p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.1;
  text-align: center;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .p-card__btn p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-card__btn p {
    font-size: 1.7rem;
  }
}
.p-card__btn p sup {
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */