@charset "UTF-8";
/* foundation */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,700,900&subset=japanese");
main {
  display: block;
}

div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

a {
  word-break: break-all;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

table {
  border-spacing: 0;
}

table, tr, th, td {
  border-collapse: collapse;
}

/* 背景色 */
/*************************/
/* テキストの色 */
/*************************/
/* リンクの色 */
/*************************/
/* コピーライト、承認番号の色 */
/*************************/
/* その他色の設定 */
/*************************/
/* 行程表 ************************* */
/* 料金表 ************************ */
html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.5px;
  min-width: 1140px;
  background: #092873;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}

body .wrapper {
  background: #092873;
  /*
		&:before{
			content: "";
			position: fixed;
			z-index: -1;
			width: 100%;
			height: 100%;
			background: url(.../../../inc/assets/img/) center / cover no-repeat;
		}
		*/
}

.link:link, .link:hover, .link:visited {
  color: #125687;
}

.link.--chevron-up::after {
  font-family: 'Font Awesome 5 Free';
  content: " \f077";
  font-weight: 900 !important;
}

.link.--chevron-down::after {
  font-family: 'Font Awesome 5 Free';
  content: " \f078";
  font-weight: 900 !important;
}

/* fontawesome for windows  */
.fa-chevron-up:before,
.fa-chevron-down:before,
.fa-download:before {
  font-weight: 900 !important;
}

/* スクロールヒントバグ修正 */
.xscroll.js-scrollable {
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
  .xscroll.js-scrollable {
    overflow: scroll !important;
  }
}

@media screen and (max-width: 768px) {
  .xscroll {
    overflow: scroll;
  }
  .xscroll th, .xscroll td {
    white-space: nowrap;
  }
  .scroll-hint-icon {
    top: calc(50% - 28px);
    left: calc(50% - 35px);
    width: 80px !important;
    height: 56px !important;
    padding: 16px 10px 10px 10px !important;
  }
  .scroll-hint-icon:before {
    width: 20px !important;
    height: 20px !important;
  }
  .scroll-hint-icon::after {
    content: "";
    width: 34px;
    height: 10px;
    top: 6px;
    left: 50%;
    margin-left: -18px;
  }
  .scroll-hint-text {
    margin-top: 3px;
  }
  .modal-lg-980 {
    width: 95% !important;
    min-width: 95% !important;
  }
}

/****************************
印刷レイアウトの設定
****************************/
@media print {
  header {
    padding-top: 0px;
  }
  .wrapper {
    background: #f5f5f5;
    display: block;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  main {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0px;
  }
  block {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
  }
  gnav, #gnav {
    display: none !important;
  }
  .planBox div.kaigai table td line schedule {
    width: 473px;
  }
  .planBox .grad-item, terms .grad-item {
    height: auto !important;
  }
}

/****************************
印刷レイアウトの設定 END
****************************/
/* 国内外の設定 *****************
 *  true: 国内
 *  false:海外
*/
/* ************************* */
/* object */
.--bold {
  font-weight: bold;
}

.--red-deep {
  color: #7b0000;
}

.disc {
  padding-left: 1.25em;
}

.disc li {
  list-style-type: disc;
}

.disc li ol {
  padding-left: 1.25em;
}

.disc li ol li {
  list-style-type: decimal;
}

ol {
  padding-left: 1.25em;
}

ol li {
  list-style-type: decimal;
}

.remarks, .terms .term .annotation,
.modal-body .term .annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.punctuation li:not(:last-child)::after {
  content: '、';
}

.js-acc__wrapper {
  display: none;
}

.js-acc__open {
  color: #125687;
  max-width: 500px;
  margin: 20px auto 0;
  padding: 8px 20px;
  text-align: center;
}

.js-acc__open i {
  margin-left: 0.5em;
}

.js-acc__close {
  display: block;
  color: #125687;
  max-width: 500px;
  margin: 20px auto 0;
  padding: 8px 20px;
  text-align: center;
}

.js-acc__close i {
  margin-left: 0.5em;
}

.page-top {
  position: fixed;
  bottom: 24px;
  right: 40px;
  font-size: 3.2rem;
  color: #444;
  text-decoration: none;
  z-index: 8888;
}

.page-top:hover {
  color: #444;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .page-top {
    font-size: 2.4rem;
  }
}

/* モーダル設定 */
.modal {
  z-index: 9999;
}

.modal-dialog {
  margin: 5.4rem auto;
}

.modal-body {
  padding: 20px;
}

.modal-body .term__title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.modal-lg-980 {
  width: 980px;
  min-width: 980px;
}

.modal-footer {
  padding: 8px 20px;
}

.event__title, .flow .tab-content .apply__title, .flow .tab-content .apply-flow__heading, .plans__title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 28px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .event__title, .flow .tab-content .apply__title, .flow .tab-content .apply-flow__heading, .plans__title {
    font-size: 1.8rem;
    margin: 2.4rem 0;
  }
}

.plans .plan__header .pricing-plan .service li, .plans .plan__footer .plan-detail .service li {
  border: 1px solid #666;
  border-radius: 2px;
  color: #666;
  font-size: 1.2rem;
  padding: 0 4px;
  margin: 4px 0;
}

@media screen and (max-width: 768px) {
  .plans .plan__header .pricing-plan .service li, .plans .plan__footer .plan-detail .service li {
    font-size: 1.2rem;
  }
}

.plans .plan__header .pricing-plan .service li i, .plans .plan__footer .plan-detail .service li i {
  margin-right: 0.25em;
}

/* PCナビゲーション */
.navigation .navigation-pc, .navigation .navigation-sp {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.navigation-pc {
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .navigation-pc {
    display: none;
  }
}

.navigation-pc__list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation-pc__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.navigation-pc__list li a {
  color: white;
}

.navigation-pc__list li a:hover {
  opacity: .8;
}

.navigation-pc__list li a:link {
  color: white;
  text-decoration: none;
}

.navigation-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation-sp #menu-toggle {
  display: none;
}

.navigation-sp #menu-toggle:checked ~ .navigation-sp__list {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.navigation-sp #menu-toggle ~ label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  color: white;
}

.navigation-sp #menu-toggle ~ label::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  content: '\f0c9';
}

.navigation-sp #menu-toggle:checked ~ label {
  -webkit-transform: translateX(-220px);
          transform: translateX(-220px);
  width: 100vw;
  height: 100vh;
}

.navigation-sp #menu-toggle:checked ~ label::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px #444;
  position: absolute;
  right: 0px;
}

.navigation-sp .navigation-sp__list {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
          transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  z-index: 1;
}

.navigation-sp .navigation-sp__list ul li a {
  display: block;
  border-bottom: 1px solid white;
  color: white;
  font-size: 1.6rem;
  padding: 20px 28px;
  text-decoration: none;
}

/* SPナビゲーション */
.itinerary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.itinerary table {
  width: 1080px;
  border-collapse: separate;
  border: 1px solid #CCC;
  font-size: 1.2rem;
}

.itinerary table:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .itinerary table tr th:first-child,
  .itinerary table tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #EEE;
  }
}

.itinerary table th, .itinerary table td {
  border: 1px solid #CCC;
}

.itinerary table .index {
  background: #EEE;
  color: #444;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

.itinerary table .date {
  background: #EEE;
  color: #444;
  width: 100px;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

.itinerary table td:not(:first-child) {
  padding: 0;
  padding-left: 12px;
  overflow: hidden;
  position: relative;
}

.itinerary .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 12px;
}

.itinerary .line .top {
  position: absolute;
  width: 100%;
  color: #666;
  top: -0.25em;
}

.itinerary .line .bottom1 {
  left: 0;
  top: calc(50% + 8px);
  white-space: nowrap;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: #666;
  margin: 0;
  position: absolute;
  width: 100%;
  color: #666;
  bottom: -0.25em;
}

.itinerary .line .bottom {
  position: absolute;
  width: 100%;
  color: #666;
  bottom: -0.25em;
}

.itinerary .line__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itinerary .line__info .meal {
  padding: 0.25em 0.5em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.itinerary .line__info .stay {
  background: #001b5f;
  color: #FFF;
  padding: 0.25em 0.5em;
}

.itinerary .line__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1;
          flex: 1 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em 12px 1em 0;
  position: relative;
}

.itinerary .line__item .top {
  position: absolute;
  width: 100%;
  color: #666;
  top: -1.5em;
}

.itinerary .line__item .top--center {
  position: absolute;
  width: 100%;
  color: #666;
  top: -1.5em;
  text-align: center;
}

.itinerary .line__item .top--right {
  position: absolute;
  width: 100%;
  color: #666;
  top: -1.5em;
  text-align: right;
}

.itinerary .line__item .bottom {
  position: absolute;
  width: 100%;
  color: #666;
  bottom: -1.5em;
}

.itinerary .line__item .bottom--center {
  position: absolute;
  width: 100%;
  color: #666;
  bottom: -1.5em;
  text-align: center;
}

.itinerary .line__item .bottom--right {
  position: absolute;
  width: 100%;
  color: #666;
  bottom: -1.5em;
  text-align: right;
}

.itinerary .line__item--event {
  background: #FFF;
  padding: 4px 12px;
  text-align: center;
}

.itinerary .line__item--event .title {
  font-weight: bold;
  font-size: 1.4rem;
}

.itinerary .line__item--event .place {
  font-size: 1.2rem;
}

.itinerary .line__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 12px;
}

.itinerary .line__note .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.itinerary .line__note .left--row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.itinerary .line__note .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.itinerary .line__note .right--row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: right;
}

.itinerary .line .bus-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus-3::before, .itinerary .line .bus-3::after {
  content: "＞＞＞";
}

.itinerary .line .bus-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus-5::before, .itinerary .line .bus-5::after {
  content: "＞＞＞＞＞";
}

.itinerary .line .bus-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus-7::before, .itinerary .line .bus-7::after {
  content: "＞＞＞＞＞＞＞";
}

.itinerary .line .bus-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus-9::before, .itinerary .line .bus-9::after {
  content: "＞＞＞＞＞＞＞＞＞";
}

.itinerary .line .bus-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus-11::before, .itinerary .line .bus-11::after {
  content: "＞＞＞＞＞＞＞＞＞＞＞";
}

.itinerary .line .bus-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus2-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus2-3::before, .itinerary .line .bus2-3::after {
  content: "＞＞＞";
}

.itinerary .line .bus2-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus2-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus2-5::before, .itinerary .line .bus2-5::after {
  content: "＞＞＞＞＞";
}

.itinerary .line .bus2-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus2-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus2-7::before, .itinerary .line .bus2-7::after {
  content: "＞＞＞＞＞＞＞";
}

.itinerary .line .bus2-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus2-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus2-9::before, .itinerary .line .bus2-9::after {
  content: "＞＞＞＞＞＞＞＞＞";
}

.itinerary .line .bus2-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .bus2-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .bus2-11::before, .itinerary .line .bus2-11::after {
  content: "＞＞＞＞＞＞＞＞＞＞＞";
}

.itinerary .line .bus2-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .train-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .train-3::before, .itinerary .line .train-3::after {
  content: "＝＝＝";
}

.itinerary .line .train-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .train-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .train-5::before, .itinerary .line .train-5::after {
  content: "＝＝＝＝＝";
}

.itinerary .line .train-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .train-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .train-7::before, .itinerary .line .train-7::after {
  content: "＝＝＝＝＝＝＝";
}

.itinerary .line .train-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .train-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .train-9::before, .itinerary .line .train-9::after {
  content: "＝＝＝＝＝＝＝＝＝";
}

.itinerary .line .train-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .train-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .train-11::before, .itinerary .line .train-11::after {
  content: "＝＝＝＝＝＝＝＝＝＝＝";
}

.itinerary .line .train-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .plane-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .plane-3::before, .itinerary .line .plane-3::after {
  content: "＋＋＋";
}

.itinerary .line .plane-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .plane-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .plane-5::before, .itinerary .line .plane-5::after {
  content: "＋＋＋＋＋";
}

.itinerary .line .plane-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .plane-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .plane-7::before, .itinerary .line .plane-7::after {
  content: "＋＋＋＋＋＋＋";
}

.itinerary .line .plane-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .plane-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .plane-9::before, .itinerary .line .plane-9::after {
  content: "＋＋＋＋＋＋＋＋＋";
}

.itinerary .line .plane-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .plane-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .plane-11::before, .itinerary .line .plane-11::after {
  content: "＋＋＋＋＋＋＋＋＋＋＋";
}

.itinerary .line .plane-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .ship-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .ship-3::before, .itinerary .line .ship-3::after {
  content: "〜〜〜";
}

.itinerary .line .ship-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .ship-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .ship-5::before, .itinerary .line .ship-5::after {
  content: "〜〜〜〜〜";
}

.itinerary .line .ship-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .ship-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .ship-7::before, .itinerary .line .ship-7::after {
  content: "〜〜〜〜〜〜〜";
}

.itinerary .line .ship-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .ship-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .ship-9::before, .itinerary .line .ship-9::after {
  content: "〜〜〜〜〜〜〜〜〜";
}

.itinerary .line .ship-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .ship-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .ship-11::before, .itinerary .line .ship-11::after {
  content: "〜〜〜〜〜〜〜〜〜〜〜";
}

.itinerary .line .ship-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .user-3 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .user-3::before, .itinerary .line .user-3::after {
  content: "・・・";
}

.itinerary .line .user-3 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .user-5 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .user-5::before, .itinerary .line .user-5::after {
  content: "・・・・・";
}

.itinerary .line .user-5 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .user-7 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .user-7::before, .itinerary .line .user-7::after {
  content: "・・・・・・・";
}

.itinerary .line .user-7 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .user-9 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .user-9::before, .itinerary .line .user-9::after {
  content: "・・・・・・・・・";
}

.itinerary .line .user-9 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary .line .user-11 {
  color: #666;
  font-size: 1.0rem;
}

.itinerary .line .user-11::before, .itinerary .line .user-11::after {
  content: "・・・・・・・・・・・";
}

.itinerary .line .user-11 span::before {
  font-size: 1.2rem;
  padding: 0 0.4rem;
  /* FA * * * * * * * * * * * * * * */
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* * * * * * * * * * * * * * * *  */
}

.itinerary hr {
  margin: 0.5em 12px 1em 0;
  border-style: dashed;
  border-color: #ccc;
}

.playguide {
  margin: 28px 0;
  background: #EFEFEF;
  padding: 20px;
}

.playguide__title {
  text-align: center;
  border-bottom: 2px solid #444;
  padding-bottom: 12px;
  margin-bottom: 28px;
  font-size: 2rem;
}

.playguide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.playguide__item .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .playguide__item .logo {
    margin-bottom: 8px;
  }
}

.playguide__item .detail {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: calc(100% - 170px);
}

@media screen and (max-width: 768px) {
  .playguide__item .detail {
    max-width: 100%;
  }
}

.playguide__item .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.playguide__item .detail dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  background: #fff;
  border: 2px solid #EFEFEF;
  padding: 8px;
  text-align: center;
}

.playguide__item .detail dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: calc(100% - 100px);
  background: #fff;
  border: 2px solid #EFEFEF;
  padding: 8px;
}

.apply_btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .apply_btn__area {
    margin-top: 20px;
  }
}

.apply_btn__area .apply_btn, .apply_btn__area .apply_btn--disabled, .apply_btn__area .apply_btn--active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: calc(50% - 20px);
  margin: 0 10px;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .apply_btn__area .apply_btn, .apply_btn__area .apply_btn--disabled, .apply_btn__area .apply_btn--active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    min-width: 90%;
    font-size: 2.0rem;
  }
}

.apply_btn__area .apply_btn:hover, .apply_btn__area .apply_btn--disabled:hover, .apply_btn__area .apply_btn--active:hover {
  opacity: 0.9;
}

.apply_btn__area .apply_btn--disabled {
  background: #ccc;
  cursor: no-drop;
}

.apply_btn__area .apply_btn--active {
  background: #FF3300;
}

.apply_btn__area + .accept_msg {
  margin-top: 2.4rem;
  font-weight: bold;
  color: #FF3300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .apply_btn__area + .accept_msg {
    font-size: 1.4rem;
  }
}

/* layout */
/* ヘッダーの設定 START */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #092873;
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 0px;
  }
}

header h1.default {
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header h1.default {
    font-size: 2.4rem;
  }
}

header .pc {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header .pc {
    display: none;
  }
}

header .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  header .sp {
    display: inline;
    width: 100%;
  }
}

.point {
  background: #092873;
  padding: 50px 30px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 50px 20px;
  }
}

.point__cruiser {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #fff;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .point__cruiser {
    font-size: 1.5rem;
    text-align: left;
  }
}

.point__cruiser h3 {
  font-size: 3rem;
  margin: -1.5em 20% 0.5em;
  background-color: #092873;
}

@media screen and (max-width: 768px) {
  .point__cruiser h3 {
    font-size: 2rem;
    margin: -1.5em 0 0.5em;
  }
}

.point__table {
  color: #fff;
  font-size: 2rem;
}

.point__table tr:nth-child(even) {
  background-color: #ffffff3a;
}

.point__table tr:nth-child(odd) {
  background-color: #ffffff25;
}

.point__table th {
  width: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .point__table th {
    display: block;
    width: 100%;
  }
}

.point__table td {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .point__table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .point__table table {
    font-size: 1em;
    width: 100%;
  }
  .point__table th, .point__table td {
    text-align: center;
  }
}

.point__wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.point__day {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .point__day {
    margin: 20px auto;
  }
}

.point__title {
  text-align: center;
  margin: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .point__title {
    font-size: 2.0rem;
    text-align: center;
  }
}

.point__title h2 {
  font-size: 3rem;
  color: #000000;
  background: linear-gradient(60deg, #69645f 0%, #fff, #d3d3d3 100%);
  margin: 0 auto;
  padding: 0.2em 0;
}

.point__tableposition {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .point__tableposition {
    width: 100%;
  }
}

.point__subtitle h3 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.point__box1 {
  padding: 0px 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .point__box1 {
    padding: 20px;
  }
}

.point__box {
  padding-top: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.point__box img {
  width: 200px;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .point__box img {
    width: 100%;
  }
}

.point__box__back, .point__box__back2, .point__box__back3 {
  margin: 10px;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  .point__box__back, .point__box__back2, .point__box__back3 {
    padding: 5px;
  }
}

.point__box__back figure, .point__box__back2 figure, .point__box__back3 figure {
  margin: 0;
}

.point__box__back figcaption, .point__box__back2 figcaption, .point__box__back3 figcaption {
  font-size: 0.8em;
  text-align: right;
}

.point__box__back, .point__box__back2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point__box__back3 img {
  width: 100%;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .point__box__back3 img {
    width: 100%;
  }
}

.point__box__style, .point__box__style2, .point__box__style3 {
  margin: 5px;
  background-color: #fff;
  border: 3px solid #69645f;
  -o-border-image: linear-gradient(60deg, #69645f 0%, #fff, #d3d3d3 100%);
     border-image: linear-gradient(60deg, #69645f 0%, #fff, #d3d3d3 100%);
  border-image-slice: 1;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .point__box__style, .point__box__style2, .point__box__style3 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.point__box__style span, .point__box__style2 span, .point__box__style3 span {
  font-size: 0.85em;
  line-height: 120%;
}

.point__box__style {
  width: 100%;
}

.point__box__style2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .point__box__style2 {
    width: 100%;
  }
}

.point__box__style3 {
  width: 33%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .point__box__style3 {
    width: 100%;
  }
}

.point__box__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .point__box__flex1 {
    display: block;
  }
}

.point__box__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .point__box__flex2 {
    display: block;
  }
}

.point__box__title3 {
  display: table;
  width: 100%;
  height: 80px;
}

.point__box__title3 span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .point__box__title3 {
    width: 97%;
    height: auto;
  }
}

.point__box__title, .point__box__title2, .point__box__title3 {
  background: linear-gradient(35deg, #C81428 0%, #FF6B6B, #C81428 100%);
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em;
}

@media screen and (max-width: 768px) {
  .point__box__title, .point__box__title2, .point__box__title3 {
    margin: 5px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0.5em 0.2em;
  }
}

.point__box__title__text, .point__box__title2__text, .point__box__title3__text {
  color: black;
  background-color: #fff;
  margin-top: -30px;
  width: 500px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .point__box__title__text, .point__box__title2__text, .point__box__title3__text {
    margin-left: 0px;
  }
}

/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdVBesCVgqHAtXN_nWQ.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdVBesCpgqHAtXN_nWQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdVBesCRgqHAtXN8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.event {
  background: #ccc;
  padding: 48px 0;
}

@media screen and (max-width: 768px) {
  .event {
    padding: 20px;
  }
}

.event__wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .event__wrap {
    padding-bottom: 0;
  }
}

.event__title {
  margin-top: 8px;
}

.event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px dotted #ccc;
}

.event__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .event__item dt {
    padding: 12px 0 0;
  }
}

.event__item dt.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event__item dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: calc(100% - 165px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .event__item dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 8px 0 12px;
  }
}

/* 申し込みフローの設定 START */
.flow {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .flow {
    margin-top: 28px;
  }
}

.flow__wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .flow__wrap {
    margin-top: -20px;
  }
}

.flow .nav-tabs {
  margin-bottom: 30px;
}

.flow .nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow .nav-tabs .nav-item .nav-link {
  padding: 8px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #CCC;
  letter-spacing: 3px;
  text-align: center;
}

