@charset "UTF-8";


.p-map_title {
  text-align: center;
  color: #023aa7;
  font-size: 32px;
  font-weight: bold;
}
.p-map_title span{
  position: relative;
  z-index: 1;
}
.p-map_title .p-map_title_train:before{
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  background: url(../img/campuslife/map/icon_train.svg) 0 0 no-repeat;
  width: 26px;
  height: 37px;
  top: 5px;
  left: 0;
  margin: 0 18px 0 0;
}


.p-map_campus_img {
  width: 80%;
  margin: 70px auto 80px;
}

.p-map_campus_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-map_campus_icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-map_campus_icons.--col3 li {
  padding-left: 89px;
}
.p-map_campus_icons li {
  width: 100%;
  position: relative;
  padding-left: 35px;
}
.p-map_campus_icons .number {
  position: absolute;
  top: 0.3em;
  width: 24px;
  height: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #023aa7;
  font-style: normal;
  font-weight: bold;
}
.p-map_campus_icons .number.--1 {
  left: 0;
}
.p-map_campus_icons .number.--2 {
  left: 27px;
}
.p-map_campus_icons .number.--3 {
  left: 54px;
}

.p-map_facility {
  margin-top: 200px;
}
.p-map_facility .p-map_title {
  margin-bottom: 60px;
}

.p-map_facility_item + .p-map_facility_item {
  margin-top: 100px;
}

.p-map_facility_title {
  background: #e1e9f8;
  color: #023aa7;
  font-size: 28px;
  padding: 5px 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-map_facility_text {
  margin-top: 50px;
}
.p-map_facility_text.--mtnone {
  margin-top: 0;
}

.p-map_facility_btn {
  margin-top: 70px;
  text-align: center;
}

/*---------------------------------------------------------
  PC
---------------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .p-map_campus_img {
    width: 80%;
    margin: 70px auto 80px;
  }
  .p-map_campus_detail {
    flex-wrap: wrap;
  }
  .p-map_campus_icons {
    width: 48%;
  }
  .p-map_campus_icons:first-child {
    order: 1;
  }
  .p-map_campus_icons:nth-child(2) {
    order: 3;
    padding-left: 55px;
  }
  .p-map_campus_icons:last-child {
    order: 2;
  }
}
.p-map_access {
  margin-top: 140px;
}
.p-map_access.sample::before {
  background: #b5cdfa;
  width: calc(100% - 100px);
  left: 100px;
}

.p-map_access_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px auto 50px;
}

.p-map_access_item {
  width: 32%;
  background: #fff;
  position: relative;
  padding: 40px;
}
.p-map_access_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #023aa7 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-map_access_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-map_access_title img {
  display: inline-block;
  /* width: 33px; */
  margin-right: 15px;
}

.p-map_access_text {
  color: rgba(0, 0, 0, 0.8);
}
.p-map_access_map{
  margin-top: 50px;
}
.p-map_access_map iframe {
  width: 100%;
  height: 600px;
}

.p-map_access_btn{
    text-align: center;
    margin-top: 50px;
}


@media screen and (max-width: 1000px) {
  .p-map_access.sample::before {
    width: calc(100% - 50px);
    left: 50px;
  }
  .p-map_access_item {
    width: 100%;
    padding: 20px 40px;
  }
  .p-map_access_item + .p-map_access_item {
    margin-top: 20px;
  }
  .p-map_access_title {
    margin-bottom: 15px;
  }
}
/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/
/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-map_title {
    font-size: 25px;
  }
  .p-map_title .p-map_title_train:before{
    background-size: 100% auto;
    width: 21px;
    height: 30px;
    top: 7px;
    margin: 0 11px 0 0;
  }

  .p-map_campus_img {
    width: 100%;
    margin: 20px auto 30px;
  }
  .p-map_campus_icons {
    width: 100%;
  }
  .p-map_campus_icons:first-child {
    order: 1;
  }
  .p-map_campus_icons:nth-child(2) {
    order: 2;
    padding-left: 45px;
  }
  .p-map_campus_icons:last-child {
    order: 3;
    padding-left: 45px;
  }
  .p-map_campus_icons.--col3 li {
    padding-left: 75px;
  }
  .p-map_campus_icons li {
    padding-left: 30px;
  }
  .p-map_campus_icons .number {
    top: 0.1em;
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  .p-map_campus_icons .number.--1 {
    left: 0;
  }
  .p-map_campus_icons .number.--2 {
    left: 22px;
  }
  .p-map_campus_icons .number.--3 {
    left: 45px;
  }
  .p-map_facility {
    margin-top: 80px;
  }
  .p-map_facility .p-map_title {
    margin-bottom: 30px;
  }
  .p-map_facility_item + .p-map_facility_item {
    margin-top: 50px;
  }
  .p-map_facility_title {
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .p-map_facility_text {
    margin-top: 20px;
  }
  .p-map_facility_text.--mtnone {
    margin-top: 0;
  }
  .p-map_facility_btn {
    margin-top: 30px;
    text-align: center;
  }
  .p-map_access {
    margin-top: 70px;
  }
  .p-map_access.sample::before {
    width: 100%;
    left: 0;
  }
  .p-map_access_contents {
    margin: 35px auto 25px;
  }
  .p-map_access_item {
    width: 100%;
    padding: 20px 25px;
  }
  .p-map_access_item + .p-map_access_item {
    margin-top: 10px;
  }
  .p-map_access_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-map_access_title img {
    display: inline-block;
    /* width: 30px; */
    margin-right: 15px;
  }
  .p-map_access_map iframe {
    height: 350px;
  }
}