/* media query */
.profileArea ul li:first-child dl dd.staff {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:first-child dl dd.staff {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.profileArea ul li:first-child dl dd.staff ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 20px 0 0;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:first-child dl dd.staff ul {
    padding: 10px 0 0;
  }
}
.profileArea ul li:first-child dl dd.staff ul li:first-child {
  width: 75%;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:first-child dl dd.staff ul li:first-child {
    width: 60%;
    order: 1;
  }
}
.profileArea ul li:first-child dl dd.staff ul li:first-child span {
  font-size: 0.9em;
}
.profileArea ul li:first-child dl dd.staff ul li:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:first-child dl dd.staff ul li:nth-child(2) {
    width: 30%;
    order: 2;
  }
}

.wideimageArea {
  margin-top: 50px;
}
.wideimageArea.first + div {
  margin-top: 0;
}
.wideimageArea.first + div.mediumimageArea {
  margin-top: 0;
}
.wideimageArea.first + div.mediumimageArea .inner > ul.col2 {
  margin-top: 30px;
}
.wideimageArea.first .inner div.box h2 {
  margin-bottom: 0;
}

.mapArea.first .inner img {
  max-width: 700px;
}
@media screen and (max-width: 668px) {
  .mapArea.first .inner img {
    max-width: 95%;
  }
}
@media screen and (max-width: 668px) {
  .mapArea.second {
    margin-top: 10px;
  }
}
.mapArea.second .inner {
  background: #fef7f0;
}
.mapArea.second .inner img {
  max-width: 600px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 668px) {
  .mapArea.second .inner img {
    max-width: 87%;
  }
}
.mapArea.second .inner .notice {
  margin-top: 10px;
  font-size: 1em;
}
@media screen and (max-width: 668px) {
  .mapArea.second .inner .notice {
    font-size: 0.9em;
  }
}
.mapArea.third .inner {
  background: #e8f2f6;
}
.mapArea.third .inner img {
  max-width: 1000px;
}
@media screen and (max-width: 668px) {
  .mapArea.third .inner img {
    max-width: 87%;
  }
}

.pickupArea2 .inner p.icon + p {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3em;
  text-align: center;
  width: 100%;
  line-height: 180%;
}
@media screen and (max-width: 668px) {
  .pickupArea2 .inner p.icon + p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 375px) {
  .pickupArea2 .inner p.icon + p {
    top: 40px;
  }
}
.pickupArea2 .inner p.icon + p .small {
  font-size: 0.8em;
}
@media screen and (max-width: 668px) {
  .pickupArea2 .inner p.icon + p .small {
    font-size: 0.7em;
  }
}
.pickupArea2 .inner .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 668px) {
  .pickupArea2 .inner .mt100 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 375px) {
  .pickupArea2 .inner .mt100 {
    margin-top: 150px;
  }
}

.mediumimageArea .inner > ul.col2 li.text.place p {
  font-size: 1.2em;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2 li.text.place p {
    font-size: 1em;
  }
}
.mediumimageArea .inner > ul.col2 li.text.place p span {
  font-size: 0.8em;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2 li.text.place p span {
    font-size: 1em;
  }
}