.flow .nav-tabs .nav-item .nav-link.active {
  color: #444;
}

@media screen and (max-width: 768px) {
  .flow .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
}

.flow .tab-content .apply__detail {
  padding: 20px;
}

.flow .tab-content .apply__detail .day, .flow .tab-content .apply__detail .day--active, .flow .tab-content .apply__detail .day--wait, .flow .tab-content .apply__detail .day--done {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply__detail .day, .flow .tab-content .apply__detail .day--active, .flow .tab-content .apply__detail .day--wait, .flow .tab-content .apply__detail .day--done {
    font-size: 1.6rem;
  }
}

.flow .tab-content .apply__detail .day span, .flow .tab-content .apply__detail .day--active span, .flow .tab-content .apply__detail .day--wait span, .flow .tab-content .apply__detail .day--done span {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply__detail .day span, .flow .tab-content .apply__detail .day--active span, .flow .tab-content .apply__detail .day--wait span, .flow .tab-content .apply__detail .day--done span {
    font-size: 2.4rem;
  }
}

.flow .tab-content .apply__detail .day .kara, .flow .tab-content .apply__detail .day--active .kara, .flow .tab-content .apply__detail .day--wait .kara, .flow .tab-content .apply__detail .day--done .kara {
  font-size: 2.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply__detail .day .kara, .flow .tab-content .apply__detail .day--active .kara, .flow .tab-content .apply__detail .day--wait .kara, .flow .tab-content .apply__detail .day--done .kara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.flow .tab-content .apply__detail .day--active, .flow .tab-content .apply__detail .day--wait {
  color: #7b0000;
}

.flow .tab-content .apply__detail .day--done {
  color: #CCC;
}

.flow .tab-content .apply__detail .result {
  text-align: center;
}

.flow .tab-content .apply__detail .result--active, .flow .tab-content .apply__detail .result--wait, .flow .tab-content .apply__detail .result--done {
  text-align: center;
}

.flow .tab-content .apply .msg, .flow .tab-content .apply .msg--top, .flow .tab-content .apply .msg--bottom, .flow .tab-content .apply .msg--done {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply .msg, .flow .tab-content .apply .msg--top, .flow .tab-content .apply .msg--bottom, .flow .tab-content .apply .msg--done {
    font-size: 1.4rem;
  }
}

.flow .tab-content .apply .msg--top {
  font-weight: bold;
}

.flow .tab-content .apply .msg--done {
  color: #FF3300;
  font-weight: bold;
}

.flow .tab-content .apply .heading .plan-name, .flow .tab-content .apply .heading .plan-name--wait, .flow .tab-content .apply .heading .plan-name--active, .flow .tab-content .apply .heading .plan-name--done {
  font-size: 2.0rem;
  text-align: center;
}

.flow .tab-content .apply .heading .plan-name--done {
  color: #CCC;
}

.flow .tab-content .apply-flow .must-read {
  margin-bottom: 20px;
}

.flow .tab-content .apply-flow .must-read__title {
  background: #666;
  color: white;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply-flow .must-read__title {
    text-align: center;
    background: #666;
  }
}

.flow .tab-content .apply-flow .must-read__inner {
  padding: 16px;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
}

.flow .tab-content .apply-flow .must-read__inner .title {
  margin-bottom: 8px;
}

.flow .tab-content .apply-flow .must-read__inner .title i {
  margin-right: 0.25em;
}

.flow .tab-content .apply-flow .must-read__inner .condition:not(:last-child) {
  margin-bottom: 12px;
}

.flow .tab-content .apply-flow .must-read__inner .condition .description--red-deep, .flow .tab-content .apply-flow .must-read__inner .condition .description span {
  color: #FF3300;
}

.flow .tab-content .apply-flow .must-read__inner .condition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flow .tab-content .apply-flow .must-read__inner .condition__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .apply-flow .must-read__inner .condition__list li {
    padding: 8px 0;
  }
}

.flow .tab-content .steps .step:not(:last-child):before, .flow .tab-content .steps .step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}

.flow .tab-content .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #666;
  margin-bottom: 20px;
  position: relative;
  border-left: solid 1px #666;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow .tab-content .steps .step:nth-child(5) {
  z-index: 1;
}

.flow .tab-content .steps .step:nth-child(4) {
  z-index: 2;
}

.flow .tab-content .steps .step:nth-child(3) {
  z-index: 3;
}

.flow .tab-content .steps .step:nth-child(2) {
  z-index: 4;
}

.flow .tab-content .steps .step:nth-child(1) {
  z-index: 5;
}

.flow .tab-content .steps .step:not(:last-child):before {
  margin-left: -62px;
  border: 62px solid transparent;
  border-top: 31px solid #666;
}

.flow .tab-content .steps .step:not(:last-child):after {
  margin-left: -60px;
  border: 60px solid transparent;
  border-top: 30px solid #fff;
}

.flow .tab-content .steps .step__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .flow .tab-content .steps .step__heading br {
    display: none;
  }
}

.flow .tab-content .steps .step__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: calc(100% - 150px);
  padding: 2.0rem;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 16px;
  }
}

.flow .tab-content .steps .step__description .title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__description .title {
    font-size: 1.8rem;
  }
}

.flow .tab-content .steps .step__description .title span {
  border-bottom: solid 2px #FF0000;
}

