@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*================================
  map
================================*/
.map_area {
  background: repeating-linear-gradient(0deg, #f7f7f7 0px 1px, transparent 1px 15px), repeating-linear-gradient(90deg, #f7f7f7 0px 1px, transparent 1px 15px);
  padding: 3% 0 5%;
}

.map-inner {
  text-align: center;
}

.map_area img {
  width: 100%;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.aus-det-btn {
  display: flex;
  justify-content: center;
}

.aus-det-btn a {
  display: block;
  background-color: #ffeb5e;
  border: 2px solid #000;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1em 2em;
  margin: 0 5%;
  border-radius: 40px;
}

.aus-det-btn a:hover {
  opacity: 0.8;
}

@media not all and (min-width: 768px) {
  .map_area {
    margin-bottom: 10%;
  }

  .map_area_sp ul li {
    margin-bottom: 8%;
  }

  .map_txt_sp h4 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 0;
  }

  .aus-det-btn {
    display: block;
  }

  .aus-det-btn a {
    margin: 5%;
  }
}

/*================================
  オーストラリアをお勧めするポイント
================================*/
#effect .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem 2rem 5rem 2rem;
  margin-top: 84px;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 100%;
  }
}

.p-issue-item {
  display: flex;
  flex-direction: column;
}

.p-issue-item__heading {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
  justify-content: center;
}

.p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: 2rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
}

.bk-w {
  background-color: white;
}

@media not all and (min-width: 768px) {
  #effect .p-info-wrap {
    padding: 2rem 1rem 5rem 1rem;
  }


  .travel-info {
    padding: 0;
  }
}

/*▼資料ダウンロード▼*/
#document {
  margin-bottom: 3em;
}

#document .p-info-item {
  background-color: #e9ecf2;
  padding: 20px;
}

@media print,
screen and (min-width: 768px) {
  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }

  .p-info-item__head_dl img {
    width: 80% !important;
    margin: 0 10% !important;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item__head_dl {
    height: 200px !important;
  }

  .p-view-list-button {
    width: 100%;
  }

}

/*▲資料ダウンロード▲*/