@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    max-width: 1800px;
    margin: o auto !important;
  }
  .p-top img {
    max-width: 1800px;
    width: 100%;
  }
  #main-visual .ttl01 h1 {
    font-size: 150%;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv_sp.png");
    background-color: #000000;
    padding: 300px 10px 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#main-visual .ttl01 {
  padding-top: 5.47%;
  margin-bottom: 3.91%;
}
#main-visual .ttl01 h1 {
  color: #004098;
  font-size: 257.14%;
  font-weight: 700;
}
.p-info-item__head1 {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-info-item__head1 {
    height: 250px;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__head1 {
    height: 180px;
  }
}
  .top img {
    margin: 0 auto !important;
    text-align: center !important;
  }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  font-size: 1rem !important;
}
.travel-info-table__heading1 {
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #e9ecf2;
}
.travel-info-table__heading1, .travel-info-table__data1 {
  text-align: left;
  vertical-align: middle;
  padding: 1rem 1.2rem;
  border: solid 1px #D7D7D7;
  vertical-align: top;
}
.travel-info-table__heading2 {
  text-align: left;
  color: #000;
  background-color: #e9ecf2;
}
.travel-info-table__data2 {
  text-align: left;
  color: #000;
  font-weight: bold;
  background-color: #f2f4f7;
}
.travel-info-table__data3 {
  text-align: left;
  color: #000;
  background-color: #fff;
}
.travel-info-table__heading2, .travel-info-table__data2, .travel-info-table__data3 {
  text-align: left;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  border: solid 3px #fff;
  vertical-align: top;
}
p.p-info-item__heading_sub {
  font-size: 90%;
  line-height: 1rem;
}
.p-info .leftBox {
  width: 50%;
  float: left;
  margin-right: 2%;
}
.p-info .rightBox {
  width: 50%;
  float: right;
  margin-left: 2%;
}
.list-info-table {
  border: 2px solid #D7D7D7;
  width: 100%;
}
.list-info {
  margin-bottom: 5%;
  margin-top: 3%;
}
.list-info-table__heading {
  background-color: #e9ecf2;
  font-size: 1.3rem;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
}
.list-info-table__data {
  font-size: 1rem;
  vertical-align: middle;
  padding: 0.5em;
  border-bottom: 1px dotted #D7D7D7;
}
.fa-check:before {
  content: "\f00c";
}
.padding_right_05em {
  padding-right: 0.5em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
ul.normal li:before {
  content: "●";
  padding-right: 0.5em;
}
ul.normal {
  padding: 0;
  position: relative;
}
ul.normal li {
  margin-bottom: 3px;
  line-height: 1.5;
  list-style-type: none !important;
  font-size: 1rem;
  text-indent: -1em;
  padding: 0.5em 1em;
}
@media not all and (min-width: 768px) {
  .travel-info-table__heading1, .travel-info-table__data1, .travel-info-table__heading2, .travel-info-table__data2, .travel-info-table__data3 {
    display: block;
    border: solid 1px #fff;
  }
  .p-info .leftBox {
    width: 100%;
    margin: auto;
  }
  .p-info .rightBox {
    width: 100%;
    margin: auto;
  }
}
/*===============================
	orange btn
================================*/
.c-rounded-button_o {
  display: block;
  width: 100%;
  background-color: #f39700;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #f39700;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.c-rounded-button_o::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .c-rounded-button_o:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.c-rounded-button__text_o {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  .c-rounded-button_o:not(.is-disabled-hover):hover .c-rounded-button__text_o {
    color: #f39700;
  }
}
.p-contetns-contact__text_o {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  .c-rounded-button_o:not(.is-disabled-hover):hover .p-contetns-contact__text_o {
    color: #f39700;
  }
}
.p-contetns-contact__button_o {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}
@media not all and (min-width: 768px) {
  .p-contetns-contact__button_o {
    width: 100%;
  }
  .point-box p {
    padding: 2em 0.5em;
    text-align: left !important;
  }
}