.flow .tab-content .steps .step__description .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
  margin-top: 0;
  margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__description .payment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flow .tab-content .steps .step__description .payment .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__description .payment .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.flow .tab-content .steps .step__description .payment .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.flow .tab-content .steps .step__description .payment .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .steps .step__description .payment .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.flow .tab-content .steps .step__description .payment .payment__content {
  padding: 8px;
}

.flow .tab-content .steps .step__description .remarks span {
  color: #FF3300;
}

.plans {
  margin-bottom: 48px;
}

.plans__corona {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  padding: 20px 28px;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .plans__corona {
    padding: 20px;
    margin-top: -30px;
    margin-bottom: 70px;
  }
}

.plans__corona h1 {
  background-color: #FF3300;
  color: #FFF;
  padding: 30px;
  font-size: 2rem;
  margin: 10px 0 30px;
}

@media screen and (max-width: 768px) {
  .plans__corona h1 {
    margin: 0 0 20px;
    padding: 10px;
    font-size: 1.8rem;
  }
}

.plans__corona h2 {
  padding: 10px 0;
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .plans__corona h2 {
    margin: 5px;
  }
}

.plans__corona__center {
  text-align: center;
}

.plans__corona p {
  text-align: left;
}

.plans__corona li {
  text-align: left;
}

.plans__corona span {
  font-size: 1.2rem;
}

.plans .plan:not(:last-child) {
  margin-bottom: 28px;
}

.plans .plan__wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  padding: 20px 28px;
}

@media screen and (max-width: 768px) {
  .plans .plan__wrap {
    padding: 20px;
  }
}

.plans .plan__ticket {
  color: #FF3300;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .plans .plan__ticket {
    border: 1px solid #FF3300;
    font-size: 1.4rem;
    padding: 4px 8px;
  }
}

.plans .plan__title .id {
  display: inline-block;
  border: 2px solid #444;
  line-height: 1.2;
  min-width: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 4px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plans .plan__title .id {
    font-size: 2.0rem;
  }
}

.plans .plan__title .heading {
  display: inline;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .plans .plan__title .heading {
    font-size: 2.0rem;
  }
}

.plans .plan__title .copy {
  font-weight: bold;
  color: #444;
}

.plans .plan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plans .plan__header .plan-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

@media screen and (max-width: 768px) {
  .plans .plan__header .plan-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.plans .plan__header .plan-detail dl {
  margin-bottom: 4px;
}

.plans .plan__header .plan-detail__period span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .plans .plan__header .plan-detail__period span {
    display: block;
  }
  .plans .plan__header .plan-detail__period span span {
    display: none;
  }
}

.plans .plan__header .plan-detail__period .sub {
  margin-top: 8px;
}

.plans .plan__header .pricing-plan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-weight: bold;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .plans .plan__header .pricing-plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.plans .plan__header .pricing-plan .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4px;
}

.plans .plan__header .pricing-plan .service li {
  margin-left: 0.5em;
}

.plans .plan__header .pricing-plan .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .plans .plan__header .pricing-plan .sns {
    margin-bottom: 4px;
  }
}

.plans .plan__header .pricing-plan .sns li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5em;
}

.plans .plan__header .pricing-plan .sns li a {
  color: #FFF;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-radius: 2px;
  line-height: 1.8;
}

.plans .plan__header .pricing-plan .sns li a:hover {
  opacity: 0.8;
}

.plans .plan__header .pricing-plan .sns li a.fb {
  background: #3B5998;
}

.plans .plan__header .pricing-plan .sns li a.tw {
  background: #1DA1F2;
}

.plans .plan__header .pricing-plan .sns li a.ln {
  background: #1dcd00;
}

.plans .plan__header .pricing-plan .sns li i {
  margin-right: 0.25em;
}

.plans .plan__header .pricing-plan .price {
  font-size: 2.4rem;
}

.plans .plan__header .pricing-plan .price .text {
  font-size: initial;
}

.plans .plan__header .pricing-plan .price span {
  font-size: 1.4rem;
}

.plans .plan .schedule__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.25em 0;
}

.plans .plan .schedule__heading .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.plans .plan .schedule__heading .usage-guide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 1.2rem;
}

.plans .plan .schedule__heading .usage-guide li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5em;
}

.plans .plan .schedule__heading .usage-guide li:first-child {
  font-weight: bold;
}

.plans .plan .schedule__heading .usage-guide li i {
  margin: 0 0.25em;
}

.plans .plan .price-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.25em;
}

.plans .plan .price-list__heading .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .plans .plan .price-list__heading .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 12px;
  }
}

.plans .plan .price-list__heading .accept_msg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  font-weight: bold;
  color: #FF3300;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .plans .plan .price-list__heading .accept_msg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
}

.plans .plan .price-list__table .excel {
  width: 1080px;
  font-size: 1.4rem;
  border-collapse: separate;
  border: 1px solid #CCC;
}

.plans .plan .price-list__table .excel tr:first-child, .plans .plan .price-list__table .excel tr:nth-child(2) {
  background: #EEE;
  color: #444 !important;
  font-weight: bold;
}

.plans .plan .price-list__table .excel tr:first-child td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #EEE;
  color: #444 !important;
}

.plans .plan .price-list__table .excel tr:nth-child(n + 3) td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
}

.plans .plan .price-list__table .excel td {
  border: 1px solid #CCC;
  padding: 0.5em;
}

.plans .plan .price-list__table .excel .done, .plans .plan .price-list__table .excel .soldout {
  text-align: center;
  margin: auto;
  color: #FF3300;
}

