@charset "UTF-8";
/*** CSS Document ********************************************

  2025/03/01 ジャンプページ
  fw-jump.css

*************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.fw-jump .fw-link-jump::after, .fw-jump .fw-contents-heading__back-link:before {
  display: inline-block;
  font-family: "fw-dp-ico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-jump .fw-contents-heading__txt, .fw-jump .fw-contents-heading__ttl {
  margin: 0;
  padding: 0;
}

.rdrMonthsVertical {
  overflow: auto;
  overscroll-behavior: contain;
}

.rdrMonth {
  width: initial !important;
}

.rdrCalendarWrapper {
  color: #3C3D47 !important;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 759px) {
  .rdrMonthAndYearWrapper {
    padding: 10px 10px 0;
  }
}

.rdrMonthAndYearPickers {
  flex-direction: row-reverse;
}
.rdrMonthAndYearPickers select {
  font-weight: 600;
}

.rdrDateDisplayWrapper {
  order: 2;
  margin-top: 0 !important;
  padding: 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 2;
}
.rdrDateDisplayWrapper .rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 24px;
  position: relative;
}
.rdrDateDisplayWrapper .rdrDateDisplayItem + .rdrDateDisplayItem::before {
  content: "\e941";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -0.5em;
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  color: #A6ACAF;
}

@media print, screen and (min-width: 760px) {
  .rdrDateDisplayWrapper {
    padding: 8px 0 0;
  }
}
html {
  font-size: 62.5%;
  line-height: 1.72;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
}

body {
  font-size: 1.4rem;
  background: #fff !important;
}

/*
@media (min-width: 737px) {
	html {
		font: 10px/1.72 Roboto, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
		overflow: auto !important;
	}

	html.ie {
		font: 10px/1.72 Roboto, "メイリオ", Meiryo, sans-serif;
	}
}

@media (max-width: 736px) and (min-width: 415px) {
	html {
		font: 16px/1.72 Roboto, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	}

	html.ie {
		font: calc(10px + ((1vw - 3.21px) * 3.1348))/1.72 Roboto, "メイリオ", Meiryo, sans-serif;
	}
}

@media (max-width: 414px) {
	html {
		font: calc(10px + ((1vw - 3.21px) * 3.1348))/1.72 Roboto, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	}

	html.ie {
		font: calc(10px + ((1vw - 3.21px) * 3.1348))/1.72 Roboto, "メイリオ", Meiryo, sans-serif;
	}
}

@media print {
	html {
		font: 10px/1.72 Roboto, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
		overflow: auto !important;
	}

	html.ie {
		font: 10px/1.72 Roboto, "メイリオ", Meiryo, sans-serif;
	}
}
*/
body {
  margin: 0;
}

