@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Noto Sans JP", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul li,
ol li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  letter-spacing: normal;
}

.font_arial {
  font-family: "Arial", "メイリオ";
}

.f-mincho {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

#header {
  padding-bottom: 15px;
}

header h1 {
  padding-top: 0 !important;
  position: relative;
  height: 60px;
}
header h1 a {
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.innerBox {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}
@media (min-width: 992px) {
  .innerBox {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.lp {
  width: 100vw;
  overflow-x: hidden;
}

html {
  width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 766px) {
  html {
    width: auto;
  }
}

.pc {
  display: none;
}
@media (min-width: 1200px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 766px) {
  .tab {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 766px) {
  .sp {
    display: none;
  }
}

.lp header {
  min-width: 0 !important;
  width: 100vw;
}
@media (min-width: 992px) {
  .lp header {
    min-width: 1010px !important;
  }
}
.lp header h1 {
  padding-left: 0;
}
@media (min-width: 992px) {
  .lp header h1 {
    padding-left: 40px;
  }
}
.lp header h1 a {
  left: 10px;
}
@media (min-width: 992px) {
  .lp header h1 a {
    left: 40px;
  }
}
.lp header h1 a img {
  width: 200px;
}
@media (min-width: 992px) {
  .lp header h1 a img {
    width: 246px;
  }
}

.lp footer {
  min-width: 0;
}
@media (min-width: 1200px) {
  .lp footer {
    min-width: 1300px;
  }
}
.lp footer .w1000 {
  width: calc(100vw - 30px) !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .lp footer .w1000 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lp footer .w1000 {
    width: 1000px !important;
  }
}
.lp footer .w1000 .logo {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .logo {
    padding-bottom: 0;
  }
}
.lp footer .w1000 .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner {
    display: table-cell;
    width: 748px;
  }
}
.lp footer .w1000 .inner ul {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner ul {
    padding-bottom: 0;
  }
}
.lp footer .w1000 .inner .bdr {
  display: none;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner .bdr {
    display: table-cell;
  }
}
.lp footer .w1000 .f_box .copyright {
  width: max-content;
}
@media (min-width: 992px) {
  .lp footer .w1000 .f_box .copyright {
    width: 40%;
  }
}
.lp footer .w1000 .f_box .rightBox {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .f_box .rightBox {
    padding-right: 0;
  }
}
.lp footer #pagetop {
  margin-left: 84vw;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}
@media (min-width: 766px) {
  .lp footer #pagetop {
    margin-left: 92vw;
  }
}
@media (min-width: 992px) {
  .lp footer #pagetop {
    margin-left: 1096px;
  }
}

.o-form {
  width: 100%;
  padding: 10px 17px 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(9, 10, 11, 0.3);
  box-shadow: 0px 6px 8px 0px rgba(9, 10, 11, 0.3);
}
@media (min-width: 766px) {
  .o-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 40px 15px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), white 20px);
  }
}
.o-form form {
  width: 100%;
}
.o-form form .submit__btn {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  background-color: #002e73;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.o-form form .submit__btn .btn {
  background-color: #002e73;
}
.o-form .detail__flex {
  width: 100%;
}
@media (min-width: 766px) {
  .o-form .detail__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.o-form .detail__flex .detail {
  width: 100%;
  height: 48px;
  margin: 0 0 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail {
    display: block;
    width: 25%;
    padding: 0 15px;
    height: auto;
    margin: 0;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .o-form .detail__flex .detail {
    width: 236px;
  }
}
.o-form .detail__flex .detail .center {
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 95px;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail .center {
    justify-content: center;
    width: auto;
  }
}
.o-form .detail__flex .detail .center img {
  max-width: 26px;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail .center img {
    max-width: 30px;
  }
}
.o-form .detail__flex .detail .center p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail .center p {
    font-weight: 600;
    font-size: 19px;
  }
}
.o-form .detail__flex .detail .center p:nth-child(1) {
  margin-right: 10px;
}
.o-form .detail__flex .detail .center p:nth-child(2) {
  margin-right: 10px;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail .center p:nth-child(2) {
    margin-right: 40px;
  }
}
.o-form .detail__flex .detail select {
  width: 100%;
  color: rgb(153, 153, 153);
  border-color: transparent !important;
  background: none !important;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail select {
    color: rgb(153, 153, 153);
    border-color: rgb(204, 204, 204) !important;
    background: url(/img/rn/select-box-arrow_off.png) right center no-repeat rgb(255, 255, 255) !important;
    width: auto !important;
  }
}
.o-form .detail__flex .detail input {
  width: 100%;
  background: none !important;
  border-color: transparent !important;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail input {
    max-width: 150px;
    border-color: rgb(204, 204, 204) !important;
    background: url(/img/rn/select-box-icon01_off.gif) right center no-repeat rgb(255, 255, 255) !important;
  }
}
.o-form .detail__flex .detail select#departure,
.o-form .detail__flex .detail select#arrival {
  width: 100% !important;
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail select#departure,
  .o-form .detail__flex .detail select#arrival {
    max-width: 200px !important;
  }
}
@media (min-width: 766px) {
  .o-form .detail__flex .detail:not(:last-child) {
    border-right: solid 1px #dadada;
  }
}

.js-switch {
  position: absolute;
  z-index: 10;
  right: 17px;
  top: 36px;
}
@media (min-width: 766px) {
  .js-switch {
    right: initial;
    left: calc(25% - 2px);
    top: 33px;
    transform: rotate(90deg);
    cursor: pointer;
  }
}
.js-switch img {
  height: 42px;
  width: 42px;
}

.o-title {
  border-bottom: solid 1px #002e73;
  font-size: 24px;
}
@media (min-width: 766px) {
  .o-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-title p {
  text-align: center;
  color: #002e73;
  padding: 10px 0;
  font-size: inherit;
}
.o-title p:nth-child(1) {
  border-top: solid 5px #e4007f;
  position: relative;
}
@media (min-width: 766px) {
  .o-title p:nth-child(1) {
    width: 300px;
  }
  .o-title p:nth-child(1):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #002e73;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }
}
.o-title p:nth-child(2) {
  font-weight: 600;
}
@media (min-width: 766px) {
  .o-title p:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    border-top: solid 5px #002e73;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .o-title p:nth-child(2) {
    padding-left: 60px;
  }
}

