@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 detail page
------------------------------------------------------------ */
.u-arw__r--play.-blue {
  color: #005395;
}

main {
  overflow-x: hidden;
}

.myIframeWrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.myIframeWrap .myIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  color: #3B3736;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ttl {
    margin-bottom: 2rem;
  }
}

.p-ttl_s {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3B3736;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-ttl_s {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-ttl_s {
    font-size: 1.8rem;
  }
}

.p-txt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-txt {
    font-size: 1.5rem;
  }
}

.f-bold_m {
  font-weight: 500;
}

.f-bold_b {
  font-weight: 700;
}

.p-sec {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .p-sec {
    margin-top: 5rem;
  }
}
.p-sec__ttlBox {
  text-align: center;
}
.p-sec__ttlBox picture {
  width: 12%;
  max-width: 60px;
  min-width: 40px;
  margin: 0 auto;
}

.p-twin {
  display: flex;
}

.p-br {
  display: inline-block;
}

.p-cursor {
  cursor: pointer;
}

.imgBox img {
  width: 100%;
}

.wrap {
  margin: 4rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .wrap {
    margin: 3rem 0 5rem;
  }
}

.p-main__ttlBox {
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-main__ttlBox {
    padding-top: 2.5rem;
  }
}
.p-main__ttlBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1200px + (50% - 1200px) / 2);
  margin-right: calc((50% - 1200px) / 2);
  border-radius: 0 20px 0 0;
  height: 80vh;
  max-height: 400px;
  background-color: #DFECE4;
  z-index: -10;
}
@media only screen and (max-width: 1330px) {
  .p-main__ttlBox::after {
    width: 70%;
    margin-right: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__ttlBox::after {
    width: 100%;
    max-height: 80vh;
  }
}
.p-main__ttl {
  margin-left: calc((100% - 1200px) / 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1330px) {
  .p-main__ttl {
    width: 95%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__ttl {
    width: 100%;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-main__item {
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #707070;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-main__item {
    padding: 2rem;
  }
}
.p-main__item__intro {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-main__item__intro {
    flex-direction: column;
  }
}
.p-main__item__intro .imgBox {
  flex-basis: 45%;
}
.p-main__item__intro .txtBox {
  flex-basis: 51%;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
.p-main__item__intro .txtBox .p-btn {
  display: inline-block;
  margin-top: 1.6vw;
}
@media only screen and (max-width: 768px) {
  .p-main__item__intro .txtBox .p-btn {
    margin-top: 2rem;
  }
}
.p-main__item__intro .txtBox .p-btn:hover {
  opacity: 1;
}
.p-main__item__intro .txtBox .p-btn:hover .c-arwR {
  transform: translateX(5px);
  background-color: #e6d100;
  transition: 0.3s;
}
.p-main__item__intro .txtBox .p-linkBtn {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-main__item__intro .txtBox .p-linkBtn {
    margin-top: 1.4rem;
  }
}
.p-main__item__intro .txtBox .p-linkBtn a {
  font-size: 92%;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  width: 38rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-main__item__intro .txtBox .p-linkBtn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.p-main__item__intro .txtBox .p-linkBtn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFE800;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.p-main__item__intro .txtBox .p-linkBtn a:hover {
  opacity: 1;
}
.p-main__item__intro .txtBox .p-linkBtn a:hover:before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-main__item__intro .txtBox .p-linkBtn a {
    font-size: 94%;
    padding: 0.7rem 1.5rem;
    width: 100%;
  }
}
.p-main__item__intro .txtBox .p-linkBtn a p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
.p-main__item__info {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-main__item__info {
    margin: 4rem 0 0;
  }
}
.p-main__item__info .imgBox {
  flex-basis: 18.5%;
}
@media only screen and (max-width: 768px) {
  .p-main__item__info .imgBox {
    flex-basis: 20%;
  }
}
.p-main__item__info .txtBox {
  flex-basis: 80%;
}
@media only screen and (max-width: 768px) {
  .p-main__item__info .txtBox {
    flex-basis: 78%;
  }
}
.p-main__item__info .txtBox .info_tel {
  display: inline-block;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .p-main__item__info .txtBox .info_tel .u-twin {
    gap: 0.4rem;
  }
}
.p-main__item__info .txtBox .info_tel__call__img {
  width: 5rem;
  height: 3rem;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .p-main__item__info .txtBox .info_tel__call__img {
    width: 3.2rem;
    height: auto;
  }
}
.p-main__item__info .txtBox .info_tel__call__img img {
  width: 100%;
}
.p-main__item__info .txtBox .info_tel__call__numb {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-main__item__info .txtBox .info_tel__call__numb {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-main__item__info .txtBox .info_tel__call__numb {
    font-size: 2.4rem;
  }
}
.p-main__item__info .txtBox .info_in p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.46;
  padding: 3px 0;
}
@media (max-width: 768px) {
  .p-main__item__info .txtBox .info_in p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-main__item__info .txtBox .info_in p {
    font-size: 1.4rem;
  }
}
.p-main__item__note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46;
  background-color: #FFFAF2;
  padding: 2rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-main__item__note {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-main__item__note {
    font-size: 1.1rem;
  }
}

.p-store__item {
  width: calc(1200px + (100% - 1200px) / 2);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1330px) {
  .p-store__item {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-store__item {
    display: block;
  }
}
.p-store__item .imgBox {
  flex-basis: 72%;
  display: flex;
  justify-content: space-between;
}
.p-store__item .imgBox picture {
  flex-basis: 48%;
}
.p-store__item .txtBox {
  flex-basis: 25%;
}
@media only screen and (max-width: 768px) {
  .p-store__item .txtBox {
    margin-bottom: 1.6rem;
  }
}
.p-store__item.-item01 {
  margin-right: calc((100% - 1200px) / 2);
  border-radius: 0 20px 0 0;
  background-color: #ECF4F8;
  padding: 5rem 5rem 5rem 5%;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1330px) {
  .p-store__item.-item01 {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-store__item.-item01 {
    width: 95%;
    margin-right: 5%;
    padding: 3rem 5%;
  }
}
.p-store__item.-item02 {
  margin-left: calc((100% - 1200px) / 2);
  border-radius: 20px 0 0 0;
  background-color: #F8ECF1;
  margin-top: 5.6rem;
  padding: 5rem 5% 5rem 5rem;
}
@media only screen and (max-width: 1330px) {
  .p-store__item.-item02 {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-store__item.-item02 {
    width: 95%;
    margin-left: 5%;
    padding: 3rem 5%;
    margin-top: 2rem;
  }
}
.p-store__item__ttl {
  text-align: center;
  font-size: min(2vw, 2.8rem);
  line-height: 1.36;
  letter-spacing: 0.08em;
  margin: 1rem 0 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-store__item__ttl {
    font-size: 2.2rem !important;
    margin: 0 0 2.4rem;
  }
}
.p-store__item__ttl.-item01 {
  color: #C5D4DC;
}
.p-store__item__ttl.-item02 {
  color: #E6D3DC;
}
.p-store__item__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-store__item__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-store__item__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1330px) {
  .p-store__item__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1330px) and (max-width: 768px) {
  .p-store__item__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1330px) and (max-width: 768px) {
  .p-store__item__txt {
    font-size: 1.4rem;
  }
}

.p-access__item {
  background-color: #F5F5F5;
  border: solid 1px #707070;
}
.p-access__item__map {
  width: 100%;
}
.p-access__item__map iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .p-access__item__map iframe {
    height: 400px;
  }
}
.p-access__item__info {
  display: flex;
  justify-content: space-between;
  padding: 5rem;
}
@media only screen and (max-width: 1330px) {
  .p-access__item__info {
    padding: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-access__item__info {
    display: block;
    padding: 2rem;
  }
}
.p-access__item__info > div {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1330px) {
  .p-access__item__info > div {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-access__item__info > div {
    height: auto;
  }
}
.p-access__item__info__train {
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .p-access__item__info__train {
    margin-bottom: 2.4rem;
  }
}
.p-access__item__info__car {
  flex-basis: 56%;
}
.p-access__item .p-twin {
  margin-right: 2%;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-access__item .p-twin {
    height: auto;
  }
}
.p-access__item .p-twin__img {
  width: 28px;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-access__item .p-twin__img {
    width: 2rem;
    margin-right: 0.6rem;
    margin-top: 2px;
  }
}
.p-access__item .p-twin__txt {
  white-space: nowrap;
}
.p-access__infoBox p {
  padding-top: 0.7rem;
  line-height: 1.625;
}
@media only screen and (max-width: 1330px) {
  .p-access__infoBox p {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-access__infoBox p {
    font-size: 1.3rem;
  }
}
.p-access .c-bottom-btn {
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-access .c-bottom-btn {
    margin-top: 1rem;
  }
}
.p-access .c-bottom-btn a {
  padding: 1.2rem 2rem;
  line-height: 1.2;
}

.p-video {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-video {
    margin-top: 3rem;
  }
}

.p-other {
  padding: 4rem 0 6rem;
  background-color: #F3F3F3;
}
.p-other__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-other__list {
    grid-template-columns: 1fr;
  }
}
.p-other__list a {
  display: block;
  border: solid 2px #72B045;
  background-color: #fff;
  padding: 1.5rem;
}
.p-other__list h4 {
  text-align: center;
  line-height: 1.2;
  margin: 1.2rem 0 1rem;
}

/* modal */
body.on,
html.on {
  overflow: hidden;
}

.modal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.modal__content-in {
  width: 100%;
  height: auto;
  max-height: 85vh;
  min-height: 300px;
  overflow-y: scroll;
  border-radius: 20px;
  box-shadow: -1px 0px 5px #dedede, 0px 0px 10px #dedede;
  background: #fff;
}
.modal__content-in-inner {
  padding: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .modal__content-in-inner {
    padding: 3rem 1rem;
  }
}
.modal .close-btn {
  position: absolute;
  font-weight: bold;
  top: 6px;
  right: 6px;
  left: auto;
  height: 30px;
  width: 30px;
  z-index: 9999;
  cursor: pointer;
}
.modal .close-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #121212;
  transform: rotate(-45deg);
}
.modal .close-btn::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #121212;
  transform: rotate(45deg);
}
.modal .close-btn span {
  display: none;
}
.modal .modalTtl {
  margin-bottom: 0.8rem;
  text-align: center;
}
.modal .modalImgBox {
  text-align: center;
}
.modal .modalImgBox:not(:first-child) {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .modal .modalImgBox:not(:first-child) {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */