@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;
}

.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 {
  padding-bottom: 0;
}
@media (min-width: 766px) {
  .lp #header {
    padding-bottom: 15px;
  }
}
.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);
  position: relative;
}
@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: #223f92;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
@media (min-width: 766px) {
  .o-form form .submit__btn {
    font-size: 20px;
  }
}
.o-form form .submit__btn .btn {
  background-color: #223f92;
}
.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 #223f92;
  font-size: 24px;
}
@media (min-width: 766px) {
  .o-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-title p {
  text-align: center;
  color: #223f92;
  padding: 10px 0;
  font-size: inherit;
}
.o-title p:nth-child(1) {
  border-top: solid 5px #223f92;
  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: #99a6cd;
    -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 #00abe8;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .o-title p:nth-child(2) {
    padding-left: 60px;
  }
}

.p-ana {
  margin-top: 32px;
}
@media (min-width: 766px) {
  .p-ana {
    margin-top: 50px;
  }
}
.p-ana__nav {
  padding: 0 16px;
}
@media (min-width: 766px) {
  .p-ana__nav {
    display: none;
  }
}
.p-ana__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 #223f92;
  letter-spacing: 0;
}
.p-ana__nav ul li a span {
  padding-right: 5px;
}
.p-ana__mv {
  width: 100%;
  background: url(../images/mv.png) center no-repeat;
  min-height: 200px;
  background-size: cover;
  background-position: 80%;
}
@media (min-width: 766px) {
  .p-ana__mv {
    min-height: 400px;
    background-position: center;
  }
}
.p-ana__mv img {
  position: absolute;
  right: 0;
  top: 65px;
  height: 24px;
}
@media (min-width: 766px) {
  .p-ana__mv img {
    height: 51px;
  }
}
.p-ana__sec6 {
  font-size: 14px;
  line-height: 1.8;
  margin: 32px auto 0;
}
@media (min-width: 766px) {
  .p-ana__sec6 {
    font-size: 16px;
  }
}
.p-ana__sec6__add {
  padding: 0 2%;
  margin-top: 32px;
}
.p-ana__sec6__add p {
  font-size: 10px;
  text-align: center;
  color: #c00000;
}
@media (min-width: 766px) {
  .p-ana__sec6__add p {
    font-size: 16px;
  }
}
.p-ana__sec6__text {
  text-align: center;
  margin: 0 auto 30px;
}
.p-ana__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: #223f92;
  border-radius: 35px;
  padding: 12px;
  box-shadow: 0px 4px 5px 0px rgb(0, 38, 62);
}
.p-ana__sec5 {
  margin-top: 32px;
}
.p-ana__sec5__answer {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  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-ana__sec5__answer .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-ana__sec5__answer .text .back {
  background-color: #f5f7fa;
  padding: 12px;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.p-ana__sec5__answer .text .back p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-ana__sec5__answer .text .back a {
  color: #000;
  font-weight: bold;
}
.p-ana__sec5__answer .text .back dt {
  font-weight: bold;
}
.p-ana__sec5__answer .text .back .is-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-ana__sec5__answer .logo {
  text-align: center;
  display: block;
}
@media (min-width: 766px) {
  .p-ana__sec5__answer .logo {
    text-align: left;
    width: 35px;
  }
}
.p-ana__sec5__title {
  font-size: 16px;
  line-height: 1.8;
  color: #223f92;
  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-ana__sec5__title .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-ana__sec5__title .logo {
  text-align: center;
  display: block;
}
@media (min-width: 766px) {
  .p-ana__sec5__title .logo {
    text-align: left;
    width: 35px;
  }
}
.p-ana__sec4-table {
  margin: 40px auto 0;
  width: 100%;
  max-width: 900px;
  border: solid 1px #b9cadf;
  border-bottom-width: 3px;
}
.p-ana__sec4-table tr th,
.p-ana__sec4-table tr td {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 766px) {
  .p-ana__sec4-table tr th,
  .p-ana__sec4-table tr td {
    text-align: left;
    display: table-cell;
  }
}
.p-ana__sec4-table tr td {
  border-bottom: solid 1px #b9cadf;
  padding: 13px 0;
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 766px) {
  .p-ana__sec4-table tr td {
    padding: 13px 0 13px 24px;
  }
}
.p-ana__sec4-table tr th {
  border-bottom: solid 1px #ffffff;
  padding: 13px 0;
  color: #223f92;
  background-color: #e9eef4;
}
@media (min-width: 766px) {
  .p-ana__sec4-table tr th {
    padding: 13px 10px 13px 24px;
    width: 190px;
  }
}
.p-ana__sec3-bottom {
  width: 100%;
  margin: 32px auto 20px;
}
@media (min-width: 766px) {
  .p-ana__sec3-bottom {
    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-ana__sec3-bottom__detail {
    width: 45%;
  }
}
.p-ana__sec3-bottom__detail:first-child {
  margin-bottom: 24px;
}
@media (min-width: 766px) {
  .p-ana__sec3-bottom__detail:first-child {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-ana__sec3-bottom__detail .image {
  text-align: center;
}
.p-ana__sec3-bottom__detail .title {
  width: 100%;
  border: solid 2px #223f92;
  background-color: #ffffff;
  font-size: 18px;
  color: #223f92;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
  border-radius: 20px;
}
.p-ana__sec3-bottom.pt {
  padding-top: 36px;
}
.p-ana__sec3-bottom.sp {
  display: block !important;
}
@media (min-width: 766px) {
  .p-ana__sec3-bottom.sp {
    display: none !important;
  }
}
.p-ana__sec3-bottom.tab {
  display: none !important;
}
@media (min-width: 766px) {
  .p-ana__sec3-bottom.tab {
    display: flex !important;
  }
}
.p-ana__sec3 {
  width: 100%;
  max-width: 840px;
  margin: 32px auto 0;
}
.p-ana__sec3__text {
  margin: 25px auto 0;
  background-color: #f5f7fa;
  border: solid 1px #b9cadf;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.8;
}

.p-ana__sec3__text .is-border {
  font-weight: bold;
  border-bottom: solid 1px #a7a7a7;
}
.p-ana__sec3__text .is-add {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #c00000;
  padding-left: 1em;
  text-indent: -1em;
}
.p-ana__sec2 {
  display: block;
  margin: 40px auto 0;
  max-width: 756px;
}
.p-ana__sec2 .is-text {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
.p-ana__sec2 table {
  width: 100%;
  display: table;
  max-width: 755px;
  margin: 0 auto;
  border: solid 1px #b9cadf;
  margin-bottom: 5px;
}
@media (min-width: 766px) {
  .p-ana__sec2 table {
    border-bottom-width: 3px;
    margin-bottom: 0;
  }
}
.p-ana__sec2 table tr th,
.p-ana__sec2 table tr td {
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
.p-ana__sec2 table tr td {
  border: solid 1px #b9cadf;
  line-height: 1.5;
}
.p-ana__sec2 table tr th {
  background-color: #e9eef4;
  color: #223f92;
  border-right: solid 1px #b9cadf;
  border-bottom: solid 1px #b9cadf;
  line-height: 1.5;
  width: 44%;
  text-align: left;
}
@media (min-width: 766px) {
  .p-ana__sec2 table tr th {
    text-align: center;
    border-right: solid 1px #f6f8fb;
    width: auto;
    border-bottom: none;
  }
}
.p-ana__sec2 table tr th:last-child {
  border-color: #b9cadf;
  border-bottom: none;
}
.p-ana__sec2 .js-fare {
  width: 100%;
  padding: 17px 9px;
  background-color: #e9eef4;
  color: #223f92;
  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-ana__sec2 .js-fare.is-open {
  background-image: url(../images/ico_minus.svg);
}
.p-ana__sec2 .js-fare-target {
  margin-bottom: 10px;
  display: none;
}
.p-ana__sec1 {
  margin-top: 36px;
  text-align: center;
}
.p-ana__sec1__text {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 766px) {
  .p-ana__sec1__text {
    font-size: 17px;
  }
}
.p-ana__sec1__text p {
  font-size: inherit;
}
.p-ana__sec1__image {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-ana__sec1__image {
    flex-direction: row;
  }
}
.p-ana__sec1__image dt {
  text-align: center;
  font-size: 16px !important;
  line-height: 1.45;
}
@media (min-width: 766px) {
  .p-ana__sec1__image dt {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .p-ana__sec1__image dt {
    text-align: left;
    padding-left: 10px;
  }
}
.p-ana__sec1__image dd {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .p-ana__sec1__image dd {
    flex-shrink: 0;
    width: 60%;
    padding-bottom: 0;
  }
}

.p-ana__sec5__answer .is-red {
  color: #c00000;
}

/*# sourceMappingURL=style2.css.map */