.p-ibex {
  margin-top: 32px;
}
@media (min-width: 766px) {
  .p-ibex {
    margin-top: 50px;
  }
}
.p-ibex__nav {
  padding: 0 16px;
}
@media (min-width: 766px) {
  .p-ibex__nav {
    display: none;
  }
}
.p-ibex__nav ul li a {
  font-weight: bold;
  display: block;
  padding: 18px 0;
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  background-image: url(../images/ico_nav.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 10px;
  border-bottom: 1px solid #e4007f;
  letter-spacing: 0;
  color: #e4007f;
}
.p-ibex__nav ul li a span {
  padding-right: 5px;
}
.p-ibex__mv {
  width: 100%;
  background: url(../images/mv.png) center no-repeat;
  min-height: 200px;
  background-size: cover;
  background-position: 27%;
}
@media (min-width: 766px) {
  .p-ibex__mv {
    min-height: 400px;
    background-position: center;
  }
}
.p-ibex__mv img {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100px;
}
@media (min-width: 766px) {
  .p-ibex__mv img {
    width: auto;
  }
}
.p-ibex__sec6 {
  font-size: 16px;
  line-height: 1.7;
  margin: 32px auto 0;
}
.p-ibex__sec6__add {
  padding: 0 2%;
  margin-top: 32px;
}
.p-ibex__sec6__add p {
  font-size: 10px;
  text-align: center;
  color: #c00000;
}
@media (min-width: 766px) {
  .p-ibex__sec6__add p {
    font-size: 16px;
  }
}
.p-ibex__sec6__text {
  text-align: center;
  margin: 0 auto 30px;
}
.p-ibex__sec6 a {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background: #002e73;
  border-radius: 35px;
  padding: 12px;
  box-shadow: 0px 4px 5px 0px rgb(0, 0, 0);
}
.p-ibex__sec5 {
  margin-top: 32px;
}
.p-ibex__sec5__answer {
  font-size: 16px;
  line-height: 1.8;
  color: #231815;
  width: 100%;
  max-width: 920px;
  margin: 4px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-ibex__sec5__answer .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-ibex__sec5__answer .text .is-table_under {
  max-width: 755px;
  margin: 0 auto;
  font-size: 14px;
}
.p-ibex__sec5__answer .text .is-table_under ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-ibex__sec5__answer .text .is-table_under ul li {
  color: #1e398d;
}
.p-ibex__sec5__answer .text .is-red {
  color: #c00000;
}
.p-ibex__sec5__answer .text .is-red span {
  padding-right: 10px;
}
.p-ibex__sec5__answer .text .is-sup {
  color: #c00000;
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.p-ibex__sec5__answer .text .back {
  background-color: #f2f4f8;
  padding: 12px;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.p-ibex__sec5__answer .text .back p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-ibex__sec5__answer .text .back a {
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}
.p-ibex__sec5__answer .text .back dt {
  font-weight: bold;
}
.p-ibex__sec5__answer .logo {
  text-align: center;
  display: block;
}
@media (min-width: 766px) {
  .p-ibex__sec5__answer .logo {
    text-align: left;
    width: 35px;
  }
}
.p-ibex__sec5__title {
  font-size: 16px;
  line-height: 1.8;
  color: #002e73;
  font-weight: 600;
  width: 100%;
  max-width: 920px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-ibex__sec5__title .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-ibex__sec5__title .logo {
  text-align: center;
  display: block;
}
@media (min-width: 766px) {
  .p-ibex__sec5__title .logo {
    text-align: left;
    width: 35px;
  }
}
.p-ibex__sec4-text {
  margin: 12px auto 0;
  max-width: 756px;
}
.p-ibex__sec4-text p {
  color: #c00000;
  font-size: 14px;
}
.p-ibex__sec4-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 40px auto 0;
  max-width: 756px;
}
.p-ibex__sec4-table table {
  width: 100%;
  table-layout: fixed;
  border: solid 1px #b2c0d5;
  border-right: none;
}
.p-ibex__sec4-table table tr th,
.p-ibex__sec4-table table tr td {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 766px) {
  .p-ibex__sec4-table table tr th,
  .p-ibex__sec4-table table tr td {
    text-align: left;
    display: table-cell;
  }
}
.p-ibex__sec4-table table tr td {
  border-bottom: solid 1px #b2c0d5;
  border-right: solid 1px #b2c0d5;
  padding: 13px 0;
  background-color: #ffffff;
  color: #231815;
}
@media (min-width: 766px) {
  .p-ibex__sec4-table table tr td {
    padding: 13px 16px;
  }
}
.p-ibex__sec4-table table tr th {
  border-bottom: solid 1px #ebeef4;
  padding: 13px 0;
  color: #002e73;
  background-color: #ccd5e3;
}
@media (min-width: 766px) {
  .p-ibex__sec4-table table tr th {
    padding: 13px 24px;
    width: 190px;
  }
}
.p-ibex__sec4-table table tr th.is-last {
  border-bottom-color: #b2c0d5;
}
.p-ibex__sec3-img {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 766px) {
  .p-ibex__sec3-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 766px) {
  .p-ibex__sec3-img__detail {
    width: 45%;
  }
}
.p-ibex__sec3-img__detail:first-child {
  margin-bottom: 24px;
}
@media (min-width: 766px) {
  .p-ibex__sec3-img__detail:first-child {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-ibex__sec3-img__detail .image {
  text-align: center;
}
.p-ibex__sec3-img__detail .title {
  width: 100%;
  background-color: #002e73;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
  border-radius: 20px;
}
.p-ibex__sec3 {
  width: 100%;
  max-width: 990px;
  margin: 32px auto 20px;
}
.p-ibex__sec3__text {
  max-width: 950px;
  margin: 25px auto 0;
  background-color: #f2f4f8;
  border: solid 1px #b2c0d5;
  padding: 15px 45px;
  font-size: 16px;
  line-height: 1.8;
}
.p-ibex__sec3__text span {
  border-bottom: 1px solid #231815;
}
.p-ibex__sec3__text i {
  font-style: normal;
}
.p-ibex__sec3__text .f600 {
  font-weight: bold;
}
.p-ibex__sec2 {
  display: block;
  margin: 40px auto 0;
  max-width: 756px;
}
.p-ibex__sec2 .is-text {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
.p-ibex__sec2 table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border: solid 1px #b2c0d5;
  margin-bottom: 5px;
}
@media (min-width: 766px) {
  .p-ibex__sec2 table {
    border-bottom-width: 3px;
    margin-bottom: 0;
  }
}
.p-ibex__sec2 table tr th,
.p-ibex__sec2 table tr td {
  padding: 10px 12px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 766px) {
  .p-ibex__sec2 table tr th:nth-child(1),
  .p-ibex__sec2 table tr td:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    width: 115px;
  }
}
@media (min-width: 766px) {
  .p-ibex__sec2 table tr th:nth-child(2),
  .p-ibex__sec2 table tr td:nth-child(2) {
    width: 180px;
  }
}
@media (min-width: 766px) {
  .p-ibex__sec2 table tr th:nth-child(3),
  .p-ibex__sec2 table tr td:nth-child(3) {
    width: 175px;
  }
}
@media (min-width: 766px) {
  .p-ibex__sec2 table tr th:nth-child(5),
  .p-ibex__sec2 table tr td:nth-child(5) {
    width: 200px;
  }
}
.p-ibex__sec2 table tr td {
  border: solid 1px #b2c0d5;
  line-height: 1.6;
}
.p-ibex__sec2 table tr td p {
  color: #c00000;
  font-size: 13px;
  font-weight: bold;
}
.p-ibex__sec2 table tr td:nth-child(5) {
  padding: 0 20px;
  text-align: left;
}
.p-ibex__sec2 table tr th {
  background-color: #ccd5e3;
  color: #002e73;
  border-right: solid 1px #b2c0d5;
  border-bottom: solid 1px #b2c0d5;
  line-height: 1.5;
  width: 44%;
  text-align: left;
}
@media (min-width: 766px) {
  .p-ibex__sec2 table tr th {
    text-align: center;
    border-right: solid 1px #f6f8fb;
    width: auto;
    border-bottom: none;
  }
}
.p-ibex__sec2 table tr th:last-child {
  border-right: solid 1px #b2c0d5;
}
.p-ibex__sec2 .js-fare {
  width: 100%;
  padding: 17px 9px;
  background-color: #ccd5e3;
  color: #002e73;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  background-image: url(../images/ico_plus.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: calc(100% - 9px) center;
}
.p-ibex__sec2 .js-fare.is-open {
  background-image: url(../images/ico_minus.svg);
}
.p-ibex__sec2 .js-fare-target {
  margin-bottom: 10px;
  display: none;
}
.p-ibex__sec1 {
  margin-top: 36px;
}
.p-ibex__sec1__text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

@media (min-width: 766px) {
  .p-ibex__sec1__text {
    font-size: 17px;
  }
}

.p-ibex__sec1__text .is-title {
  text-align: center;
  display: inline-block;
  margin: 25px auto 15px;
  background: #002e73;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  max-width: 350px;
  border: solid 1px #fff;
  outline: solid 4px #002e73;
} /*# sourceMappingURL=style2.css.map */
