@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;
    background-attachment: fixed;
  }
}

.mt-30 {
  margin-top: 30px;
}

.p-reason-item__heading {
  color: #003366;
}

/*mv内ボタン↓*/
.p-main-visual__link-button {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 26px;
  width: 300px;
  font-size: 1rem;
  padding: 14px 0.5em;
  margin: 20px 0 0 0;
}

/*↑mv内ボタン*/
.point {
  background: #e5f2f2;
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: 6px;
  margin: 2rem;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 1em;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;
  }

  .point {
    margin: 2rem 0;
  }

  .travel-info-table_responsive {
    white-space: nowrap;
  }
}

/*heading_number↓*/
.heading_number {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 4.2rem;
}

/*短い左右線*/
.heading_number:before,
.heading_number:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: currentColor;
}

.heading_number:before {
  margin-right: 14px;
}

.heading_number:after {
  margin-left: 14px;
}

.heading_number_t {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center !important;
}

.travel-info-table__data {
  text-align: left;
  padding-left: 1em;
}

/*↑heading_number↓*/

/*旅行条件*/
h3.product {
  padding: 0.5em 1em;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 3%;
  background-color: #003366;
  color: #fff;
}

.article-content1 {
  width: 100%;
  float: left;
}

figure.img {
  margin-bottom: 1%;
}

.h3_sub {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.h3_sub_left {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  color: red;
}

.travel-info-table_responsive {
  width: 100%;
  border: solid 1px #D7D7D7;
}

.travel-info-jyoken-table__heading {
  text-align: center;
  font-weight: bold;
  color: #003366;
  background-color: #b2cbe4;
  vertical-align: middle;
  font-size: 1rem;
}

.travel-info-jyoken-table__heading,
.travel-info-jyoken-table__data {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
  border: solid 1px #D7D7D7;
  padding: 1em;
  font-size: 1rem;
}

.travel-info-jyoken-table__heading_w {
  width: 35%;
  text-align: center;
  font-weight: bold;
  color: #003366;
  background-color: #b2cbe4;
  vertical-align: middle;
  border: solid 1px #D7D7D7;
  padding: 1em;
  font-size: 1rem;
}

.travel-info-jyoken-table__data_w {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em;
  border: solid 1px #D7D7D7;
  padding: 1em;
  font-size: 1rem;
}

.p-info .leftBox {
  width: 50%;
  float: left;
  margin-right: 2%;
}

.p-info .rightBox {
  width: 50%;
  float: right;
  margin-left: 2%;
}

.redb {
  color: red;
  font-weight: bold;
}

.red2b {
  color: red;
  font-weight: bold;
  font-size: 1.25rem;
}

dl.infoList02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  border: solid 1px #D7D7D7;
  padding: 0 1em;
}

.infoList02 dt {
  font-weight: 500;
  color: #003366;
  padding: 20px 0;
  width: 70%;
  border-bottom: 1px solid #ccc;
}

.infoList02 dd {
  padding: 20px 0 20px 1em;
  border-bottom: 1px solid #ccc;
  width: 30%;
}

.marginbottom_5per {
  margin-bottom: 5%;
}

.headTxtBox02 .txtBox {
  width: 100%;
  text-align: left;
  margin-top: 10%;
}

.headTxtBox02 .txtBox .txt {
  font-size: 128.57%;
  line-height: 2;
  margin-bottom: 26px;
}

.font_red {
  color: #FD2125;
}

.font_blue {
  color: #004098;
}

.blue_120per {
  color: #004098 !important;
  font-weight: bold;
  font-size: 1.2rem;
}

@media not all and (min-width: 768px) {
  .h3_sub {
    font-size: 1rem;
  }

  .h3_sub_left {
    font-size: 1rem;
  }

  .travel-info-table_responsive {
    white-space: nowrap;
  }

  .travel-info-jyoken-table__heading {
    display: block;
  }

  .travel-info--jyoken-table__heading,
  .travel-info-jyoken-table__data {
    display: block;
  }

  .travel-info-jyoken-table__heading_w {
    display: block;
    width: 100%;
  }

  .travel-info--jyoken-table__heading_w,
  .travel-info-jyoken-table__data_w {
    display: block;
  }

  .p-info .leftBox {
    width: 100%;
    margin: auto;
  }

  .p-info .rightBox {
    width: 100%;
    margin: auto;
  }
}

.summary {
  padding: 15px 20px;
}

/*詳細ボタン*/
.p-contetns-contact {
  padding: 1.5rem;
}

.dis-f {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 15%;
  text-align: center !important;
}

.box_p {
  display: flex;
  flex-wrap: wrap;
}

.box_c {
  background: #fff;
  margin: 0 10px 10px 10px;
  padding: 10px;
  width: calc(50% - 20px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .box_c {
    width: calc(100% - 20px);
  }
}

@media not all and (min-width: 768px) {
  .p-view-list-button-wide {
    margin: auto !important;
  }
}

/*説明会*/
.section02 {
  margin-top: 100px;
  margin-bottom: 10px;
}

.seminarDetailBox01 h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #004098;
  text-align: left;
}

@media not all and (min-width: 768px) {
  :where(#\30 01, #\30 02, #\30 03, #\30 04) .p-info {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
}

.p-issue-item__image {
  height: 100%;
}

.p-issue-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}