.plans .plan .price-list__table .excel .btn-apply, .plans .plan .price-list__table .excel .btn-wait,
.plans .plan .price-list__table .excel .btn-wait:visited,
.plans .plan .price-list__table .excel .btn-apply:visited,
.plans .plan .price-list__table .excel .btn-wait:visited {
  display: block;
  text-align: center;
  min-width: 75px;
  width: 100%;
  padding: 8px;
  margin: auto;
  text-decoration: none;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  font-size: 1.2rem;
  background: #ff8500;
}

.plans .plan .price-list__table .excel .btn-apply:hover, .plans .plan .price-list__table .excel .btn-wait:hover,
.plans .plan .price-list__table .excel .btn-apply:visited:hover,
.plans .plan .price-list__table .excel .btn-wait:visited:hover {
  opacity: 1;
}

.plans .plan .price-list__table .excel .btn-wait,
.plans .plan .price-list__table .excel .btn-wait:visited {
  cursor: no-drop;
  background: #CCC;
}

.plans .plan__footer .plan-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.plans .plan__footer .plan-detail dl {
  margin-bottom: 4px;
}

.plans .plan__footer .plan-detail .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plans .plan__footer .plan-detail .service li {
  margin-right: 0.25em;
}

.terms,
.modal-body {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.terms__heading,
.modal-body__heading {
  background: #7b0000;
  color: white;
  text-align: center;
  padding: 20px;
}

.terms__heading h2,
.modal-body__heading h2 {
  font-size: 2.4rem;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .terms__heading h2,
  .modal-body__heading h2 {
    font-size: 2.0rem;
  }
}

.terms__wrap,
.modal-body__wrap {
  background: #fff;
  padding: 20px;
}

.terms .item__title,
.modal-body .item__title {
  color: #7b0000;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding-bottom: 28px;
  text-align: center;
  position: relative;
}

.terms .item__title span,
.modal-body .item__title span {
  font-size: 1.4rem;
  font-weight: normal;
}

.terms .item__title::after,
.modal-body .item__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  background-size: auto auto;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eee 2px, #eee 4px);
}

.terms .term,
.modal-body .term {
  margin-bottom: 20px;
}

.terms .term:not(:last-child),
.modal-body .term:not(:last-child) {
  border-bottom: #999 1px dashed;
  padding-bottom: 20px;
}

.terms .term__title,
.modal-body .term__title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.terms .term__title i,
.modal-body .term__title i {
  margin-right: 0.5em;
}

.terms .term .sub-title,
.modal-body .term .sub-title {
  font-size: 1.6rem;
  margin: 12px 0 8px;
}

@media screen and (max-width: 768px) {
  .terms .term .sub-title,
  .modal-body .term .sub-title {
    font-size: 1.4rem;
  }
}

.terms .term__description,
.modal-body .term__description {
  margin-top: 8px;
}

.terms .term__description--plane,
.modal-body .term__description--plane {
  font-size: 1.4rem;
  margin-top: 8px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .terms .term__description--plane,
  .modal-body .term__description--plane {
    text-align: left;
  }
}

.terms .term__description--ticket,
.modal-body .term__description--ticket {
  color: #FF3300;
}

.terms .term .planelist, .terms .term .planelist__expenses,
.modal-body .term .planelist,
.modal-body .term .planelist__expenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
  margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
  .terms .term .planelist, .terms .term .planelist__expenses,
  .modal-body .term .planelist,
  .modal-body .term .planelist__expenses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.terms .term .planelist .heading, .terms .term .planelist__expenses .heading,
.modal-body .term .planelist .heading,
.modal-body .term .planelist__expenses .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .planelist .heading, .terms .term .planelist__expenses .heading,
  .modal-body .term .planelist .heading,
  .modal-body .term .planelist__expenses .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.terms .term .planelist .content, .terms .term .planelist__expenses .content,
.modal-body .term .planelist .content,
.modal-body .term .planelist__expenses .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.terms .term .planelist .content li, .terms .term .planelist__expenses .content li,
.modal-body .term .planelist .content li,
.modal-body .term .planelist__expenses .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .terms .term .planelist .content, .terms .term .planelist__expenses .content,
  .modal-body .term .planelist .content,
  .modal-body .term .planelist__expenses .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.terms .term .planelist__expenses,
.modal-body .term .planelist__expenses {
  margin-top: 0;
  margin-bottom: -1px;
}

.terms .term .bus-list,
.modal-body .term .bus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .terms .term .bus-list,
  .modal-body .term .bus-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.terms .term .bus-list .heading,
.modal-body .term .bus-list .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .bus-list .heading,
  .modal-body .term .bus-list .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.terms .term .bus-list .content,
.modal-body .term .bus-list .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.terms .term .bus-list .content li,
.modal-body .term .bus-list .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .terms .term .bus-list .content,
  .modal-body .term .bus-list .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.terms .term .hotel-list,
.modal-body .term .hotel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .terms .term .hotel-list,
  .modal-body .term .hotel-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.terms .term .hotel-list .heading,
.modal-body .term .hotel-list .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .hotel-list .heading,
  .modal-body .term .hotel-list .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.terms .term .hotel-list .content,
.modal-body .term .hotel-list .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.terms .term .hotel-list .content li,
.modal-body .term .hotel-list .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .terms .term .hotel-list .content,
  .modal-body .term .hotel-list .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.terms .term .reference,