@media print {
  body {
    width: 84.8rem;
  }
}
@media print, screen and (max-width: 759px) {
  html.fw-is-lock,
  body.fw-is-lock {
    overflow: hidden !important;
  }
}
.fw-jump {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #3C3D47;
  -webkit-text-size-adjust: 100%;
  /* stylelint-disable */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.72;
  letter-spacing: 0;
  /*-----------------------------------
  	NTA共通フッターコンテンツ
  ------------------------------------*/
}
.fw-jump h1 {
  font-size: 100%;
  margin: 0.67em 0;
}
.fw-jump hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.fw-jump main {
  display: block;
}
.fw-jump pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fw-jump a {
  -webkit-text-decoration-skip: objects;
}
.fw-jump abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.fw-jump b,
.fw-jump strong {
  font-weight: bolder;
}
.fw-jump code,
.fw-jump kbd,
.fw-jump samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fw-jump small {
  font-size: 80%;
}
.fw-jump ul, .fw-jump li {
  list-style: none;
}
.fw-jump svg:not(:root) {
  overflow: hidden;
}
.fw-jump button,
.fw-jump input,
.fw-jump optgroup,
.fw-jump select,
.fw-jump textarea {
  margin: 0;
}
.fw-jump button {
  overflow: visible;
  text-transform: none;
}
.fw-jump button,
.fw-jump [type=button],
.fw-jump [type=reset],
.fw-jump [type=submit] {
  -webkit-appearance: button;
}
.fw-jump button::-moz-focus-inner,
.fw-jump [type=button]::-moz-focus-inner,
.fw-jump [type=reset]::-moz-focus-inner,
.fw-jump [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.fw-jump button:-moz-focusring,
.fw-jump [type=button]:-moz-focusring,
.fw-jump [type=reset]:-moz-focusring,
.fw-jump [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.fw-jump fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.fw-jump input {
  overflow: visible;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.fw-jump legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.fw-jump progress {
  display: inline-block;
  vertical-align: baseline;
}
.fw-jump select {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.fw-jump textarea {
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.fw-jump [type=number]::-webkit-inner-spin-button,
.fw-jump [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.fw-jump [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.fw-jump [type=search]::-webkit-search-cancel-button,
.fw-jump [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.fw-jump ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.fw-jump details {
  display: block;
}
.fw-jump summary {
  display: list-item;
}
.fw-jump template {
  display: none;
}
@media print, screen and (max-width: 759px) {
  .fw-jump .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .sp-only {
    display: none !important;
  }
}
.fw-jump .hide {
  display: none !important;
}
.fw-jump [data-size=larger] {
  font-size: 1.25em !important;
}
.fw-jump [data-size=smaller] {
  font-size: 0.8em !important;
}
.fw-jump [data-align=center] {
  text-align: center;
}
.fw-jump [data-align=right] {
  text-align: right;
}
.fw-jump img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.fw-jump button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.fw-jump button:hover {
  cursor: pointer;
}
.fw-jump em {
  font-style: normal;
}
.fw-jump em[data-size=larger] {
  font-size: 1.5em;
}
.fw-jump a {
  color: #4EA6CB;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
@media print, screen and (min-width: 760px) {
  .fw-jump a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  .fw-jump a:hover img {
    opacity: 0.8;
  }
  .fw-jump a img {
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.fw-jump ::placeholder {
  color: #C1C3C5;
}
.fw-jump ::-ms-input-placeholder {
  color: #C1C3C5;
}
.fw-jump :-ms-input-placeholder {
  color: #C1C3C5;
}
.fw-jump .fw-l-wrapper *,
.fw-jump .fw-l-wrapper *:before,
.fw-jump .fw-l-wrapper *:after {
  box-sizing: border-box;
}
.fw-jump .fw-l-wrapper ul,
.fw-jump .fw-l-wrapper li,
.fw-jump .fw-modal ul,
.fw-jump .fw-modal li {
  list-style: none;
}
.fw-jump .fw-l-wrapper button,
.fw-jump .fw-l-wrapper input,
.fw-jump .fw-l-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.fw-jump .fw-l-wrapper select::-ms-expand {
  display: none;
}
.fw-jump .fw-l-wrapper input[type=number]::-webkit-inner-spin-button,
.fw-jump .fw-l-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fw-jump .fw-l-wrapper input[type=number] {
  -moz-appearance: textfield;
}
@media print, screen and (max-width: 759px) {
  .fw-jump .st2-site-footer__page-to-top a {
    display: none;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .st2-site-footer__page-to-top.this-active a.fw-fix-bar-is-show {
    bottom: 16rem;
  }
}
.fw-jump .fw-is-hide,
.fw-jump .fwnta-is-hide {
  display: none !important;
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fw-is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-is-sp {
    display: none;
  }
  .fw-jump .fw-is-pc-hide {
    display: none !important;
  }
}
.fw-jump .fw-bold {
  font-weight: bold;
}
.fw-jump .fwnta-fc--red {
  color: #E74444;
}
.fw-jump .fw-l-wrapper {
  background-color: #fff;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-wrapper {
    padding: 0 2.4rem;
    max-width: 84.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.fw-jump .fw-contents-heading {
  padding: 1.6rem;
}
.fw-jump .fw-contents-heading .fw-contents-heading {
  padding: 0;
}
.fw-jump .fw-contents-heading + .fw-contents-heading {
  padding-top: 0;
}
.fw-jump .fw-contents-heading__back {
  margin: 0 0 1rem 0;
}
.fw-jump .fw-contents-heading__back-link {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding-left: 2rem;
}
.fw-jump .fw-contents-heading__back-link:before {
  content: "\e916";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.fw-jump .fw-contents-heading__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.fw-jump .fw-contents-heading__txt {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
}
.fw-jump .fw-contents-heading__col-right {
  margin-top: 0.5rem;
}
.fw-jump .fw-breadcrumb + .fw-contents-heading {
  padding-top: 0;
}
.fw-jump .fw-link--right {
  text-align: right;
  margin: 0;
}
.fw-jump .fw-link-jump {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
  padding-right: 1.2em;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-link-jump {
    font-size: 1.8rem;
  }
}
.fw-jump .fw-link-jump::after {
  content: "\e900";
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-contents-heading {
    padding: 0;
    margin-bottom: 3.2rem;
  }
  .fw-jump .fw-contents-heading__back {
    margin: 0 0 1rem 0;
  }
  .fw-jump .fw-contents-heading__back-link {
    font-size: 1.4rem;
  }
  .fw-jump .fw-contents-heading__ttl {
    font-size: 2.2rem;
  }
  .fw-jump .fw-contents-heading__txt {
    font-size: 1.4rem;
  }
  .fw-jump .fw-contents-heading__row {
    display: flex;
  }
  .fw-jump .fw-contents-heading__col-left {
    flex: 1;
  }
  .fw-jump .fw-contents-heading__col-right {
    margin-top: 0;
    padding-left: 2rem;
  }
  .fw-jump .fw-breadcrumb + .fw-contents-heading {
    padding-top: 0;
  }
  .fw-jump .fw-contents-heading__row {
    display: flex;
  }
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fw-contents-heading__txt {
    font-size: 1.1rem;
  }
}
.fw-jump .fw-l-contents {
  padding-bottom: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-contents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.fw-jump .fw-l-main {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-main {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.fw-jump .fw-l-hotel-wrapper {
  background-color: #fff;
}
.fw-jump .fw-l-hotel-header-contents {
  padding: 1.6rem;
}
.fw-jump .fw-l-hotel-header-contents .fw-txt-urgency-wrap {
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-hotel-header-contents {
    max-width: 84.8rem;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
.fw-jump .fw-l-hotel-detail-wrapper {
  background-color: #fff;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-hotel-detail-wrapper {
    margin-top: 4rem;
  }
}
.fw-jump .fw-l-hotel-detail-contents {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-hotel-detail-wrapper {
    background-color: transparent;
  }
  .fw-jump .fw-l-hotel-detail-contents {
    max-width: 84.8rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-train-contents {
    max-width: 84.8rem;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fw-l-schedule-main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-flight-contents {
    max-width: 84.8rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-flight-contents-side {
    width: 290px;
    position: relative;
  }
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-flight-contents-main {
    width: calc(100% - 310px);
    position: relative;
  }
  .fw-jump .fw-tour-flight-contents .fw-l-flight-contents-main {
    width: 100%;
    position: relative;
  }
}
.fw-jump .fw-l-flight-contents-footer {
  padding: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-l-flight-contents-footer {
    width: calc(100% - 310px);
    margin: 0 0 0 auto;
    padding: 2rem 0;
  }
}
.fw-jump .fw-produced-by {
  text-align: left;
  line-height: 1;
  padding: 1.6rem 0;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-produced-by {
    max-width: 84.8rem;
  }
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fw-produced-by {
    width: 100%;
  }
}
.fw-jump .fw-produced-by img {
  max-width: 100%;
}
.fw-jump .fw-contents-note-txt {
  font-size: 1rem;
  margin: 1.5em 0 1em;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-contents-note-txt {
    font-size: 1.2rem;
  }
}
.fw-jump .fwnta-page-note {
  margin-bottom: 3.2rem;
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fwnta-page-note {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.fw-jump .fwnta-page-note__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fw-jump .fwnta-page-note__list > li {
  font-size: 1.2rem;
  list-style: none;
  line-height: 1.5;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-page-note__list > li {
    font-size: 1.4rem;
  }
}
.fw-jump .fwnta-certification-mark {
  margin-bottom: 3.2rem;
}
.fw-jump .fwnta-certification-mark__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.fw-jump .fwnta-certification-mark__list > li {
  padding: 0 0.8rem;
  border-left: 1px dotted #E1E4E7;
}
.fw-jump .fwnta-certification-mark__list > li:last-child {
  border-right: 1px dotted #E1E4E7;
}
.fw-jump .fwnta-certification-mark__list > li img {
  width: 4.4rem;
}
.fw-jump .fwnta-footer-section {
  margin-bottom: 3.2rem;
}
@media print, screen and (max-width: 759px) {
  .fw-jump .fwnta-footer-section {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.fw-jump .fwnta-footer-section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  color: #3C3D47;
  background-color: #D9EBF3;
  border-radius: 4px;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-section__head {
    padding: 1rem 1.6rem;
  }
}
.fw-jump .fwnta-footer-section__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-section__ttl {
    font-size: 2rem;
  }
}
.fw-jump .fwnta-footer-section__body {
  width: 96%;
  margin: auto;
  padding-top: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-section__body {
    padding-top: 2.4rem;
  }
}
.fw-jump .fwnta-footer-accordion {
  margin-bottom: 0.4rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-accordion {
    margin-bottom: 1.6rem;
  }
}
.fw-jump .fwnta-footer-accordion__trigger {
  background: #F9F6F4;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.fw-jump .fwnta-footer-accordion__ttl {
  margin: 0;
  padding: 0;
  padding: 1.1rem 0.8rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-accordion__ttl {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.fw-jump .fwnta-footer-accordion__ttl::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e145";
  font-variation-settings: "wght" 400;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0.8rem;
  font-size: 2rem;
  color: #A6ACAF;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-accordion__ttl::after {
    font-size: 2.4rem;
  }
}
.fw-jump .fwnta-footer-accordion.fw-is-active .fwnta-footer-accordion__ttl::after {
  content: "\e15b";
  transform: rotate(180deg);
}
.fw-jump .fwnta-footer-accordion__body {
  display: none;
  padding: 0.8rem 0 2.4rem;
}
.fw-jump .fwnta-footer-accordion .fwnta-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  line-height: 1.4;
}
.fw-jump .fwnta-footer-accordion .fwnta-link-list > li {
  border-bottom: 1px solid #E1E4E7;
  width: calc((100% - 1.6rem) / 2);
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-accordion .fwnta-link-list > li {
    width: calc((100% - 3.2rem) / 3);
  }
}
.fw-jump .fwnta-footer-accordion .fwnta-link-list > li a {
  text-decoration: none;
  color: #3C3D47;
  display: block;
  padding: 1rem 2.4rem 1rem 0;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-accordion .fwnta-link-list > li a {
    padding: 1.2rem 2.4rem 1.2rem 0;
  }
}
.fw-jump .fwnta-footer-accordion .fwnta-link-list > li a::after {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e5cc";
  font-variation-settings: "wght" 600;
  font-size: 1.6rem;
  color: #6EB9DA;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.fw-jump .fwnta-footer-sns-icon {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.fw-jump .fwnta-footer-sns-icon__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fwnta-footer-sns-icon__list {
    gap: 1.6rem 2.4rem;
  }
}
.fw-jump .fwnta-footer-sns-icon__list > li img {
  width: 4rem;
}

.fw-jump .fw-jump-txt {
  margin: 2em 0;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-jump-txt {
    line-height: 2;
  }
}
.fw-jump .fw-jump-link {
  text-align: center;
  margin-top: 2.4rem;
}
.fw-jump .fw-jump-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #6EB9DA;
  color: #6EB9DA;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.142857142;
  text-align: center;
  text-decoration: none;
  min-width: 24rem;
  min-height: 4rem;
  padding: 1rem;
  border-radius: 3rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 61, 71, 0.16);
}
@media print, screen and (min-width: 760px) {
  .fw-jump .fw-jump-link-btn {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .fw-jump .fw-jump-link-btn:hover {
    text-decoration: none;
  }
}

/*# sourceMappingURL=fw-jump.css.map */