.modal-body .term .reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
  max-width: 50%;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .terms .term .reference,
  .modal-body .term .reference {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.terms .term .reference .heading,
.modal-body .term .reference .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .reference .heading,
  .modal-body .term .reference .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.terms .term .reference .content,
.modal-body .term .reference .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.terms .term .reference .content li,
.modal-body .term .reference .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .terms .term .reference .content,
  .modal-body .term .reference .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .terms .term .reference,
  .modal-body .term .reference {
    max-width: 100%;
  }
}

.terms .term .reference .content,
.modal-body .term .reference .content {
  text-align: center;
}

.terms .term .cancel,
.modal-body .term .cancel {
  margin: 8px 0 16px 0;
  width: 100%;
  font-size: 1.4rem;
}

.terms .term .cancel tr th, .terms .term .cancel tr td,
.modal-body .term .cancel tr th,
.modal-body .term .cancel tr td {
  border: 1px solid #CCC;
}

.terms .term .cancel tr th,
.modal-body .term .cancel tr th {
  background: #EEE;
  padding: 8px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .cancel tr th:nth-child(2),
  .modal-body .term .cancel tr th:nth-child(2) {
    width: 100px;
  }
  .terms .term .cancel tr th:nth-child(2) span,
  .modal-body .term .cancel tr th:nth-child(2) span {
    display: block;
  }
}

.terms .term .cancel tr td,
.modal-body .term .cancel tr td {
  padding: 8px;
}

.terms .term .cancel tr td:first-child,
.modal-body .term .cancel tr td:first-child {
  width: 40px;
  text-align: center;
}

.terms .term .cancel tr td:nth-child(3),
.modal-body .term .cancel tr td:nth-child(3) {
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .cancel tr td:nth-child(3),
  .modal-body .term .cancel tr td:nth-child(3) {
    width: 100px;
  }
  .terms .term .cancel tr td:nth-child(3) span,
  .modal-body .term .cancel tr td:nth-child(3) span {
    display: block;
    font-size: 1.2rem;
  }
}

.terms .term .necessary,
.modal-body .term .necessary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin-top: 16px;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .terms .term .necessary,
  .modal-body .term .necessary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.terms .term .necessary .heading,
.modal-body .term .necessary .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terms .term .necessary .heading,
  .modal-body .term .necessary .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.terms .term .necessary .content,
.modal-body .term .necessary .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px;
}

.terms .term .necessary .content li,
.modal-body .term .necessary .content li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .terms .term .necessary .content,
  .modal-body .term .necessary .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.terms .term .necessary__item,
.modal-body .term .necessary__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 8px;
  padding-left: calc(1em + 16px);
}

@media screen and (max-width: 768px) {
  .terms .term .necessary,
  .modal-body .term .necessary {
    max-width: 100%;
  }
}

.terms .term .annotation,
.modal-body .term .annotation {
  margin-top: 12px;
}

.terms .term .annotation .em,
.modal-body .term .annotation .em {
  font-weight: bold;
  text-decoration: underline;
}

.terms .term .annotation li,
.modal-body .term .annotation li {
  list-style-type: none;
}

.terms .disc,
.modal-body .disc {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .terms .disc,
  .modal-body .disc {
    padding-left: 1.5em;
  }
}

/*クレジットの設定 START */
.credit {
  padding: 48px 0;
}

.credit__wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.credit .credit__item--company h2, .credit .credit__item--desk h2 {
  font-size: 2.0rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .credit .credit__item--company h2, .credit .credit__item--desk h2 {
    font-size: 1.6rem;
  }
}

.credit .credit__item--company h3, .credit .credit__item--desk h3 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .credit .credit__item--company h3, .credit .credit__item--desk h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .credit .credit__item--company .qualification, .credit .credit__item--desk .qualification {
    font-size: 1.2rem;
  }
}

.credit .credit__item--company .remarks, .credit .credit__item--desk .remarks {
  font-size: 1.2rem;
}

.credit__item--company {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

@media screen and (max-width: 768px) {
  .credit__item--company {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
}

.credit__item--desk {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: calc(65% - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .credit__item--desk {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.credit__item--desk .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .credit__item--desk .contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.credit__item--desk .contact li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .credit__item--desk .contact li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 0;
  }
}

.credit__item--desk .contact li i {
  margin-right: 0.5em;
}

.credit__item--desk .contact li .tel {
  color: inherit;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .credit__item--desk .contact li .tel {
    pointer-events: initial;
    text-decoration: underline;
  }
}

/* フッターの設定 START */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #fff;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 1.4rem;
}

footer .menu .menu__list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .menu .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 20px;
  }
}

footer .menu .menu__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #125687;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .menu .menu__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 50%;
    margin: 4px 0;
  }
  footer .menu .menu__list li:first-child, footer .menu .menu__list li:nth-child(4) {
    border-right: 1px solid #EEE;
  }
}

footer .menu .menu__list li a {
  display: block;
  color: #125687;
}

footer .menu .menu__list li a::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105  ";
  font-weight: 900;
}

footer .menu .menu__list li a::after {
  font-family: 'Font Awesome 5 Free';
  content: " \f2d2";
}

footer .menu .menu__list li a.dw::after {
  font-family: 'Font Awesome 5 Free';
  content: " \f019";
  font-weight: 900;
}

footer .copy-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  color: #fff;
  font-size: 1.2rem;
  padding-top: 12px;
  text-align: center;
}

footer .approval-number {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0 0 12px 0;
  text-align: center;
  color: #fff;
}

footer .approval-number span {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  font-size: 1.0rem;
  padding: 0 4px;
  color: #fff;
}

.red {
  color: #FF3300;
}

.mini {
  font-size: 1.5rem;
}

.plans__title {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */