@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #222222;
  background-color: #ffffff;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1 {
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  p {
    font-size: 1rem;
  }
}

ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

button {
  border-width: 0;
  padding: 0;
  border-style: none;
  background-color: transparent;
  border-color: transparent;
}

/*====================================
FirstView
====================================*/
.FirstView-swiper {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .FirstView-swiper {
    margin-top: 80px;
  }
}

.FirstView__inner {
  position: absolute;
  max-width: 1512px;
  width: 100%;
  top: 48px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:768px) {
  .FirstView__inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.FirstView__text {
  margin-left: 9.6692111959%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16875rem;
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .FirstView__text {
    margin-left: 8.7962962963%;
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}

/*====================================
FirstView-about
====================================*/
.FirstView-about {
  padding-top: 234px;
  position: relative;
}
@media screen and (min-width:768px) {
  .FirstView-about {
    padding-top: 436px;
  }
}
.FirstView-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 393/362;
  height: auto;
  background: url(../assets/images/FrontPage-About-sp.webp) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .FirstView-about::before {
    max-width: 1178px;
    aspect-ratio: 1178/778;
    top: 0;
    right: 0;
    width: 100%;
    background: url(../assets/images/FrontPage-About-pc.webp) no-repeat center center/cover;
  }
}

.FirstView-about__inner {
  max-width: 753px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.FirstView-about__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: 0.025rem;
}
@media screen and (min-width:768px) {
  .FirstView-about__title {
    font-size: 1.75rem;
    line-height: 1.71;
    letter-spacing: 0.035rem;
  }
}

.FirstView-about__text {
  margin-top: 22px;
  font-size: 0.875rem;
  line-height: 2.51;
}
@media screen and (min-width:768px) {
  .FirstView-about__text {
    text-align: center;
    margin-top: 38px;
    max-width: 714px;
    width: 100%;
    padding-inline: 0.625rem;
    font-size: 1rem;
    line-height: 2.75;
  }
}

/*====================================
FirstView-tour
====================================*/
.FirstView-tour {
  position: relative;
  margin-top: 168px;
  background: #143D83;
  padding-block: 50px 70px;
}
.FirstView-tour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
  max-width: 1062px;
  width: 100%;
  background: url(../assets/images/FrontPage-tour-top.webp) no-repeat center center/contain;
  aspect-ratio: 393/81;
}
@media screen and (min-width:992px) {
  .FirstView-tour::before {
    -webkit-transform: translate(-50%, -99%);
            transform: translate(-50%, -99%);
  }
}
@media screen and (min-width:768px) {
  .FirstView-tour {
    margin-top: 253px;
    padding-block: 59px 100px;
  }
}
@media screen and (min-width:992px) {
  .FirstView-tour {
    margin-top: 333px;
    padding-block: 85px 120px;
  }
}

.FirstView-tour__inner {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width:768px) {
  .FirstView-tour__inner {
    padding-inline: 2.5rem;
  }
}

.FirstView-tour__note {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 2.28;
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width:768px) {
  .FirstView-tour__note {
    margin-top: 9px;
    font-size: 1rem;
  }
}

.FirstView-tour__cards {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 352px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width:992px) {
  .FirstView-tour__cards {
    grid-template-columns: repeat(auto-fill, minmax(300px, 386px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 52px;
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
}
.FirstView-tour__cards .tour-card.is-new .tour-card__thumbnail::after {
  content: "NEW";
  position: absolute;
  font-size: 1rem;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 500;
  line-height: 2;
  bottom: 10px;
  right: 12px;
  width: 52px;
  height: 52px;
  background: url(../assets/svg/TourCard-new.svg) no-repeat center/contain;
}
@media screen and (min-width:768px) {
  .FirstView-tour__cards .tour-card.is-new .tour-card__thumbnail::after {
    bottom: 11px;
    right: 11px;
    width: 57px;
    height: 57px;
  }
}

.FirstView-tour__button {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .FirstView-tour__button {
    margin-top: 57px;
  }
}

.FirstView-tour__link {
  max-width: 353px;
  margin-inline: auto;
  height: 50px;
}
@media screen and (min-width:768px) {
  .FirstView-tour__link {
    max-width: 340px;
  }
}

/*====================================
FirstView-blog
====================================*/
.FirstView-blog {
  margin-block: 50px 75px;
}
@media screen and (min-width:768px) {
  .FirstView-blog {
    margin-block: 120px 199px;
  }
}

.FirstView-blog__inner {
  padding-inline: 1.25rem;
  max-width: 1280px;
  padding-inline: 20px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .FirstView-blog__inner {
    padding-inline: 40px;
  }
}

.FirstView-blog__cards {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}
@media screen and (min-width:768px) {
  .FirstView-blog__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.1875rem;
    margin-top: 32px;
  }
}

.FirstView-blog__button {
  margin-top: 50px;
  display: none;
}
@media screen and (min-width:768px) {
  .FirstView-blog__button {
    display: block;
    margin-top: 75px;
  }
}

.FirstView-blog__link {
  line-height: 1.5;
  max-width: 340px;
  margin-inline: auto;
  height: 50px;
}

/*====================================
FirstView-instagram
====================================*/
.FirstView-instagram {
  padding-bottom: 93px;
}
@media screen and (min-width:768px) {
  .FirstView-instagram {
    padding-bottom: 200px;
  }
}

.FirstView-instagram__inner {
  padding-inline: 1.25rem;
  max-width: 1019px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .FirstView-instagram__inner {
    padding-inline: 2.8125rem;
  }
}

.FirstView-instagram__feed {
  margin-top: 11px;
}
@media screen and (min-width:768px) {
  .FirstView-instagram__feed {
    margin-top: 4px;
  }
}

/*====================================
smash balloon Social Photo Feed
====================================*/
@media screen and (min-width:768px) {
  .sbi_feedtheme_header_text h3 {
    font-size: 1rem !important;
    line-height: 2.5 !important;
  }
}

.sbi_header_text {
  padding-left: 3px !important;
  gap: 13px !important;
}

#sbi_images {
  margin-top: 4px !important;
  padding-block: 4px 30px !important;
  row-gap: 15px !important;
  -webkit-column-gap: 13px !important;
     -moz-column-gap: 13px !important;
          column-gap: 13px !important;
}
@media screen and (min-width:768px) {
  #sbi_images {
    margin-top: 9px !important;
    row-gap: 5px !important;
    -webkit-column-gap: 7px !important;
       -moz-column-gap: 7px !important;
            column-gap: 7px !important;
    padding-block: 4px 54px !important;
  }
}

#sb_instagram {
  padding-bottom: 0 !important;
}

@media screen and (min-width:768px) {
  #sbi_load {
    width: 99% !important;
  }
}

.sbi_photo {
  height: auto !important;
}
.sbi_photo img {
  aspect-ratio: 170/163 !important;
  height: auto !important;
}
@media screen and (min-width:768px) {
  .sbi_photo img {
    aspect-ratio: 162/163 !important;
  }
}

.sbi_load_btn {
  padding: 8px 50px !important;
  margin-top: 0 !important;
  border: 1px solid transparent !important;
}
@media (hover: none) {
  .sbi_load_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sbi_load_btn:active {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .sbi_load_btn:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media screen and (min-width:768px) {
  .sbi_load_btn {
    padding: 10px 67px !important;
  }
}

.sbi_btn_text {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.71 !important;
}
@media screen and (min-width:768px) {
  .sbi_btn_text {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
  }
}

.kyrgyztan {
  margin-block: 30px 160px;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .kyrgyztan {
    padding-block: 75px 200px;
    padding-inline: 40px;
  }
}

.kyrgyztan__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 171px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.625rem;
  -webkit-column-gap: 2.5445292621%;
     -moz-column-gap: 2.5445292621%;
          column-gap: 2.5445292621%;
}
@media screen and (min-width:768px) {
  .kyrgyztan__inner {
    row-gap: 1.8125rem;
    -webkit-column-gap: 1.75%;
       -moz-column-gap: 1.75%;
            column-gap: 1.75%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.kyrgyztan__link {
  display: grid;
  place-items: center;
  border-radius: 10px;
  position: relative;
}
@media (hover: none) {
  .kyrgyztan__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .kyrgyztan__link:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .kyrgyztan__link:hover:hover {
    opacity: 0.8;
  }
}

.kyrgyztan__link-text {
  position: absolute;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.77;
}
@media screen and (min-width:768px) {
  .kyrgyztan__link-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.33;
  }
}

/*====================================
基本情報
====================================*/
.basic-information {
  margin-top: 42px;
}
@media screen and (min-width:768px) {
  .basic-information {
    margin-top: 74px;
  }
}

.basic-information__table {
  font-size: 0.875rem;
  line-height: 1.5;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .basic-information__table {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.basic-information__table th,
.basic-information__table td {
  border: 1px solid #eaeae6;
}
.basic-information__table tr:first-child th {
  border-top: 1px solid #143D83;
}
@media screen and (min-width:768px) {
  .basic-information__table tr:first-child th,
  .basic-information__table tr:first-child td {
    border-top: 1px solid #143D83;
  }
}
.basic-information__table tr th:first-child,
.basic-information__table tr td:first-child {
  border-left: none;
}
.basic-information__table tr th:last-child,
.basic-information__table tr td:last-child {
  border-right: none;
  border-left: none;
}
.basic-information__table tr {
  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 (min-width:768px) {
  .basic-information__table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(2) td {
    padding-top: 16px;
    padding-left: 23px;
    padding-bottom: 18px;
  }
}
.basic-information__table tr:nth-of-type(3) td, .basic-information__table tr:nth-of-type(5) td, .basic-information__table tr:nth-of-type(7) td, .basic-information__table tr:nth-of-type(9) td {
  padding-top: 4px;
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(3) td, .basic-information__table tr:nth-of-type(5) td, .basic-information__table tr:nth-of-type(7) td, .basic-information__table tr:nth-of-type(9) td {
    padding-top: 22px;
  }
}
.basic-information__table tr:nth-of-type(10) td, .basic-information__table tr:nth-of-type(11) td, .basic-information__table tr:nth-of-type(12) td {
  padding-top: 5px;
  padding-left: 1.125rem;
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(10) td, .basic-information__table tr:nth-of-type(11) td, .basic-information__table tr:nth-of-type(12) td {
    padding-top: 21px;
    padding-left: 1.25rem;
  }
}
.basic-information__table tr:nth-of-type(n + 10) th {
  padding-left: 1.125rem;
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(n + 10) th {
    padding-left: 0;
  }
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(12) td {
    padding-top: 1.5rem;
    padding-left: 1.375rem;
  }
}
.basic-information__table tr:nth-of-type(13) td {
  padding-top: 4px;
  padding-left: 1.125rem;
}
@media screen and (min-width:768px) {
  .basic-information__table tr:nth-of-type(13) td {
    padding-top: 23px;
    padding-left: 1.25rem;
  }
}
.basic-information__table th {
  font-weight: 700;
  background-color: #f6f6f6;
  display: grid;
  text-align: left;
  padding-left: 0.9375rem;
  line-height: 1.7888888889;
}
@media screen and (min-width:768px) {
  .basic-information__table th {
    place-items: center;
  }
}
@media screen and (min-width:768px) {
  .basic-information__table th {
    width: 130px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .basic-information__table th {
    padding-left: 0;
    width: 185px;
  }
}
.basic-information__table td {
  font-weight: 400;
  padding-block: 10px;
  width: 100%;
  padding-block: 6px 19px;
  padding-inline: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .basic-information__table td {
    padding-inline: 1.25rem 2.275rem;
    padding-block: 22px;
    line-height: 1.5;
  }
}

/*====================================
民族宗教
====================================*/
.ethnicity-and-religion {
  margin-block: 60px 65px;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion {
    margin-block: 172px 158px;
  }
}

.ethnicity-and-religion__container {
  margin-top: 21px;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion__container {
    margin-top: 34px;
  }
}

.ethnicity-and-religion__body--over,
.ethnicity-and-religion__body--under {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion__body--over,
  .ethnicity-and-religion__body--under {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width:768px) {
  .ethnicity-and-religion__body--over {
    gap: 5.3636363636%;
  }
}

@media screen and (min-width:768px) {
  .ethnicity-and-religion__image--over {
    -ms-flex-preferred-size: 470px;
        flex-basis: 470px;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

@media screen and (min-width:768px) {
  .ethnicity-and-religion--text--over {
    -ms-flex-preferred-size: 571px;
        flex-basis: 571px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.ethnicity-and-religion__body--under {
  margin-top: 20px;
  gap: 22px;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion__body--under {
    margin-top: 50px;
    gap: 5.1818181818%;
  }
}

.ethnicity-and-religion--text--under {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion--text--under {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 572px;
        flex-basis: 572px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.ethnicity-and-religion__image--under {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:768px) {
  .ethnicity-and-religion__image--under {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 470px;
        flex-basis: 470px;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

/*====================================
祝日
====================================*/
.holiday {
  padding-block: 50px 70px;
  background-color: #F6F6F6;
}
@media screen and (min-width:768px) {
  .holiday {
    padding-block: 60px 63px;
  }
}

.holiday__container {
  margin-top: 22px;
  background-color: #ffffff;
  padding-block: 2px 29px;
  padding-inline: 20px;
  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 (min-width:768px) {
  .holiday__container {
    row-gap: 0.5625rem;
    margin-top: 23px;
    padding-block: 50px 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 8.2727272727% 9.8090909091%;
    -webkit-column-gap: 8.627273%;
       -moz-column-gap: 8.627273%;
            column-gap: 8.627273%;
  }
}

.holiday__table-a,
.holiday__table-b {
  border-collapse: collapse;
  table-layout: fixed;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .holiday__table-a,
  .holiday__table-b {
    font-size: 1rem;
  }
}
.holiday__table-a tr,
.holiday__table-b tr {
  height: 48px;
  border-bottom: 1px solid #eaeae6;
}
@media screen and (min-width:768px) {
  .holiday__table-a tr,
  .holiday__table-b tr {
    line-height: 2;
    height: 50px;
  }
}
.holiday__table-a th,
.holiday__table-b th {
  width: 90px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width:768px) {
  .holiday__table-a th,
  .holiday__table-b th {
    width: 128px;
    padding-left: 24px;
  }
}
.holiday__table-a td,
.holiday__table-b td {
  font-weight: 400;
}

.holiday__note {
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 14px;
  line-height: 1.71;
}
@media screen and (min-width:768px) {
  .holiday__note {
    line-height: 2;
    margin-top: 0;
    font-size: 1rem;
    padding-left: 24px;
  }
}

/*====================================
経済
====================================*/
.economy__container {
  margin-top: 22px;
  background-color: #ffffff;
  padding-block: 8px 41px;
  padding-inline: 17px 20px;
}
@media screen and (min-width:768px) {
  .economy__container {
    padding-block: 37px 36px;
    margin-top: 29px;
    padding-inline: 9.0909090909%;
  }
}

.economy__table {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
  width: 100%;
}
@media screen and (min-width:768px) {
  .economy__table {
    font-size: 1rem;
    display: table;
    border-collapse: collapse;
  }
}
.economy__table tr {
  display: block;
  border-bottom: 1px solid #eaeae6;
}
@media screen and (min-width:768px) {
  .economy__table tr {
    display: table-row;
    height: 60px;
  }
}
.economy__table th,
.economy__table td {
  display: block;
}
@media screen and (min-width:768px) {
  .economy__table th,
  .economy__table td {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 15px;
  }
}
.economy__table th {
  width: 90px;
  font-weight: 700;
  text-align: left;
  padding-top: 10px;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .economy__table th {
    padding-top: 13px;
    width: 120px;
    padding-left: 17px;
    line-height: 2;
  }
}
.economy__table td {
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.71;
}
@media screen and (min-width:768px) {
  .economy__table td {
    padding-bottom: 11px;
    padding-left: 6.7272727273%;
    line-height: 2;
    padding-top: 13px;
  }
}

/*====================================
歴史
====================================*/
.history {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .history {
    margin-top: 59px;
  }
}

.history-timeline {
  margin-top: 18px;
  background-color: #ffffff;
  padding-block: 25px 50px;
  padding-inline: 5.7% 7.7272727273%;
  position: relative;
}
@media screen and (min-width:768px) {
  .history-timeline {
    margin-top: 25px;
    padding-block: 59px 60px;
    padding-inline: 8.1818181818% 7%;
  }
}

.history-timeline__row {
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 2;
  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 (min-width:992px) {
  .history-timeline__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.6%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.history-timeline__row::before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../assets/svg/timeline-dot.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media screen and (min-width:768px) {
  .history-timeline__row::before {
    top: 0.85rem;
  }
}
.history-timeline__row::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0.125rem;
  width: 2px;
  height: calc(100% + 2.1rem);
  background-color: #143D83;
}
.history-timeline__row + .history-timeline__row {
  margin-top: 16px;
}
@media screen and (min-width:992px) {
  .history-timeline__row + .history-timeline__row {
    margin-top: 18px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(2) {
    margin-top: 34px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(3) {
    margin-top: 26px;
  }
}
.history-timeline__row:nth-of-type(4) {
  margin-top: 15px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(4) {
    margin-top: 22px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(5) {
    margin-top: 22px;
  }
}
.history-timeline__row:nth-of-type(6), .history-timeline__row:nth-of-type(7) {
  margin-top: 15px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(6), .history-timeline__row:nth-of-type(7) {
    margin-top: 23px;
  }
}
.history-timeline__row:nth-of-type(9) {
  margin-top: 8px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(9) {
    margin-top: 21px;
  }
}
.history-timeline__row:nth-of-type(10) {
  margin-top: 12px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(10) {
    margin-top: 24px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(11) {
    margin-top: 21px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(12) {
    margin-top: 20px;
  }
}
.history-timeline__row:nth-of-type(13) {
  margin-top: 15px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(13) {
    margin-top: 23px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(14) {
    margin-top: 20px;
  }
}
.history-timeline__row:nth-of-type(15) {
  margin-top: 14px;
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(15) {
    margin-top: 23px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(16) {
    margin-top: 22px;
  }
}
@media screen and (min-width:992px) {
  .history-timeline__row:nth-of-type(17) {
    margin-top: 21px;
  }
}

.history-timeline__year {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width:992px) {
  .history-timeline__year {
    font-size: 1rem;
    -ms-flex-preferred-size: 134px;
        flex-basis: 134px;
  }
}

.history-timeline__event {
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media screen and (min-width:992px) {
  .history-timeline__event {
    font-size: 1rem;
  }
}

/*====================================
政治
====================================*/
.politics {
  padding-block: 70px 99px;
}
@media screen and (min-width:768px) {
  .politics {
    padding-block: 64px 190px;
  }
}

.politics__container {
  margin-top: 21px;
  background-color: #ffffff;
  padding-inline: 20px;
  padding-block: 19px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .politics__container {
    padding-block: 58px 41px;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.1818181818%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 8.0909090818%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.politics__table {
  border-collapse: collapse;
}
@media screen and (min-width:768px) {
  .politics__table {
    -ms-flex-preferred-size: 385px;
        flex-basis: 385px;
  }
}
.politics__table tr {
  border-bottom: 1px solid #eaeae6;
  text-align: left;
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width:768px) {
  .politics__table tr {
    font-size: 1rem;
  }
}
.politics__table th,
.politics__table td {
  height: 50px;
}
@media screen and (min-width:768px) {
  .politics__table th,
  .politics__table td {
    height: 60px;
  }
}
.politics__table th {
  font-weight: 700;
  padding-left: min(14.5px, 3.9440203562%);
  width: 72px;
  line-height: 2.28;
}
@media screen and (min-width:768px) {
  .politics__table th {
    width: auto;
    padding-left: 1.2727272727%;
  }
}
.politics__table td {
  font-weight: 400;
  padding-left: 8.42492%;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .politics__table td {
    padding-left: 3.9090909091%;
  }
}

@media screen and (min-width:768px) {
  .politics__image {
    -ms-flex-preferred-size: 470px;
        flex-basis: 470px;
  }
}

.help {
  margin-block: 41px 98px;
}
@media screen and (min-width:768px) {
  .help {
    margin-block: 74px 218px;
  }
}

/*====================================
Help-link
====================================*/
.help-link {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .help-link {
    margin-bottom: 80px;
  }
}

.help-link__container {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .help-link__container {
    margin-top: 36px;
  }
}

.help-link__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 169px));
  row-gap: 15px;
  -webkit-column-gap: 3.8167938931%;
     -moz-column-gap: 3.8167938931%;
          column-gap: 3.8167938931%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-rows: 116px;
}
@media screen and (min-width:768px) {
  .help-link__list {
    row-gap: 18px;
    -webkit-column-gap: 2.6041666667%;
       -moz-column-gap: 2.6041666667%;
            column-gap: 2.6041666667%;
    grid-template-columns: repeat(auto-fill, minmax(217px, 1fr));
    grid-auto-rows: 160px;
  }
}
@media screen and (min-width:992px) {
  .help-link__list {
    -webkit-column-gap: 1.6666666667%;
       -moz-column-gap: 1.6666666667%;
            column-gap: 1.6666666667%;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: 200px;
  }
}

.help-link-card--green,
.help-link-card--blue,
.help-link-card--GreenAndBlue,
.help-link-card--BlueAndGreen {
  border-radius: 10px;
  border: 1px solid #143D83;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.help-link-card--blue {
  background: rgba(217, 240, 252, 0.4);
}

.help-link-card--green {
  background: rgba(194, 207, 162, 0.2);
}

.help-link-card--GreenAndBlue {
  background: rgba(194, 207, 162, 0.2);
}

.help-link-card--BlueAndGreen {
  background: rgba(217, 240, 252, 0.4);
}

.help-link-card__link {
  display: block;
  width: 100%;
  height: 100%;
}

.help-link-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
}

.help-link-card__title {
  font-size: 0.875rem;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:768px) {
  .help-link-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.77;
  }
}

.help-link-card__image {
  width: 35.0473372781%;
}
@media screen and (min-width:768px) {
  .help-link-card__image {
    width: 36.866359447%;
  }
}
@media screen and (min-width:992px) {
  .help-link-card__image {
    width: 38.4615384615%;
  }
}
.help-link-card__image img {
  aspect-ratio: 1/1;
}

@media screen and (min-width:768px) {
  #currency {
    margin-top: 49px;
  }
}

#weather-and-clothing {
  margin-top: 47px;
}
@media screen and (min-width:768px) {
  #weather-and-clothing {
    margin-top: 49px;
  }
}

#departure-entry {
  margin-top: 48px;
}
@media screen and (min-width:768px) {
  #departure-entry {
    margin-top: 40px;
  }
}

#useful-kyrgyz-words {
  margin-top: 49px;
}
@media screen and (min-width:768px) {
  #useful-kyrgyz-words {
    margin-top: 43px;
  }
}

#health-safety-management {
  margin-top: 51px;
}
@media screen and (min-width:768px) {
  #health-safety-management {
    margin-top: 50px;
  }
}

#reference-list {
  margin-top: 49px;
}
@media screen and (min-width:768px) {
  #reference-list {
    margin-top: 51px;
  }
}

/*====================================
役に立つキルギス語
====================================*/
.useful-kyrgyz-words__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .useful-kyrgyz-words__list {
    margin-top: 1.3125rem;
  }
}

.useful-kyrgyz-words__item + .useful-kyrgyz-words__item {
  margin-top: 31px;
}

.useful-kyrgyz-words__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .useful-kyrgyz-words__title {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.useful-kyrgyz-words__dl {
  margin-top: 0.4375rem;
}
@media screen and (min-width:768px) {
  .useful-kyrgyz-words__dl {
    margin-top: 0.75rem;
  }
}
.useful-kyrgyz-words__dl dt,
.useful-kyrgyz-words__dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dt,
  .useful-kyrgyz-words__dl dd {
    height: 3.1875rem;
    border: 1px solid #d9d9d9;
    font-size: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.useful-kyrgyz-words__dl dt {
  height: 2.5rem;
  background-color: #EFEFEF;
  padding-left: 0.875rem;
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dt {
    -ms-flex-preferred-size: 315px;
        flex-basis: 315px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
    padding-left: 1.4375rem;
  }
}
.useful-kyrgyz-words__dl dd {
  padding-left: 0.875rem;
}
.useful-kyrgyz-words__dl dd:nth-of-type(1) {
  margin-top: 0.2rem;
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dd:nth-of-type(1) {
    margin-top: 0;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dd {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dd:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 345px;
            flex: 1 1 345px;
  }
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl dd:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 439px;
            flex: 1 1 439px;
  }
}

.useful-kyrgyz-words__dl-item {
  font-size: 0.875rem;
  line-height: 1.78;
  border-collapse: collapse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.useful-kyrgyz-words__dl-item + .useful-kyrgyz-words__dl-item {
  margin-top: 20px;
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl-item + .useful-kyrgyz-words__dl-item {
    margin-top: 0;
  }
}
@media screen and (min-width:992px) {
  .useful-kyrgyz-words__dl-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/*====================================
健康・安全管理
====================================*/
.health-safety-management__list {
  margin-top: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .health-safety-management__list {
    margin-top: 1.1875rem;
  }
}

.health-safety-management__item {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width:768px) {
  .health-safety-management__item {
    font-size: 1rem;
  }
}
.health-safety-management__item::before {
  content: "・";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  .health-safety-management__item::before {
    width: 1rem;
    height: 1rem;
  }
}

/*====================================
参考持ち物リスト
====================================*/
.reference-list__title {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .reference-list__title {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.reference-list__dl {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  line-height: 2;
  max-width: 1100px;
}
@media screen and (min-width:768px) {
  .reference-list__dl {
    font-size: 1rem;
    line-height: 2;
    border-collapse: collapse;
    margin-top: 0.4375rem;
  }
}
.reference-list__dl dt {
  background-color: #EFEFEF;
  padding-block: 0.4375rem 0.5rem;
  padding-left: 0.9375rem;
  height: 2.5rem;
}
@media screen and (min-width:768px) {
  .reference-list__dl dt {
    padding-block: 0.9375rem 0;
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 182px;
        flex-basis: 182px;
    height: auto;
  }
}
.reference-list__dl dd {
  padding-top: 0.625rem;
}
@media screen and (min-width:768px) {
  .reference-list__dl dd {
    -ms-flex-preferred-size: calc(100% - 182px);
        flex-basis: calc(100% - 182px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-block: 0.9375rem 0.75rem;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width:992px) {
  .reference-list__dl dd {
    padding-right: 57px;
  }
}

.reference-list__dl-item {
  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 (min-width:768px) {
  .reference-list__dl-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}
.reference-list__dl-item + .reference-list__dl-item {
  margin-top: 1.875rem;
}
@media screen and (min-width:768px) {
  .reference-list__dl-item + .reference-list__dl-item {
    margin-top: 0;
    border-top: none;
  }
}

.reference-list__note {
  margin-top: 1.3125rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .reference-list__note {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.food {
  margin-block: 42px 99px;
}
@media screen and (min-width:768px) {
  .food {
    margin-block: 74px 218px;
  }
}

/*====================================
キルギスの食文化headリンク
====================================*/
.food-head__text {
  margin-top: 19px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .food-head__text {
    margin-top: 20px;
  }
}

.food-head__links {
  background-color: #EFEFEF;
  margin-top: 40px;
  padding-block: 30px;
  padding-inline: 49px;
}
@media screen and (min-width:768px) {
  .food-head__links {
    max-width: 900px;
    margin-top: 55px;
    margin-inline: auto;
    padding-block: 35px 34px;
    padding-inline: 10.2727272727%;
    padding-top: 31px;
  }
}

.food-head__item {
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  color: #143D83;
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
}
@media screen and (min-width:768px) {
  .food-head__item {
    font-size: 1rem;
  }
}
.food-head__item::before {
  position: absolute;
  top: 54%;
  left: -1.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #143D83;
}

.food__list {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .food__list {
    margin-top: 100px;
  }
}
.food__list:nth-of-type(3) {
  margin-top: 103px;
}
.food__list:nth-of-type(3) ul {
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(3) ul {
    margin-top: 33px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(3) ul li .food-list__body {
    margin-top: -12px;
    gap: 19px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(3) ul li:nth-of-type(2) .food-list__body {
    gap: 12px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(3) ul li:nth-of-type(3) .food-list__body {
    gap: 8px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(3) ul li:nth-of-type(5) .food-list__body {
    margin-top: 0;
  }
}
.food__list:nth-of-type(4) {
  margin-top: 100px;
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(4) ul {
    margin-top: 31px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(4) ul li .food-list__body {
    margin-top: -13px;
    gap: 19px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(4) ul li:nth-of-type(2) .food-list__body, .food__list:nth-of-type(4) ul li:nth-of-type(3) .food-list__body {
    gap: 13px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(5) ul {
    margin-top: 35px;
  }
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(5) ul li .food-list__body {
    margin-top: -15px;
  }
}
.food__list:nth-of-type(6) {
  margin-top: 101px;
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(6) ul {
    margin-top: 37px;
  }
}
.food__list:nth-of-type(7) {
  margin-top: 100px;
}
@media screen and (min-width:768px) {
  .food__list:nth-of-type(7) ul {
    margin-top: 42px;
  }
}

/*====================================
food-list
====================================*/
.food-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .food-list {
    margin-top: 24px;
  }
}

.food-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .food-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.8991354467%;
  }
}
@media screen and (min-width:992px) {
  .food-list__item {
    padding-inline: 4px 4.899135%;
  }
}

.food-list__image {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .food-list__image {
    width: auto;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width:992px) {
  .food-list__image {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .food-list__image {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
@media screen and (min-width:768px) {
  .food-list__image img {
    aspect-ratio: 400/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.food-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .food-list__body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.food-list__title {
  color: #143D83;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .food-list__title {
    font-size: 1.5rem;
  }
}

.food-list__description {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .food-list__description {
    font-size: 1rem;
  }
}

.nature {
  margin-top: 41px;
}
@media screen and (min-width:768px) {
  .nature {
    margin-top: 74px;
  }
}

/*====================================
キルギスの自然headリンク
====================================*/
.nature-head {
  padding-bottom: 60px;
}
@media screen and (min-width:768px) {
  .nature-head {
    padding-bottom: 120px;
  }
}

.nature-head__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .nature-head__text {
    margin-top: 28px;
  }
}

/*====================================
キルギスの自然mainセクション
====================================*/
.nature-main {
  background-color: #F6F6F6;
  padding-block: 49px 112px;
}
@media screen and (min-width:768px) {
  .nature-main {
    padding-block: 81px 455px;
  }
}

.nature-main__title {
  line-height: 2.2;
}
@media screen and (min-width:768px) {
  .nature-main__title {
    font-size: 28px;
    line-height: 1.5;
  }
}

.nature-main__list {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .nature-main__list {
    margin-top: 50px;
  }
}

.nature-main-card {
  background-color: #ffffff;
  padding: 20px 20px 30px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width:768px) {
  .nature-main-card {
    background-color: transparent;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.4534883721%;
  }
}
@media screen and (min-width:992px) {
  .nature-main-card {
    gap: 2.1929824561%;
  }
}
@media screen and (min-width: 1440px) {
  .nature-main-card {
    gap: 2.7149321267%;
  }
}
@media screen and (min-width:768px) {
  .nature-main-card:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:768px) {
  .nature-main-card:first-of-type .nature-main-card__body .nature-main-card__title {
    padding-left: 12px;
  }
}
@media screen and (min-width:768px) {
  .nature-main-card:first-of-type .nature-main-card__body .nature-main-card__title .nature-main-card__text {
    padding-top: 9px;
  }
}
.nature-main-card + .nature-main-card {
  margin-top: 31px;
}
@media screen and (min-width:768px) {
  .nature-main-card + .nature-main-card {
    margin-top: 60px;
  }
}
.nature-main-card:nth-of-type(3) {
  margin-top: 26px;
}
@media screen and (min-width:768px) {
  .nature-main-card:nth-of-type(3) {
    margin-top: 68px;
  }
}
@media screen and (min-width:768px) {
  .nature-main-card:nth-of-type(4) {
    margin-top: 67px;
  }
}
.nature-main-card:nth-of-type(5) {
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .nature-main-card:nth-of-type(5) {
    margin-top: 60px;
  }
}
.nature-main-card:nth-of-type(9) {
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .nature-main-card:nth-of-type(9) {
    margin-top: 60px;
  }
}

@media screen and (min-width:768px) {
  .nature-main-card__body {
    background-color: #ffffff;
    padding: 20px 5.3779069767% 24px 5.523255814%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width:992px) {
  .nature-main-card__body {
    padding: 42px 4.2727272727% 34px 4.2727272727%;
  }
}

.nature-main-card__title {
  color: #143D83;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #9FD9F7;
}
@media screen and (min-width:768px) {
  .nature-main-card__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.nature-main-card__text {
  font-size: 0.875rem;
  line-height: 2;
  padding-top: 0.9rem;
}
@media screen and (min-width:768px) {
  .nature-main-card__text {
    font-size: 1rem;
    padding-top: 0.8125rem;
  }
}

.nature-main-card__image {
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .nature-main-card__image {
    max-width: none;
    margin-inline: 0;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width:992px) {
  .nature-main-card__image {
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .nature-main-card__image {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}
@media screen and (min-width:992px) {
  .nature-main-card__image img {
    aspect-ratio: 600/380;
  }
}

/*====================================
キルギスの楽器セクションheadリンク
====================================*/
.musical-instrument {
  padding-top: 41px;
}
@media screen and (min-width:768px) {
  .musical-instrument {
    padding-top: 74px;
  }
}

.musical-instrument-head__text {
  margin-top: 19px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .musical-instrument-head__text {
    margin-top: 17px;
  }
}

/*====================================
キルギスの楽器セクションmainセクション
====================================*/
.musical-instrument__list {
  background-color: #f6f6f6;
  padding-block: 30px 60px;
}
@media screen and (min-width:768px) {
  .musical-instrument__list {
    padding-block: 71px 124px;
  }
}

.musical-instrument-card {
  background-color: #ffffff;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width:768px) {
  .musical-instrument-card {
    background-color: transparent;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.9069767442%;
  }
}
@media screen and (min-width:992px) {
  .musical-instrument-card {
    gap: 3.2894736842%;
  }
}
@media screen and (min-width: 1440px) {
  .musical-instrument-card {
    gap: 3.6199095023%;
  }
}
@media screen and (min-width:768px) {
  .musical-instrument-card:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.musical-instrument-card + .musical-instrument-card {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .musical-instrument-card + .musical-instrument-card {
    margin-top: 61px;
  }
}

@media screen and (min-width:768px) {
  .musical-instrument-card__body {
    background-color: #ffffff;
    padding: 20px 2.9069767442% 20px 2.9069767442%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width:992px) {
  .musical-instrument-card__body {
    padding: 35px 3.7104072398% 34px 3.3936651584%;
  }
}

.musical-instrument-card__title {
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #9FD9F7;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__title {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    line-height: 2;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.musical-instrument-card__title-en {
  color: #9FD9F7;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__title-en {
    font-size: 1.125rem;
  }
}

.musical-instrument-card__title-ja {
  color: #143D83;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-top: 0.3125rem;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__title-ja {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: -0.875rem;
  }
}

.musical-instrument-card__text {
  font-size: 0.875rem;
  line-height: 2;
  padding-top: 0.75rem;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__text {
    font-size: 1rem;
    line-height: 2;
    padding-top: 1.4375rem;
  }
}

.musical-instrument-card__image {
  width: 100%;
  padding-bottom: 72.2044728435%;
  position: relative;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__image {
    max-width: none;
    -ms-flex-preferred-size: 305px;
        flex-basis: 305px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-bottom: 50.4360465116%;
  }
}
@media screen and (min-width:992px) {
  .musical-instrument-card__image {
    -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
    padding-bottom: 37.2807017544%;
  }
}
@media screen and (min-width: 1440px) {
  .musical-instrument-card__image {
    -ms-flex-preferred-size: 530px;
        flex-basis: 530px;
    padding-bottom: 35.0909090909%;
  }
}

.musical-instrument-card__overImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.7731629393%;
  height: auto;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__overImage {
    width: 91.1764705882%;
  }
}
@media screen and (min-width:992px) {
  .musical-instrument-card__overImage {
    width: 77.6086956522%;
  }
}
@media screen and (min-width: 1440px) {
  .musical-instrument-card__overImage {
    width: 67.358490566%;
  }
}

.musical-instrument-card__underImage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.5623003195%;
  height: auto;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .musical-instrument-card__underImage {
    width: 64.7058823529%;
  }
}
@media screen and (min-width:992px) {
  .musical-instrument-card__underImage {
    width: 56.5217391304%;
  }
}
@media screen and (min-width: 1440px) {
  .musical-instrument-card__underImage {
    width: 49.0566037736%;
  }
}

/*====================================
キルギスの民族衣装セクションheadリンク
====================================*/
.ethnic-costume {
  padding-block: 35px 116px;
  background-color: #ededed;
}
@media screen and (min-width:768px) {
  .ethnic-costume {
    padding-block: 101px 203px;
  }
}

.ethnic-costume-head {
  padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .ethnic-costume-head {
    padding-bottom: 70px;
  }
}

.ethnic-costume-head__text {
  margin-top: 19px;
  line-height: 2;
}

/*====================================
キルギスの民族衣装セクションmainセクション
====================================*/
.ethnic-costume-card {
  background-color: #ffffff;
  padding: 1.25rem 1.0625rem 1.875rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width:768px) {
  .ethnic-costume-card {
    background-color: transparent;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.4534883721%;
  }
}
@media screen and (min-width:992px) {
  .ethnic-costume-card {
    gap: 2.1929824561%;
  }
}
@media screen and (min-width: 1440px) {
  .ethnic-costume-card {
    gap: 2.7149321267%;
  }
}
@media screen and (min-width:768px) {
  .ethnic-costume-card:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.ethnic-costume-card + .ethnic-costume-card {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .ethnic-costume-card + .ethnic-costume-card {
    margin-top: 60px;
  }
}

@media screen and (min-width:768px) {
  .ethnic-costume-card__body {
    background-color: #ffffff;
    padding: 20px 2.9069767442% 20px 2.9069767442%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width:992px) {
  .ethnic-costume-card__body {
    padding: 40px 4.2533936652% 34px 4.2352941176%;
  }
}

.ethnic-costume-card__title {
  color: #143D83;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #9FD9F7;
}
@media screen and (min-width:768px) {
  .ethnic-costume-card__title {
    padding-bottom: 0.4375rem;
    font-size: 1.5rem;
    line-height: 2;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.ethnic-costume-card__text {
  font-size: 0.875rem;
  line-height: 1.78;
  padding-top: 0.625rem;
}
@media screen and (min-width:768px) {
  .ethnic-costume-card__text {
    font-size: 1rem;
    line-height: 2;
    padding-top: 0.625rem;
  }
}

.ethnic-costume-card__image {
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .ethnic-costume-card__image {
    max-width: none;
    margin-inline: 0;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width:992px) {
  .ethnic-costume-card__image {
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .ethnic-costume-card__image {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}

.world-heritage-site {
  margin-block: 41px 100px;
}
@media screen and (min-width:768px) {
  .world-heritage-site {
    margin-block: 72px 164px;
  }
}
.world-heritage-site section:nth-child(n+3) {
  margin-top: 85px;
}
@media screen and (min-width:768px) {
  .world-heritage-site section:nth-child(n+3) {
    margin-top: 150px;
  }
}

.Burana {
  margin-top: 34px;
}
@media screen and (min-width:768px) {
  .Burana {
    margin-top: 49px;
  }
}

.world-heritage-site-section__title {
  font-weight: 700;
}

.world-heritage-site__title-ja {
  color: #143D83;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .world-heritage-site__title-ja {
    font-size: 1.5rem;
  }
}

.world-heritage-site__title-en {
  color: #9fd9f7;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .world-heritage-site__title-en {
    font-size: 1.125rem;
    line-height: 1.77;
  }
}

/*====================================
world-heritage-site_slick
====================================*/
.world-heritage-site_slick {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .world-heritage-site_slick {
    margin-top: 26px;
  }
}

.arrow-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 10.1123595506%;
}
.arrow-box .prev-arrow,
.arrow-box .next-arrow {
  width: 13px;
  height: 24px;
}
.arrow-box .prev-arrow {
  background: url(../assets/svg/footer-swiper-prev.svg) no-repeat center center/contain;
}
.arrow-box .next-arrow {
  background: url(../assets/svg/footer-swiper-next.svg) no-repeat center center/contain;
}

/* dotsを丸くカスタマイズするCSS */
.world-heritage-site-slick__dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.world-heritage-site-slick__dots-wrap li {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
}

.world-heritage-site-slick__dots-wrap li:hover,
.world-heritage-site-slick__dots-wrap li.slick-active {
  background: #143D83;
}

.world-heritage-site-slick__dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.world-heritage-site-section__body {
  margin-top: 41px;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__body {
    margin-top: 42px;
  }
}

.world-heritage-site-section__text {
  line-height: 2;
}

.world-heritage-site-section__HowToMove {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__HowToMove {
    margin-top: 31px;
    font-size: 1rem;
    line-height: 2;
  }
}

.world-heritage-site-section__HowToMove--burana {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__HowToMove--burana {
    margin-top: 60px;
    font-size: 1rem;
    line-height: 2;
  }
}

.world-heritage-site-section__HowToMove--balasagun {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__HowToMove--balasagun {
    margin-top: 94px;
    font-size: 1rem;
    line-height: 2;
  }
}

.world-heritage-site-section__HowToMove--title {
  font-weight: 700;
}

.world-heritage-site-section__HowToMove--air,
.world-heritage-site-section__HowToMove--car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.world-heritage-site-section__HowToMove--air::before,
.world-heritage-site-section__HowToMove--car::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
}

.world-heritage-site-section__HowToMove--air {
  margin-top: 11px;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__HowToMove--air {
    margin-top: 5px;
  }
}
.world-heritage-site-section__HowToMove--air::before {
  background: url(../assets/svg/icon-plane.svg) no-repeat center center/contain;
}

.world-heritage-site-section__HowToMove--car {
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__HowToMove--car {
    margin-top: 1px;
  }
}
.world-heritage-site-section__HowToMove--car::before {
  background: url(../assets/svg/icon-car.svg) no-repeat center center/contain;
}

.world-heritage-site-section__movie {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__movie {
    margin-top: 40px;
  }
}
.world-heritage-site-section__movie iframe {
  aspect-ratio: 353/250;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .world-heritage-site-section__movie iframe {
    aspect-ratio: 1100/371.703;
  }
}

.company {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .company {
    margin-top: 86px;
  }
}

.company-name {
  padding-bottom: 72px;
}
@media screen and (min-width:768px) {
  .company-name {
    padding-bottom: 115px;
  }
}

.company-name__catch-copy {
  font-size: 1.25rem;
}
@media screen and (min-width:768px) {
  .company-name__catch-copy {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.company-name__main {
  margin-top: 31px;
}
@media screen and (min-width:768px) {
  .company-name__main {
    margin-top: 95px;
  }
}

.company-name__main-inner {
  max-width: 1045.998px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .company-name__main-inner {
    display: grid;
    grid-template-columns: 15% 83%;
    grid-template-rows: 26% 66%;
    grid-template-areas: "A B" "A D";
    row-gap: 11px;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media screen and (min-width:992px) {
  .company-name__main-inner {
    -webkit-column-gap: 5.0239101796%;
       -moz-column-gap: 5.0239101796%;
            column-gap: 5.0239101796%;
    grid-template-rows: 30% 61%;
    grid-template-columns: 15.72% 77.75%;
  }
}

.company-name__official-name {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .company-name__official-name {
    font-size: 1.5rem;
    line-height: 2;
    grid-area: B;
  }
}

.company-name__description {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .company-name__description {
    margin-top: 0;
    grid-area: D;
  }
}

.company-name__logo--main {
  width: 46.5858356941%;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .company-name__logo--main {
    grid-area: A;
    width: 100%;
    display: grid;
    place-items: center;
  }
}
.company-name__logo--main img {
  aspect-ratio: 164.45/180;
}

.company-name__note {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .company-name__note {
    margin-top: 76px;
  }
}

.company-name__logo--sub {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32.31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .company-name__logo--sub {
    margin-top: 43px;
    gap: 33px;
  }
}

/*====================================
会社概要
====================================*/
.company-overview {
  background-color: #F6F6F6;
  padding-block: 45px 74px;
}
@media screen and (min-width:768px) {
  .company-overview {
    padding-block: 75px 89px;
  }
}

.company-overview-list {
  margin-top: 16px;
  background-color: #ffffff;
  padding: 20px 20px 22px 20px;
  font-size: 0.875rem;
  line-height: 1.78;
}
@media screen and (min-width:768px) {
  .company-overview-list {
    padding-block: 56px 62px;
    padding-inline: 2.9069767442%;
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (min-width:992px) {
  .company-overview-list {
    padding-inline: 8.9090909091% 9.2727272727%;
  }
}

.company-overview-list__item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (min-width:768px) {
  .company-overview-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 11px;
    gap: 2.9069767442%;
  }
}
@media screen and (min-width:992px) {
  .company-overview-list__item {
    padding-bottom: 16px;
    gap: 11.2222222222%;
  }
}
.company-overview-list__item dt {
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .company-overview-list__item dt {
    padding-left: 9px;
    -ms-flex-preferred-size: 81px;
        flex-basis: 81px;
  }
}
@media screen and (min-width:992px) {
  .company-overview-list__item dt {
    padding-left: 17px;
  }
}
.company-overview-list__item dd {
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .company-overview-list__item dd {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.company-overview-list__item + .company-overview-list__item {
  margin-top: 10px;
}

/*====================================
ミッション
====================================*/
.company-mission {
  padding-top: 47px;
}
@media screen and (min-width:768px) {
  .company-mission {
    padding-top: 30px;
  }
}

.company-mission__text {
  padding: 15px 20px 9px 20px;
  background-color: #ffffff;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width:768px) {
  .company-mission__text {
    padding-block: 40px 37px;
    padding-inline: 8.9090909091%;
    margin-top: 19px;
  }
}

/*====================================
理念
====================================*/
.company-philosophy {
  padding-top: 38px;
}
@media screen and (min-width:768px) {
  .company-philosophy {
    padding-top: 27px;
  }
}

.company-philosophy__text {
  margin-top: 16px;
  padding: 15px 20px 9px 20px;
  background-color: #ffffff;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .company-philosophy__text {
    padding-block: 40px 37px;
    padding-inline: 8.9090909091%;
  }
}

/*====================================
取引企業
====================================*/
.trading-companies {
  padding-block: 61px 182px;
}
@media screen and (min-width:768px) {
  .trading-companies {
    padding-block: 100px 440px;
  }
}

.trading-companies-swiper {
  padding-top: 27.61px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .trading-companies-swiper {
    padding-top: 82.61px;
  }
}

.trading-companies-swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trading-companies__image {
  width: 100%;
}

.staff {
  margin-block: 30px 143px;
}
@media screen and (min-width:768px) {
  .staff {
    margin-block: 82px 322px;
  }
}

@media screen and (min-width:768px) {
  .staff-head__title {
    font-size: 1.5rem;
  }
}

.staff-head__text {
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .staff-head__text {
    margin-top: 34px;
  }
}

.staff__list {
  margin-top: 73px;
}
@media screen and (min-width:768px) {
  .staff__list {
    margin-top: 136px;
  }
}

.staff-cards {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .staff-cards {
    margin-top: 28px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    row-gap: 40px;
  }
}
@media screen and (min-width:768px) and (min-width:992px) {
  .staff-cards {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (min-width:768px) and (min-width: 1440px) {
  .staff-cards {
    grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
    -webkit-column-gap: 3.6363636364%;
       -moz-column-gap: 3.6363636364%;
            column-gap: 3.6363636364%;
  }
}

.staff-card {
  padding: 20px 20px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width:768px) {
  .staff-card {
    padding: 30px 30px 41px 31px;
  }
}

.staff-card__name--position {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .staff-card__name--position {
    font-size: 1rem;
  }
}

.staff-card__name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .staff-card__name {
    font-size: 1.25rem;
    margin-top: 2px;
    line-height: 2;
  }
}

.staff-card__comment {
  margin-top: 21px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .staff-card__comment {
    margin-top: 13px;
  }
}

/*====================================
main-visualに背景を挿入
====================================*/
.travel-conditions-mv__background {
  position: relative;
  background-color: #143D83;
  width: 100%;
  padding-top: 46.31043257%;
}
@media screen and (min-width:768px) {
  .travel-conditions-mv__background {
    padding-top: 25.462962963%;
  }
}
@media screen and (min-width: 1440px) {
  .travel-conditions-mv__background {
    max-height: 385px;
  }
}

/*====================================
旅行条件書
====================================*/
.travel-conditions {
  margin-block: 40px 173px;
}
@media screen and (min-width:768px) {
  .travel-conditions {
    margin-block: 104px 270px;
  }
}

.travel-conditions__item + .travel-conditions__item {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .travel-conditions__item + .travel-conditions__item {
    margin-top: 45px;
  }
}

.travel-conditions__title {
  background-color: #ededed;
  padding-block: 5px;
  padding-left: 0.6875rem;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (min-width:768px) {
  .travel-conditions__title {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.travel-conditions__description {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .travel-conditions__description {
    margin-top: 15px;
  }
}

.travel-conditions__link-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (min-width:768px) {
  .travel-conditions__link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.travel-conditions__link--image,
.travel-conditions__link--pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.3px;
  max-width: 300px;
  padding-block: 13px;
}
.travel-conditions__link--image::before,
.travel-conditions__link--pdf::before {
  content: "";
  display: block;
}

.travel-conditions__link--image::before {
  width: 12.97px;
  height: 18.66px;
  background: url(../assets/svg/icon-travelConditions-button-image.svg) no-repeat center center/contain;
}

.travel-conditions__link--pdf::before {
  width: 13.66px;
  height: 18.1px;
  background: url(../assets/svg/icon-travelConditions-button-download.svg) no-repeat center center/contain;
}

.contact {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .contact {
    margin-top: 70px;
  }
}

@media screen and (min-width:768px) {
  .contact__form .page-outline--grayfirst {
    display: contents;
  }
}

.note {
  display: none;
}
@media screen and (min-width:768px) {
  .note {
    margin-top: 13px;
    display: block;
    color: #DB2100;
    font-size: 1rem;
    line-height: 2;
  }
}

/*====================================
予約・お問い合わせフォーム
====================================*/
.contact-form {
  padding-block: 22px 82px;
}
@media screen and (min-width:768px) {
  .contact-form {
    padding-block: 18px 82px;
  }
}

.contact-form__item {
  font-size: 0.875rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width:768px) {
  .contact-form__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1rem;
    gap: 1.8181818182%;
  }
}
.contact-form__item + .contact-form__item {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .contact-form__item + .contact-form__item {
    margin-top: 0;
  }
}
.contact-form__item input[type=text],
.contact-form__item input[type=email],
.contact-form__item input[type=number],
.contact-form__item textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* これで width=100% + padding + border でもはみ出しにくくなる */
  width: 100%; /* 小画面でも自動で収まるようにする */
}

@media screen and (min-width:768px) {
  .contact-form__item-label {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #F6F6F6;
    padding-block: 23px 20px;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width:992px) {
  .contact-form__item-label {
    -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
    padding-left: 2.5rem;
  }
}

.contact-form__item-label-required {
  color: #DB2100;
  font-size: inherit;
  line-height: inherit;
}

.wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width:768px) {
  .wpcf7-form-control-wrap {
    height: 50px;
    -ms-flex-preferred-size: calc(100% - (3.5454545455% + 200px));
        flex-basis: calc(100% - (3.5454545455% + 200px));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form__item--name,
.contact-form__item--kana,
.contact-form__item--email,
.contact-form__item--age,
.contact-form__item--tour-name,
.contact-form__item--tour-code,
.contact-form__item--message {
  border: 1px solid #b1b1b1;
  background: #fff;
  padding: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width:768px) {
  .contact-form__item--name,
  .contact-form__item--kana,
  .contact-form__item--email,
  .contact-form__item--age,
  .contact-form__item--tour-name,
  .contact-form__item--tour-code,
  .contact-form__item--message {
    font-size: 1rem;
  }
}

.contact-form__item--name {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width:768px) {
  .contact-form__item--name {
    -ms-flex-preferred-size: 307px;
        flex-basis: 307px;
  }
}

.contact-form__item--kana {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width:768px) {
  .contact-form__item--kana {
    -ms-flex-preferred-size: 307px;
        flex-basis: 307px;
  }
}

.contact-form__item--email {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width:768px) {
  .contact-form__item--email {
    -ms-flex-preferred-size: 307px;
        flex-basis: 307px;
  }
}

.contact-form__item--age {
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-form__item--tour-name {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.contact-form__item--tour-code {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width:768px) {
  .contact-form__item--tour-code {
    -ms-flex-preferred-size: 307px;
        flex-basis: 307px;
  }
}

@media screen and (min-width:768px) {
  .isMsg {
    padding-bottom: 272px;
  }
}

.contact-form__item--message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 175px;
}
@media screen and (min-width:768px) {
  .contact-form__item--message {
    height: 313px;
    margin-top: 13px;
  }
}

.privacy {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .privacy {
    margin-top: 73px;
  }
}

.privacy__title {
  font-size: 1rem;
  line-height: 2;
}

.privacy__text {
  margin-top: 15px;
  padding: 20px 20px 25px 20px;
  height: 300px;
  overflow-y: scroll;
  background-color: #ffffff;
  line-height: 2;
  border: 1px solid #222222;
}
@media screen and (min-width:768px) {
  .privacy__text {
    margin-top: 10px;
  }
}
.privacy__text ol {
  padding-left: 1em;
}
.privacy__text li {
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .privacy__text {
    padding: 20px 12.3636363636% 47px 2.7272727273%;
  }
}
@media screen and (min-width:768px) and (min-width:992px) {
  .privacy__text {
    height: 100%;
    overflow-y: auto;
  }
}
.privacy__text p {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .privacy__text p {
    font-size: 0.875rem;
  }
}

.contact-form__check {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 2;
}
.contact-form__check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width:768px) {
  .contact-form__check label {
    gap: 0.5625rem;
  }
}
@media screen and (min-width:768px) {
  .contact-form__check {
    font-size: 1rem;
  }
}

.contact-form__item--check {
  width: 16px;
  height: 16px;
}

.contact-form__submit {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .contact-form__submit {
    margin-top: 45px;
  }
}
.contact-form__submit input {
  max-width: 353px;
  width: 100%;
  padding-block: 18px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .contact-form__submit input {
    max-width: 319px;
  }
}

.confirm_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14.2px;
  color: #ffffff;
  border: 1px solid #143D83;
  font-size: 0.875rem;
  line-height: 1.71;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: #143D83;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media screen and (min-width:768px) {
  .confirm_button {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.176px;
  }
}
@media (hover: none) {
  .confirm_button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .confirm_button:active {
    color: rgba(20, 61, 131, 0.6);
    background-color: #ffffff;
    border: 1px solid #143D83;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .confirm_button:hover {
    color: rgba(20, 61, 131, 0.6);
    background-color: #ffffff;
    border: 1px solid #143D83;
  }
}
.confirm_button:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

/*====================================
確認画面
====================================*/
.confirm_area,
.thanks_area {
  display: none;
}
.confirm_area h3,
.thanks_area h3 {
  text-align: center;
  margin-block: 20px;
  color: #143D83;
  line-height: 2;
  margin-inline: auto;
}
.confirm_area .contact-form__item,
.thanks_area .contact-form__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.confirm_area .confirm_your-name,
.confirm_area .confirm_your-Namekana,
.confirm_area .confirm_your-email,
.confirm_area .confirm_your-age,
.confirm_area .confirm_tour-name,
.confirm_area .confirm_tour-code,
.thanks_area .confirm_your-name,
.thanks_area .confirm_your-Namekana,
.thanks_area .confirm_your-email,
.thanks_area .confirm_your-age,
.thanks_area .confirm_tour-name,
.thanks_area .confirm_tour-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .confirm_area .confirm_your-name,
  .confirm_area .confirm_your-Namekana,
  .confirm_area .confirm_your-email,
  .confirm_area .confirm_your-age,
  .confirm_area .confirm_tour-name,
  .confirm_area .confirm_tour-code,
  .thanks_area .confirm_your-name,
  .thanks_area .confirm_your-Namekana,
  .thanks_area .confirm_your-email,
  .thanks_area .confirm_your-age,
  .thanks_area .confirm_tour-name,
  .thanks_area .confirm_tour-code {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.confirm_area .wpcf7-spinner,
.thanks_area .wpcf7-spinner {
  visibility: hidden;
  opacity: 0;
}
.confirm_area .contact-form__submit,
.thanks_area .contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14.2px;
}
@media screen and (min-width:768px) {
  .confirm_area .contact-form__submit,
  .thanks_area .contact-form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.confirm_area .contact-form__submit .back_button,
.thanks_area .contact-form__submit .back_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14.2px;
  font-size: 0.875rem;
  line-height: 1.71;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .confirm_area .contact-form__submit .back_button,
  .thanks_area .contact-form__submit .back_button {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.176px;
  }
}
.confirm_area .contact-form__submit .back_button::after,
.thanks_area .contact-form__submit .back_button::after {
  content: "";
  display: block;
  width: 11.882px;
  height: 11.882px;
  background-image: url(../assets/svg/button-secondary-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (hover: none) {
  .confirm_area .contact-form__submit .back_button,
  .thanks_area .contact-form__submit .back_button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .confirm_area .contact-form__submit .back_button:active::after,
  .thanks_area .contact-form__submit .back_button:active::after {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .confirm_area .contact-form__submit .back_button:hover::after,
  .thanks_area .contact-form__submit .back_button:hover::after {
    opacity: 0.6;
  }
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*====================================
ご予約の流れ
====================================*/
.reserve-flow {
  padding-block: 75px 85px;
}
@media screen and (min-width:768px) {
  .reserve-flow {
    padding-block: 160px 228px;
  }
}

.reserve-flow__list {
  padding-top: 30px;
}

.reserve-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width:768px) {
  .reserve-flow-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reserve-flow-item + .reserve-flow-item {
  margin-top: 38px;
}
@media screen and (min-width:768px) {
  .reserve-flow-item + .reserve-flow-item {
    margin-top: 49px;
  }
}
.reserve-flow-item::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 17px;
  background: url(../assets/svg/reserve-arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .reserve-flow-item::after {
    width: 25px;
    height: 21px;
    bottom: -33px;
  }
}
.reserve-flow-item:last-child::after {
  display: none;
}

.reserve-flow-item__title {
  background: #143D83;
  padding-block: 6px 6px;
  padding-left: 1.3125rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.1875rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width:768px) {
  .reserve-flow-item__title {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -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;
    padding-left: 0;
    padding-block: 0;
    gap: 0;
  }
}

.reserve-flow-item__title--step {
  font-size: 0.75rem;
  line-height: 1;
  padding-bottom: 0.125rem;
}
@media screen and (min-width:768px) {
  .reserve-flow-item__title--step {
    line-height: 1;
    padding-bottom: 0;
  }
}

.reserve-flow-item__title--number {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .reserve-flow-item__title--number {
    line-height: 1;
  }
}

.reserve-flow-item__body {
  background: #F6F6F6;
  padding: 10px 20px 20px 20px;
}
@media screen and (min-width:768px) {
  .reserve-flow-item__body {
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
    padding-block: 22px 31px;
    padding-inline: 2.7272727273% 3.4545454545%;
  }
}

.reserve-flow-item__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .reserve-flow-item__text {
    font-size: 1.25rem;
  }
}

.reserve-flow-item__description {
  line-height: 2;
}

.reserve-flow__note {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .reserve-flow__note {
    margin-top: 28px;
  }
}

.faq {
  margin-block: 40px 100px;
}
@media screen and (min-width:768px) {
  .faq {
    margin-block: 70px 305px;
  }
}

.faq-head {
  margin-top: 29px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  place-items: center;
}
@media screen and (min-width:768px) {
  .faq-head {
    margin-top: 57px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 350px));
    gap: 10px 2.2727272727%;
    place-content: center;
  }
}

.faq-head__item {
  max-width: 350px;
  width: 100%;
}
.faq-head__link {
  position: relative;
  display: block;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-block: 13px;
  line-height: 1.5;
  color: #143D83;
  border: 1px solid #143D83;
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  background: #ffffff;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .faq-head__link {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.176px;
  }
}
.faq-head__link:after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  right: 6.5155807365%;
  background-image: url(../assets/svg/button-secondary-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media (hover: none) {
  .faq-head__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .faq-head__link:active {
    background-color: #143D83;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .faq-head__link:active:after {
    background-image: url(../assets/svg/button-secondary-arrow-hover.svg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .faq-head__link:hover {
    background-color: #143D83;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .faq-head__link:hover:after {
    background-image: url(../assets/svg/button-secondary-arrow-hover.svg);
  }
}

.application {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .application {
    margin-top: 66px;
  }
}

.faq-section__title {
  background-color: #D9F0FC;
  font-size: 1.125rem;
  line-height: 2;
  padding-left: 4.2492917847%;
  padding-block: 0.4375rem;
}
@media screen and (min-width:768px) {
  .faq-section__title {
    font-size: 1.25rem;
    line-height: 2.4;
    padding-left: 2.2727272727%;
    padding-block: 0.0625rem;
  }
}

.faq-section__qa-boxes {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .faq-section__qa-boxes {
    margin-top: 10px;
  }
}

.preparation {
  margin-top: 60px;
}

.local {
  margin-top: 60px;
}

/*====================================
qa-box
====================================*/
.qa-box + .qa-box {
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .qa-box + .qa-box {
    margin-top: 15px;
  }
}

.qa-box-head {
  padding-block: 20px 15px;
  padding-inline: 20px 5.5439093484%;
  color: #143D83;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  background: #F6F6F6;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width:768px) {
  .qa-box-head {
    padding-block: 9px 16px;
    padding-inline: 3.9090909091% 20px;
  }
}
.qa-box-head::after {
  content: "";
  -ms-flex-preferred-size: 12.435px;
      flex-basis: 12.435px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 7px;
  background: url(../assets/svg/faq-arrow.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width:768px) {
  .qa-box-head::after {
    display: none;
  }
}
.qa-box-head.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width:768px) {
  .qa-box-head-icon {
    font-size: 1.25rem;
    line-height: 2.4;
  }
}

.qa-box-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .qa-box-head__inner {
    gap: 10px;
  }
}

.qa-box-head--question {
  text-align: left;
}
@media screen and (min-width:768px) {
  .qa-box-head--question {
    color: #143D83;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.qa-box-answer {
  padding-block: 20px 15px;
  padding-inline: 20px;
  background: #F6F6F6;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width:768px) {
  .qa-box-answer {
    padding-block: 10px 14px;
    padding-inline: 3.9090909091% 20px;
  }
}
.qa-box-answer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 88.6685552408%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #ffffff;
}
@media screen and (min-width:768px) {
  .qa-box-answer::before {
    width: 95.7272727273%;
  }
}

.qa-box-answer--icon {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .qa-box-answer--icon {
    font-size: 1.25rem;
  }
}

.qa-box-answer--text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .qa-box-answer--text {
    font-size: 1rem;
  }
}

.list {
  margin-block: 40px 100px;
}
@media screen and (min-width:768px) {
  .list {
    margin-block: 94px 420px;
  }
}

.item + .item {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .item + .item {
    margin-top: 45px;
  }
}

.item__title {
  padding-block: 12px 11px;
  padding-left: 0.625rem;
  background-color: #F6F6F6;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .item__title {
    padding-block: 5px;
    padding-left: 0.875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.item__text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .item__text {
    margin-top: 15px;
    font-size: 1rem;
  }
}

.blog {
  margin-block: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media screen and (min-width:992px) {
  .blog {
    margin-block: 85px 296px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.9829059829%;
  }
}

@media screen and (min-width:992px) {
  .blog-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.blog-content__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (min-width:992px) {
  .blog-content__meta {
    gap: 5px;
  }
}

.blog-content__entry-published {
  color: #5A5A5A;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .blog-content__entry-published {
    line-height: 2;
  }
}

.blog-content__entry-label {
  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;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 1px 10px;
  background-color: #143D83;
  text-wrap: nowrap;
}

.blog-content__title {
  margin-top: 15px;
  font-size: 1.25rem;
}
@media screen and (min-width:992px) {
  .blog-content__title {
    margin-top: 10px;
    font-size: 1.75rem;
  }
}

.blog-content__body {
  margin-top: 30px;
}
@media screen and (min-width:992px) {
  .blog-content__body {
    margin-top: 65px;
  }
}
.blog-content__body h2,
.blog-content__body h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width:992px) {
  .blog-content__body h2,
  .blog-content__body h3 {
    margin-bottom: 0px;
  }
}
.blog-content__body p {
  line-height: 2;
}
.blog-content__body img {
  margin-top: 10px;
}
@media screen and (min-width:992px) {
  .blog-content__body img {
    margin-top: 15px;
  }
}

.blog {
  margin-block: 40px 128px;
}
@media screen and (min-width:992px) {
  .blog {
    margin-block: 96px 216px;
  }
}

.blog-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:992px) {
  .blog-archive__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.9545454545%;
       -moz-column-gap: 2.9545454545%;
            column-gap: 2.9545454545%;
    row-gap: 42px;
  }
}

.blog-archive-card {
  position: relative;
}
@media (hover: none) {
  .blog-archive-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .blog-archive-card:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .blog-archive-card:hover:hover {
    opacity: 0.8;
  }
}

.blog-archive-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-archive-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 31px;
  padding: 3px 16px 7px 17px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #143D83;
}
@media screen and (min-width:992px) {
  .blog-archive-card__tag {
    width: 114px;
    height: 36px;
    display: grid;
    place-items: center;
    font-size: 1rem;
  }
}

.blog-archive-card__image img {
  aspect-ratio: 335/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .blog-archive-card__image img {
    aspect-ratio: 387/264;
  }
}

.blog-archive-card__body {
  margin-top: 10px;
}

.blog-archive-card__date {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5a5a5a;
}
@media screen and (min-width:992px) {
  .blog-archive-card__date {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.blog-archive-card__title {
  margin-top: 7px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .blog-archive-card__title {
    font-size: 1rem;
  }
}

.blog-archive__title {
  margin-bottom: 20px;
}
@media screen and (min-width:992px) {
  .blog-archive__title {
    margin-bottom: 57px;
  }
}

.tour-single {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .tour-single {
    margin-top: 75px;
  }
}

/*====================================
ツアーの上部分
====================================*/
.tour-single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width:992px) {
  .tour-single-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.0833333333%;
  }
}

@media screen and (min-width:992px) {
  .tour-single-head__image {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5 0.5 49.4782608696%;
            flex: 0.5 0.5 49.4782608696%;
  }
}

@media screen and (min-width:992px) {
  .tour-single-head__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 569px);
            flex: 1 1 calc(100% - 569px);
  }
}

.tour-single-head__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DB2100;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width:992px) {
  .tour-single-head__category {
    margin-top: -3px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.tour-single-head__category::before {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  background: url(../assets/svg/TourCard-tag-reverse.svg) no-repeat center center/contain;
}

.tour-single-head__title {
  color: #143D83;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .tour-single-head__title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 9px;
  }
}

.tour-single-head-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 14px;
}
@media screen and (min-width:992px) {
  .tour-single-head-information {
    margin-top: 18px;
    gap: 14px;
  }
}
.tour-single-head-information + .tour-single-head-information {
  margin-top: 0.6875rem;
}

.tour-single-head-information__tag {
  display: grid;
  place-items: center;
  background-color: #EFEFEF;
  padding-block: 4px 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  line-height: 1.5;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width:992px) {
  .tour-single-head-information__tag {
    padding: 0;
    font-size: 0.875rem;
    height: 23px;
  }
}

.tour-single-head-information__visited-locations {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:992px) {
  .tour-single-head-information__visited-locations {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.tour-single-head-information__period {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:992px) {
  .tour-single-head-information__period {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.tour-single-head-catchcopy {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width:992px) {
  .tour-single-head-catchcopy {
    margin-top: 40px;
    line-height: 2;
  }
}

.tour-single-head-description {
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .tour-single-head-description {
    margin-top: 11px;
  }
}

/*====================================
ツアーのリンク
====================================*/
.tour-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
  padding-block: 0.625rem;
  padding-inline: 1.375rem;
  gap: 0.9375rem;
  overflow-x: scroll;
  height: 98px;
}
@media screen and (min-width:768px) {
  .tour-links {
    margin-top: 71px;
    overflow-x: auto;
    padding-block: 1.25rem;
    gap: 0.9375rem;
    padding-left: 12.75%;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .tour-links {
    gap: 1.9375rem;
  }
}

.tour-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  font-size: 0.875rem;
  line-height: 2;
  text-wrap: nowrap;
}
@media screen and (min-width:768px) {
  .tour-links__item {
    font-size: 1rem;
    line-height: 2;
  }
}
.tour-links__item:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../assets/svg/button-secondary-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: none) {
  .tour-links__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tour-links__item:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .tour-links__item:hover:hover {
    opacity: 0.8;
  }
}

.tour-links__link {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .tour-links__link {
    font-size: 1rem;
    line-height: 2;
  }
}

/*====================================
ポイント
====================================*/
.point {
  margin-top: 30px;
  padding-block: 40px 61px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .point {
    padding-inline: 7.5%;
    padding-block: 50px 105px;
  }
}

.point__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .point__title {
    font-size: 1.75rem;
  }
}

.point__list {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .point__list {
    margin-top: 50px;
  }
}

.point-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:992px) {
  .point-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.3%;
  }
}
.point-card + .point-card {
  margin-top: 50px;
}
@media screen and (min-width:992px) {
  .point-card + .point-card {
    margin-top: 80px;
  }
}
@media screen and (min-width:992px) {
  .point-card:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width:992px) {
  .point-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 450px - 5.3%);
            flex: 1 1 calc(100% - 450px - 5.3%);
  }
}

.point-card__title {
  color: #143D83;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .point-card__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.point-card__description {
  line-height: 2;
  margin-top: 4px;
}
@media screen and (min-width:992px) {
  .point-card__description {
    margin-top: 22px;
  }
}

@media screen and (min-width:992px) {
  .point-card__image {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5 0.5 450px;
            flex: 0.5 0.5 450px;
  }
}

.tour-highlights {
  margin-top: 50px;
}
@media screen and (min-width:992px) {
  .tour-highlights {
    margin-top: 80px;
  }
}

.tour-highlights__title {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width:992px) {
  .tour-highlights__title {
    font-size: 1.75rem;
    text-align: left;
  }
}

.tour-highlights__description {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .tour-highlights__description {
    margin-top: 28px;
  }
}

.tour-highlights__images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .tour-highlights__images {
    margin-top: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 24px;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:768px) {
  .tour-highlights__images img {
    width: 45.5729166667%;
  }
}
@media screen and (min-width: 1440px) {
  .tour-highlights__images img {
    width: 48.9215686275%;
  }
}

/*====================================
  GoogleMap
  ====================================*/
.tour-googlemap {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .tour-googlemap {
    margin-top: 90px;
  }
}
.tour-googlemap iframe {
  width: 100%;
  aspect-ratio: 393/570;
}
@media screen and (min-width:768px) {
  .tour-googlemap iframe {
    aspect-ratio: 1512/550;
  }
}

/*====================================
  行程表
  ====================================*/
.itinerary {
  padding-block: 76px 40px;
}
@media screen and (min-width:992px) {
  .itinerary {
    padding-block: 96px 61px;
  }
}

.itinerary__title {
  text-align: center;
  line-height: 1.5;
  font-size: 1.125rem;
  background-color: #D9F0FC;
  padding-block: 6px 7px;
}
@media screen and (min-width:992px) {
  .itinerary__title {
    background-color: transparent;
    padding-block: 0;
    font-size: 1.75rem;
  }
}

/*====================================
  スマホ用
  ====================================*/
.itinerary__dl--sp {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width:992px) {
  .itinerary__dl--sp {
    display: none;
  }
}

.itinerary-dl {
  padding-block: 15px 20px;
  padding-inline: 15px;
}
.itinerary-dl:nth-child(2n) {
  background-color: #F6F6F6;
}

.itinerary-dl__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #D9D9D9;
}

.itinerary-dl__day-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.78;
}

.itinerary-dl__day-description {
  font-size: 0.875rem;
  line-height: 2;
  padding-bottom: 15px;
}

.itinerary-dl__food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9.3484419263%;
  padding-block: 11px;
  border-bottom: 1px solid #D9D9D9;
}

.itinerary-dl__food-title {
  font-size: 0.875rem;
  line-height: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}

.itinerary-dl__food-description {
  font-size: 0.875rem;
  line-height: 2;
}
.itinerary-dl__food-description br {
  display: none;
}

.itinerary-dl__hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10.3484420113%;
  padding-block: 11px 13px;
  border-bottom: 1px solid #D9D9D9;
}

.itinerary-dl__hotel-title {
  font-size: 0.875rem;
  line-height: 1.78;
}

.itinerary-dl__hotel-description {
  font-size: 0.875rem;
  line-height: 1.78;
}

/*====================================
  PC用
  ====================================*/
.itinerary__table--pc {
  margin-top: 39px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  display: none;
}
@media screen and (min-width:992px) {
  .itinerary__table--pc {
    display: block;
  }
}
.itinerary__table--pc th:nth-child(1) {
  width: 113px;
}
.itinerary__table--pc th:nth-child(3) {
  width: 91px;
}
@media screen and (min-width:992px) {
  .itinerary__table--pc th:nth-child(4) {
    width: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .itinerary__table--pc th:nth-child(4) {
    width: 285px;
  }
}
.itinerary__table--pc thead {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #143D83;
  text-align: center;
  background-color: #D9F0FC;
  height: 65px;
  font-size: 1rem;
  line-height: 2;
}
.itinerary__table--pc tbody {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.itinerary__table--pc tbody th,
.itinerary__table--pc tbody td {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.itinerary__table--pc tbody th {
  font-weight: 400;
  text-align: center;
}
.itinerary__table--pc tbody tr td:nth-child(2) {
  padding: 20px 57px 23px 25px;
}
.itinerary__table--pc tbody tr td:nth-child(3) {
  text-align: center;
}
@media screen and (min-width:992px) {
  .itinerary__table--pc tbody tr td:nth-child(4) {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .itinerary__table--pc tbody tr td:nth-child(4) {
    padding-inline: 31px;
  }
}
.itinerary__table--pc tbody tr:nth-child(2n) {
  background-color: #F6F6F6;
}
.itinerary__table--pc tbody tr:nth-last-child(1) {
  border-bottom: 1px solid #d9d9d9;
}

.itinerary__note {
  margin-top: 5px;
  line-height: 2;
  padding-inline: 15px;
}
@media screen and (min-width:768px) {
  .itinerary__note {
    margin-top: 16px;
    padding-inline: 0;
  }
}

/*====================================
  料金と注意事項
  ====================================*/
.hotel-and-rates-important {
  padding-block: 30px;
  padding-inline: 20px;
}
@media screen and (min-width:992px) {
  .hotel-and-rates-important {
    padding-inline: min(75px, 4.9603174603%);
    padding-block: 40px 70px;
  }
}

.hotel__title {
  font-size: 0.875rem;
  line-height: 1.78;
  border-bottom: 1px solid #143D83;
  padding-bottom: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width:992px) {
  .hotel__title {
    padding-bottom: 11px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.hotel__table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 797px;
  width: 100%;
}
.hotel__table thead {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.78;
  height: 41px;
}
@media screen and (min-width:992px) {
  .hotel__table thead {
    height: 50px;
    font-size: 1rem;
    line-height: 2;
  }
}
.hotel__table thead th:nth-child(1) {
  width: 33.4277620397%;
  border-right: 1px solid #d9d9d9;
  padding-inline: 2.2662889518% 3.1161473088%;
}
@media screen and (min-width:992px) {
  .hotel__table thead th:nth-child(1) {
    width: 208px;
    padding-left: 5.8971141782%;
    padding-right: 0;
  }
}
.hotel__table thead th:nth-child(2) {
  width: 67.1388101983%;
  padding-left: 10px;
}
@media screen and (min-width:992px) {
  .hotel__table thead th:nth-child(2) {
    padding-left: 5.0188205772%;
    padding-right: 0;
    width: calc(100% - 208px);
  }
}
.hotel__table tbody {
  padding-top: 12px;
  font-size: 0.875rem;
  line-height: 2;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width:992px) {
  .hotel__table tbody {
    font-size: 1rem;
    line-height: 2;
  }
}
.hotel__table tbody td:nth-child(1) {
  padding-left: 2.2662889518%;
  padding-block: 10px;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
}
@media screen and (min-width:992px) {
  .hotel__table tbody td:nth-child(1) {
    padding-left: 5.8971141782%;
  }
}
.hotel__table tbody td:nth-child(2) {
  padding-left: 10px;
  padding-block: 10px;
}
@media screen and (min-width:992px) {
  .hotel__table tbody td:nth-child(2) {
    padding-left: 5.0188205772%;
  }
}

.hotel__note {
  margin-top: 4px;
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width:992px) {
  .hotel__note {
    margin-top: 16px;
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}

.rates-important {
  margin-top: 40px;
}
@media screen and (min-width:992px) {
  .rates-important {
    margin-top: 70px;
  }
}

.rates-important__title {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.78;
  padding-bottom: 10px;
  border-bottom: 1px solid #143D83;
  padding-left: 0.625rem;
}
@media screen and (min-width:992px) {
  .rates-important__title {
    margin-top: 70px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.rates-important__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #d9d9d9;
  max-width: 797px;
  width: 100%;
}
.rates-important__item dt {
  margin-top: 11px;
  -ms-flex-preferred-size: 33.4277620397%;
      flex-basis: 33.4277620397%;
  font-size: 0.875rem;
  line-height: 1.78;
  font-weight: 700;
  padding-inline: 2.2662889518% 3.6827195467%;
}
@media screen and (min-width:992px) {
  .rates-important__item dt {
    padding-left: 5.7716436637%;
    font-size: 1rem;
    line-height: 2;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
  }
}
.rates-important__item dd {
  -ms-flex-preferred-size: 67.1388101983%;
      flex-basis: 67.1388101983%;
  font-size: 0.875rem;
  line-height: 2;
  border-left: 1px solid #d9d9d9;
  padding-left: 2.4079320113%;
  padding-block: 9px;
}
@media screen and (min-width:992px) {
  .rates-important__item dd {
    padding-left: 5.7716436637%;
    font-size: 1rem;
    padding-block: 20px;
  }
}
.rates-important__item:nth-child(2) dt {
  margin-top: 54px;
}
.rates-important__item:nth-child(2):nth-child(3) dt {
  margin-top: 31px;
}

/*====================================
  ボタン
  ====================================*/
.tour__button {
  margin-block: 20px 70px;
}
@media screen and (min-width:992px) {
  .tour__button {
    margin-block: 50px 120px;
  }
}
.tour__button a {
  max-width: 422px;
  width: 100%;
  padding-block: 18px;
  margin-inline: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:992px) {
  .tour__button a {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*====================================
その他のおすすめツアー
====================================*/
.another-tour {
  padding-block: 40px 98px;
}
@media screen and (min-width:768px) {
  .another-tour {
    padding-block: 39px 120px;
  }
}

.another-tour__title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .another-tour__title {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
    margin-top: 29px;
  }
}

.another-tour__cards {
  margin-top: 41px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}
@media screen and (min-width:768px) {
  .another-tour__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:992px) {
  .another-tour__cards {
    margin-top: 52px;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
}
.another-tour__cards .tour-card {
  max-width: 386px;
  margin-inline: auto;
}

.tour {
  background-color: #F6F6F6;
  padding-block: 40px 100px;
}
@media screen and (min-width:768px) {
  .tour {
    padding-block: 74px 258px;
  }
}

.aria-nav {
  padding-left: 8.3969465649%;
  overflow-y: hidden;
}
@media screen and (min-width:768px) {
  .aria-nav {
    padding-inline: 40px;
  }
}
@media screen and (min-width:992px) {
  .aria-nav {
    max-width: 1280px;
    margin-inline: auto;
  }
}

.aria-nav__title {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .aria-nav__title {
    font-size: 1rem;
    line-height: 2;
  }
}

.aria-nav__list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  height: 93px;
}
@media screen and (min-width:768px) {
  .aria-nav__list {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 11px;
  }
}

@media screen and (min-width:768px) {
  .js-scrollable .scroll-hint-icon-wrap {
    display: none;
  }
}
.js-scrollable .scroll-hint-icon {
  top: 0;
}

.aria-nav__item {
  display: inline-grid;
  place-items: center;
  color: #143D83;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 2;
  height: 30px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: none) {
  .aria-nav__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .aria-nav__item:active {
    background-color: #143D83;
    color: #ffffff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .aria-nav__item:hover {
    background-color: #143D83;
    color: #ffffff;
  }
}
.aria-nav__item:has(.aria-nav__link.is-active) {
  background-color: #143D83;
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .aria-nav__item {
    font-size: 0.875rem;
  }
}

.aria-nav__link {
  padding-inline: 15px;
  width: 100%;
  text-wrap: nowrap;
}

.tour-list {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 352px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .tour-list {
    margin-top: 62px;
  }
}
@media screen and (min-width:992px) {
  .tour-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 386px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 82px;
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
}

.thanks {
  margin-block: 110px 100px;
}
@media screen and (min-width:768px) {
  .thanks {
    margin-block: 230px 300px;
  }
}

.thanks__title {
  color: #143D83;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .thanks__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.thanks__text {
  margin-top: 20px;
  line-height: 2;
  max-width: 724px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .thanks__text {
    margin-top: 50px;
    font-size: 1rem;
    line-height: 2;
  }
}

.thanks__button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .thanks__button {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 86px;
  }
}
.thanks__button a {
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .thanks__button a {
    margin-inline: 0;
  }
}

.thanks__link {
  height: 50px;
  max-width: 353px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .thanks__link {
    max-width: 319px;
  }
}

.error__text {
  margin-block: 23px 50px;
  text-align: center;
}

.payment {
  padding-block: 40px 111px;
}
@media screen and (min-width:768px) {
  .payment {
    padding-block: 58px 225px;
  }
}

.payment__description {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .payment__description {
    font-size: 1rem;
  }
}

.payment-section {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .payment-section {
    margin-top: 50px;
  }
}
.payment-section + .payment-section {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .payment-section + .payment-section {
    margin-top: 62px;
  }
}

.payment-section__title {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.98px;
}
@media screen and (min-width:768px) {
  .payment-section__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.payment-section__title::before {
  content: "";
  display: block;
  width: 18.02px;
  height: 21.63px;
  background: url(../assets/svg/icon-payment-title.svg) no-repeat center center/contain;
}

.payment-section__body {
  margin-top: 15px;
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #222;
  padding-block: 20px;
  padding-inline: min(20px, 5.3333333333%);
}
@media screen and (min-width:768px) {
  .payment-section__body {
    margin-top: 10px;
    height: 561px;
  }
}

.payment-section__agreement {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.payment-section__checkbox {
  width: 16px;
  height: 16px;
}

.payment-section__label {
  font-size: 0.875rem;
  line-height: 2;
}

.payment-section__button {
  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;
  border-radius: 5px;
  margin-top: 50px;
  max-width: 353px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 1px solid rgba(118, 118, 118, 0.3);
  background: rgba(239, 239, 239, 0.3);
  color: #b7b7b7;
  margin-inline: auto;
  tab-index: -1;
}
@media screen and (min-width:768px) {
  .payment-section__button {
    margin-top: 60px;
    max-width: 280px;
    font-size: 1rem;
  }
}
.payment-section__button:focus {
  outline: none;
}

.payment:has(#travel-conditions:checked):has(#law-conditions:checked) .payment-section__button {
  pointer-events: auto;
  background-color: #143D83;
  color: #ffffff;
  border: 1px solid #143D83;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  outline: auto;
}
.payment:has(#travel-conditions:checked):has(#law-conditions:checked) .payment-section__button:focus {
  outline: auto;
}
@media (hover: none) {
  .payment:has(#travel-conditions:checked):has(#law-conditions:checked) .payment-section__button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .payment:has(#travel-conditions:checked):has(#law-conditions:checked) .payment-section__button:active {
    background-color: #ffffff;
    color: #143D83;
    border: 1px solid #143D83;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .payment:has(#travel-conditions:checked):has(#law-conditions:checked) .payment-section__button:hover {
    background-color: #ffffff;
    color: #143D83;
    border: 1px solid #143D83;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background-color: #ffffff;
}

.header__inner {
  max-width: 1512px;
  margin-inline: auto;
  padding-left: min(28px, 1.8518518519vw);
  padding-right: min(26px, 1.7195767196vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media screen and (min-width:992px) {
  .header__inner {
    height: 80px;
  }
}

.header__logo {
  max-width: clamp(115px, 10.1851851852vw, 154px);
  width: 100%;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(24px, 1.5873015873vw);
}

.header-nav__item {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px; /* 200% */
}

.header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.header-nav__link-icon {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../assets/svg/header-toggleIcon.svg) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-nav-secondary__outline {
  position: absolute;
  top: 100%;
  left: 0;
  width: clamp(160px, 14.1534391534vw, 214px);
  display: none;
}

.header-nav-secondary {
  position: relative;
  background-color: #143D83;
  opacity: 0.9;
  padding-left: 1.6875rem;
  padding-block: 8px 10px;
}

.header-nav-secondary__item {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 40px; /* 250% */
}

.header-nav-secondary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.header-nav-secondary__link-text {
  width: 7rem;
}

.header-nav-secondary__link-icon {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../assets/svg/header-toggleIcon-secondary.svg) no-repeat center center/contain;
}

.header-nav-secondary__link--sub {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: none) {
  .header-nav-secondary__link--sub {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-nav-secondary__link--sub:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .header-nav-secondary__link--sub:hover:hover {
    opacity: 0.8;
  }
}

.header-nav-third {
  width: min(214px, 14.1534391534vw);
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #143D83;
  padding-left: 1.6875rem;
  padding-block: 8px 10px;
}

.header-nav-third__item {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 40px; /* 250% */
}

.header-nav-third__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: none) {
  .header-nav-third__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-nav-third__link:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .header-nav-third__link:hover:hover {
    opacity: 0.8;
  }
}

.header-menu-button {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.header-menu-button[aria-expanded=true] .header-menu-button__line {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-menu-button[aria-expanded=true] .header-menu-button__line::before {
  display: none;
}
.header-menu-button[aria-expanded=true] .header-menu-button__line::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.header-menu-button__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #143D83;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header-menu-button__line::before, .header-menu-button__line::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #143D83;
}
.header-menu-button__line::before {
  top: -10px;
  right: 0;
  width: 10px;
}
.header-menu-button__line::after {
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-menu {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: calc(env(safe-area-inset-bottom) + 80px);
          padding-block-end: calc(env(safe-area-inset-bottom) + 80px);
  display: none;
  z-index: 40;
  background-color: #143D83;
  overflow-y: scroll;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 10%;
  gap: min(46px, 3.0423280423vw);
  color: #ffffff;
  gap: 7%;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: calc(env(safe-area-inset-bottom) + 80px);
          padding-block-end: calc(env(safe-area-inset-bottom) + 80px);
}

.header-menu__item {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px; /* 200% */
}
.header-menu__item .header-menu__link:first-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}
.header-menu__item + .header-menu__item {
  margin-top: 20px;
}

.header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu__link-icon {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../assets/svg/header-toggleIcon.svg) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-menu-secondary {
  padding-inline: 5%;
  gap: 7%;
}

.header-menu-secondary__item {
  margin-top: 10px;
}

.header-menu-secondary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.header-menu-secondary__link::before {
  display: block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: url(../assets/svg/footer-list-arrow.svg) no-repeat center center/contain;
}

.header-menu-secondary__link-text {
  width: 7rem;
}

.header-menu-secondary__link-icon {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../assets/svg/header-toggleIcon.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-menu-third {
  padding-left: 5%;
  gap: 7%;
}

.header-menu-third__item {
  margin-top: 10px;
}

.header-menu-third__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.header-menu-third__link::before {
  display: block;
  content: "";
  width: 0.4375rem;
  height: 0.6875rem;
  background: url(../assets/svg/footer-secondary-list-arrow.svg) no-repeat center center/contain;
}

.footer-swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.footer-swiper__image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 278/223;
}
@media screen and (min-width:768px) {
  .footer-swiper__image {
    aspect-ratio: 378/303;
  }
}

.footer-swiper__prev,
.footer-swiper__next {
  content: "";
  width: 13px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.footer-swiper__prev::after,
.footer-swiper__next::after {
  display: none;
}
@media screen and (min-width:768px) {
  .footer-swiper__prev,
  .footer-swiper__next {
    display: none;
  }
}

.footer-swiper__prev {
  left: 20px;
  background: url(../assets/svg/footer-swiper-prev.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .footer-swiper__prev {
    left: 40px;
  }
}
@media screen and (min-width:992px) {
  .footer-swiper__prev {
    left: 60px;
  }
}

.footer-swiper__next {
  right: 20px;
  background: url(../assets/svg/footer-swiper-next.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .footer-swiper__next {
    right: 40px;
  }
}
@media screen and (min-width:992px) {
  .footer-swiper__next {
    right: 60px;
  }
}

.footer-main {
  position: relative;
}
.footer-main::before {
  background-image: url(../assets/images/footer-contact-sp.webp);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(20, 61, 131);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:992px) {
  .footer-main::before {
    background-image: url(../assets/images/footer-contact-pc.webp);
  }
}

.footer-contact {
  padding-top: 20px;
}
@media screen and (min-width:768px) {
  .footer-contact {
    padding-top: 39px;
  }
}
@media screen and (min-width:992px) {
  .footer-contact {
    padding-top: 58px;
  }
}

.footer-contact__inner {
  margin-bottom: 20px;
  margin-inline: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  border-radius: 10px;
  border: 3px solid rgba(217, 217, 217, 0.5);
  display: grid;
  place-items: center;
  padding-block: 58px;
}
@media screen and (min-width:768px) {
  .footer-contact__inner {
    margin-bottom: 39px;
    margin-inline: 51px;
    width: calc(100% - 102px);
    height: calc(100% - 39px);
    padding-block: 79px;
  }
}
@media screen and (min-width:992px) {
  .footer-contact__inner {
    margin-bottom: 58px;
    margin-inline: 82px;
    width: calc(100% - 164px);
    height: calc(100% - 58px);
    padding-block: 101px;
  }
}

.footer-contact__title {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (min-width:768px) {
  .footer-contact__title {
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
}

.footer-contact__button {
  margin-top: 27px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer-contact__button {
    margin-top: 15px;
  }
}

.footer-contact__link {
  margin-inline: auto;
  max-width: 293px;
  line-height: 32px; /* 200% */
  height: 62px;
}
@media screen and (min-width:768px) {
  .footer-contact__link {
    max-width: 320px;
  }
}

.footer-bottom {
  position: relative;
}
.footer-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #143D83;
  opacity: 0.45;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.footer-sns {
  padding-block: 48px 46.62px;
}
@media screen and (min-width:768px) {
  .footer-sns {
    padding-block: 114px 128px;
  }
}

.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(19.3px, 4.8984771574vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:992px) {
  .footer-sns__list {
    gap: min(36px, 2.380952381vw);
  }
}

.footer-sns__item--facebook {
  width: 40.378px;
  height: 40.378px;
  display: grid;
  place-items: center;
}
@media (hover: none) {
  .footer-sns__item--facebook {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-sns__item--facebook:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-sns__item--facebook:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:768px) {
  .footer-sns__item--facebook {
    width: 60px;
    height: 60px;
  }
}

.footer-sns__item--instagram {
  width: 35.892px;
  height: 34.995px;
  display: grid;
  place-items: center;
}
@media (hover: none) {
  .footer-sns__item--instagram {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-sns__item--instagram:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-sns__item--instagram:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:768px) {
  .footer-sns__item--instagram {
    width: 53px;
    height: 52px;
  }
}

.footer-sns__item--youtube {
  width: 43.07px;
  height: 29.611px;
  display: grid;
  place-items: center;
}
@media (hover: none) {
  .footer-sns__item--youtube {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-sns__item--youtube:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-sns__item--youtube:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:768px) {
  .footer-sns__item--youtube {
    width: 64px;
    height: 44px;
  }
}

.footer-sns__link {
  width: 100%;
  height: 100%;
}

.footer-sitemap {
  display: none;
}
@media screen and (min-width:768px) {
  .footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1006px;
    gap: 0.6510416667vw;
    width: 100%;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (min-width:992px) {
  .footer-sitemap {
    gap: min(50px, 3.3068783069vw);
  }
}

.footer-list__outline {
  color: #ffffff;
  font-size: 0.875rem;
  max-width: 194px;
  width: 100%;
}
@media (hover: none) {
  .footer-list__outline a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-list__outline a:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-list__outline a:hover:hover {
    opacity: 0.8;
  }
}

.footer-list__title {
  font-size: inherit;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #ffffff;
  padding-left: 0.9375rem;
}

.footer-list {
  margin-top: 12px;
  margin-left: 0.9375rem;
}

.footer-list__item {
  margin-top: 12px;
  line-height: 2;
}

.footer-list__link {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.footer-list__link::before {
  display: block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: url(../assets/svg/footer-list-arrow.svg) no-repeat center center/contain;
}

.footer-secondary-list {
  margin-left: 1rem;
}

.footer-secondary-list__item {
  font-size: inherit;
  margin-top: 12px;
  line-height: 2;
}

.footer-secondary-list__link {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.footer-secondary-list__link::before {
  display: block;
  content: "";
  width: 0.4375rem;
  height: 0.6875rem;
  background: url(../assets/svg/footer-secondary-list-arrow.svg) no-repeat center center/contain;
}

.footer-list__title--blog {
  font-size: inherit;
  margin-top: 36.9px;
  padding-top: 15.5px;
  border-top: 0.5px solid #ffffff;
  padding-left: 0.78125rem;
  margin-right: 24px;
}

.footer-copyright {
  display: grid;
  place-items: center;
  padding-block: 7px 11px;
}
.footer-copyright img {
  max-width: 115px;
}
@media screen and (min-width:768px) {
  .footer-copyright img {
    width: 150px;
  }
}

.footer-pagetop {
  position: fixed;
  background-color: #ffffff;
  border-radius: 50%;
  right: 5px;
  bottom: 69px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 3px;
  color: #143D83;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #143D83;
}
@media (hover: none) {
  .footer-pagetop {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-pagetop:active {
    color: rgba(20, 61, 131, 0.6);
  }
  .footer-pagetop:active::before {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-pagetop:hover {
    color: rgba(20, 61, 131, 0.6);
  }
  .footer-pagetop:hover::before {
    opacity: 0.6;
  }
}
@media screen and (min-width:768px) {
  .footer-pagetop {
    right: 20px;
    bottom: 100px;
    width: 80px;
    height: 80px;
    font-size: 0.875rem;
  }
}
.footer-pagetop::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../assets/svg/button-secondary-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width:768px) {
  .footer-pagetop::before {
    width: 15px;
    height: 15px;
  }
}

.is-show {
  opacity: 1;
  visibility: visible;
}

.footer-over {
  max-width: 1280px;
  padding-inline: 1.25rem;
  margin-inline: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .footer-over {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-bottom: 60px;
  }
}

.footer-over__link {
  margin-inline: auto;
}

.footer-over__image--AsianNavi {
  max-width: 230px;
  width: 100%;
  aspect-ratio: 230/100;
}

.footer-over__image--BoinaMalana {
  max-width: 392px;
  width: 100%;
  aspect-ratio: 392/100;
}

.footer-over__image--RunTheSilkRoad {
  max-width: 220px;
  width: 100%;
  aspect-ratio: 220/100;
}

.footer-card {
  max-width: 1280px;
  padding-inline: 1.25rem;
  margin-inline: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-block: 30px 92px;
}
@media screen and (min-width:768px) {
  .footer-card {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 60px 184px;
  }
}

.footer-card__image--VISA {
  max-width: 182px;
  width: 100%;
  aspect-ratio: 182/59;
}

.footer-card__image--mastercard {
  max-width: 95px;
  width: 100%;
  aspect-ratio: 95/60;
}

.footer-card__image--Elkart {
  max-width: 71px;
  width: 100%;
  aspect-ratio: 71/60;
}

.footer-card__image--ipc {
  max-width: 167px;
  width: 100%;
  aspect-ratio: 167/60;
}

.button-primary {
  display: grid;
  place-items: center;
  color: #143D83;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #143D83;
}
@media (hover: none) {
  .button-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-primary:active {
    color: rgba(20, 61, 131, 0.6);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button-primary:hover {
    color: rgba(20, 61, 131, 0.6);
  }
}

.button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14.2px;
  color: #143D83;
  border: 1px solid #143D83;
  font-size: 0.875rem;
  line-height: 1.71;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: #ffffff;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .button-secondary {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.176px;
  }
}
.button-secondary::after {
  content: "";
  display: block;
  width: 11.882px;
  height: 11.882px;
  background-image: url(../assets/svg/button-secondary-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (hover: none) {
  .button-secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-secondary:active {
    color: rgba(20, 61, 131, 0.6);
  }
  .button-secondary:active::after {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button-secondary:hover {
    color: rgba(20, 61, 131, 0.6);
  }
  .button-secondary:hover::after {
    opacity: 0.6;
  }
}

.button-submit {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  background: #143D83;
  border-radius: 5px;
  border: 1px solid #143D83;
}
@media screen and (min-width:768px) {
  .button-submit {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media (hover: none) {
  .button-submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-submit:active {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button-submit:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.button-normal {
  color: #143D83;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: 700;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #143D83;
}
@media screen and (min-width:768px) {
  .button-normal {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (hover: none) {
  .button-normal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-normal:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button-normal:hover:hover {
    opacity: 0.8;
  }
}

.lg-hidden {
  display: block;
}
@media screen and (min-width:992px) {
  .lg-hidden {
    display: none;
  }
}

.md-hidden {
  display: block;
}
@media screen and (min-width:768px) {
  .md-hidden {
    display: none;
  }
}

.md-appear {
  display: none;
}
@media screen and (min-width:768px) {
  .md-appear {
    display: block;
  }
}

.section-title--white {
  font-size: 1.25rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (min-width:768px) {
  .section-title--white {
    font-size: 1.75rem;
  }
}
.section-title--white::after {
  content: "";
  display: block;
  width: 34px;
  height: 35px;
  background: url(../assets/svg/rectangle-white.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .section-title--white::after {
    width: 55px;
    height: 56px;
  }
}

.section-title--black {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (min-width:768px) {
  .section-title--black {
    font-size: 1.75rem;
    gap: 13px;
  }
}
.section-title--black::after {
  content: "";
  display: block;
  width: 34px;
  height: 35px;
  background: url(../assets/svg/rectangle-green.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .section-title--black::after {
    width: 55px;
    height: 56px;
  }
}

.section-title--side {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (min-width:768px) {
  .section-title--side {
    font-size: 1.75rem;
    gap: 14px;
  }
}
.section-title--side::before {
  content: "";
  display: block;
  width: 34px;
  height: 35px;
  background: url(../assets/svg/rectangle-green.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .section-title--side::before {
    width: 55px;
    height: 56px;
  }
}

.tour-card {
  background-color: #ffffff;
  position: relative;
  border-radius: 10px 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.tour-card__tag {
  position: absolute;
  top: -11px;
  left: 7px;
  height: 31.08px;
  padding-inline: 16px;
  border-radius: 3px;
  background: #DB2100;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.97px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .tour-card__tag {
    top: -12px;
    left: 11px;
    padding-inline: 17px;
    height: 34px;
    font-size: 1rem;
    line-height: 2;
  }
}
.tour-card__tag::before {
  content: "";
  display: inline-block;
  width: 10.028px;
  height: 16.045px;
  background: url(../assets/svg/TourCard-tag.svg) no-repeat center center/contain;
}

.tour-card__thumbnail {
  aspect-ratio: 353/240;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.tour-card__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-card__body {
  padding: 20px 24px 25px 24px;
  min-height: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width:768px) {
  .tour-card__body {
    padding: 22px 26px 25px 26px;
    min-height: 266px;
  }
}

.tour-card__title {
  color: #DB2100;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .tour-card__title {
    font-size: 1.25rem;
  }
}

.tour-card__day {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .tour-card__day {
    font-size: 1rem;
    line-height: 1.31;
  }
}

.tour-card__day-value {
  margin-left: 0.375rem;
}

.tour-card__city {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .tour-card__city {
    font-size: 0.875rem;
    margin-top: 18px;
  }
}

.tour-card__city-label {
  display: inline-grid;
  place-items: center;
  background-color: #EFEFEF;
  height: 23px;
  -ms-flex-preferred-size: 64px;
      flex-basis: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  letter-spacing: -0.154px;
  padding: 1px 4px;
}

.tour-card__city-value {
  margin-left: 0.125rem;
}
.tour-card__city-value + .tour-card__city-value {
  margin-left: 0.625rem;
}

.tour-card__button {
  max-width: 305px;
  height: 43px;
}
@media screen and (min-width:768px) {
  .tour-card__button {
    max-width: 370px;
    height: 47px;
  }
}

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375rem;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    max-width: 387px;
    width: 100%;
  }
}
@media (hover: none) {
  .blog-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .blog-card:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .blog-card:hover:hover {
    opacity: 0.8;
  }
}

.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blog-card__tag {
  position: absolute;
  width: 64px;
  height: 28px;
  background-color: #143D83;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71;
  padding-block: 1px 3px;
  padding-inline: 11px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .blog-card__tag {
    width: 114px;
    height: 35px;
    display: grid;
    place-content: center;
  }
}

.blog-card__thumbnail {
  -ms-flex-preferred-size: 172px;
      flex-basis: 172px;
}
@media screen and (min-width:768px) {
  .blog-card__thumbnail {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.blog-card__thumbnail img {
  aspect-ratio: 145/135;
}
@media screen and (min-width:768px) {
  .blog-card__thumbnail img {
    aspect-ratio: 387/264;
  }
}

.blog-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.blog-card__date {
  color: #5a5a5a;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .blog-card__date {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.blog-card__title {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width:768px) {
  .blog-card__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.main-visual {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  .main-visual {
    margin-top: 80px;
  }
}

.main-visual__image {
  width: 100%;
}

.main-visual__image--tour img {
  aspect-ratio: 393/181;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .main-visual__image--tour img {
    aspect-ratio: 1512/358;
  }
}

.main-visual__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1512px;
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .main-visual__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.main-visual__title {
  display: inline-block;
  width: auto;
  max-width: 100%;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 2;
  text-wrap: balance;
  text-align: center;
}
@media screen and (min-width:768px) {
  .main-visual__title {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: min(10.7732980833%, 163px);
    text-align: left;
  }
}

.breadcrumbs {
  padding-top: 13px;
  max-width: 1512px;
  width: 100%;
  padding-inline: 4.3256997455%;
}
@media screen and (min-width:768px) {
  .breadcrumbs {
    padding-top: 29px;
    padding-inline: 6.5751319974%;
    margin-inline: auto;
  }
}
.breadcrumbs span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.71;
}
@media screen and (min-width:768px) {
  .breadcrumbs span {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }
}

.page-outline--1100 {
  max-width: 1180px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .page-outline--1100 {
    padding-inline: 40px;
  }
}

.page-outline--1100gray {
  background-color: #F6F6F6;
  max-width: 1180px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .page-outline--1100gray {
    padding-inline: 40px;
  }
}

.page-outline--1200 {
  max-width: 1280px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .page-outline--1200 {
    padding-inline: 40px;
  }
}

/*====================================
padding-inlineなし
====================================*/
.page-outline--1200NoInner {
  max-width: 1200px;
  margin-inline: auto;
}

.page-outline--white {
  background-color: #ffffff;
}

.page-outline--grayfirst {
  background-color: #F6F6F6;
}

.page-outline--graysecond {
  background-color: #ededed;
}

.page-outline--1113 {
  max-width: 1193px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .page-outline--1113 {
    padding-inline: 40px;
  }
}

.page-outline--1170 {
  max-width: 1250px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .page-outline--1170 {
    padding-inline: 40px;
  }
}

.lg-appear {
  display: none;
}
@media screen and (min-width:992px) {
  .lg-appear {
    display: block;
  }
}

.sub-section + .sub-section {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .sub-section + .sub-section {
    margin-top: 51px;
  }
}

.sub-section__title {
  font-size: 1rem;
  line-height: 2;
  background: #D9F0FC;
  padding-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
}
@media screen and (min-width:768px) {
  .sub-section__title {
    font-size: 1.5rem;
    line-height: 1.33;
    height: 3.125rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width:768px) {
  .sub-section__content {
    padding-left: 1.6875rem;
  }
}
@media screen and (min-width:992px) {
  .sub-section__content {
    padding-inline: 3.125rem;
  }
}

.sub-section__subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.78;
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .sub-section__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.sub-section__subtitle--secondary {
  font-size: 0.875rem;
  line-height: 1.78;
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .sub-section__subtitle--secondary {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sub-section__subtitle--secondary::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #143D83;
  margin-right: 0.0625rem;
}

.sub-section__subtitle--tertiary {
  font-size: 0.875rem;
  line-height: 1.78;
  margin-top: 0.3125rem;
}
@media screen and (min-width:768px) {
  .sub-section__subtitle--tertiary {
    font-size: 1rem;
    line-height: 2;
  }
}
.sub-section__subtitle--tertiary::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #143D83;
  margin-right: 0.25rem;
  vertical-align: 0.0625rem;
}
@media screen and (min-width:768px) {
  .sub-section__subtitle--tertiary::before {
    vertical-align: 0.125rem;
  }
}

.sub-section__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.3125rem;
}
@media screen and (min-width:768px) {
  .sub-section__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.sub-section__dl--price {
  margin-top: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.78;
  border-collapse: collapse;
}
@media screen and (min-width:768px) {
  .sub-section__dl--price {
    margin-top: 0.875rem;
    font-size: 1rem;
    line-height: 2;
    max-width: 600px;
  }
}
.sub-section__dl--price .sub-section__dl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.78;
}
.sub-section__dl--price dt,
.sub-section__dl--price dd {
  border: 1px solid #d9d9d9;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .sub-section__dl--price dt,
  .sub-section__dl--price dd {
    height: 3.125rem;
  }
}
.sub-section__dl--price dt {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  width: 100%;
  background-color: #EFEFEF;
  padding-left: 0.6875rem;
}
@media screen and (max-width: 350px) {
  .sub-section__dl--price dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width:768px) {
  .sub-section__dl--price dt {
    -ms-flex-preferred-size: 246px;
        flex-basis: 246px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 1.5625rem;
  }
}
.sub-section__dl--price dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-left: 1.375rem;
}
@media screen and (min-width:768px) {
  .sub-section__dl--price dd {
    padding-left: 1.9375rem;
  }
}

.sub-section__image {
  margin-top: 0.75rem;
}
@media screen and (min-width:768px) {
  .sub-section__image {
    margin-top: 0.5rem;
  }
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .df {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:992px) {
  .df {
    max-width: 1200px;
    padding-inline: 4.1666666667% 8.75%;
    gap: 7.75%;
  }
}

@media screen and (min-width:768px) {
  .df__item1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 657px;
            flex: 1 1 657px;
  }
}

@media screen and (min-width:768px) {
  .df__item2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 296px;
            flex: 1 1 296px;
  }
}
.df__item2 img {
  width: 100%;
  max-width: 251px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .df__item2 img {
    max-width: 100%;
  }
}

.sub-section__dl--departure {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.78571;
  border-collapse: collapse;
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .sub-section__dl--departure {
    font-size: 1rem;
    line-height: 2;
    max-width: 600px;
    margin-top: 2.0625rem;
  }
}
.sub-section__dl--departure .sub-section__dl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-section__dl--departure dt,
.sub-section__dl--departure dd {
  border: 1px solid #d9d9d9;
  padding-block: 6px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .sub-section__dl--departure dt,
  .sub-section__dl--departure dd {
    height: 3.1875rem;
  }
}
.sub-section__dl--departure dt {
  -ms-flex-preferred-size: 138px;
      flex-basis: 138px;
  width: 100%;
  background-color: #EFEFEF;
  padding-left: 1.1rem;
}
@media screen and (min-width:768px) {
  .sub-section__dl--departure dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 246px;
            flex: 0 0 246px;
    padding-left: 28px;
  }
}
.sub-section__dl--departure dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  padding-left: 0.7rem;
}
@media screen and (min-width:768px) {
  .sub-section__dl--departure dd {
    padding-left: 2rem;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-1-6 {
  margin-top: 0.1rem;
}
@media screen and (min-width:768px) {
  .mt-1-6 {
    margin-top: 0.125rem;
  }
}

.mt-3-2 {
  margin-top: 0.2rem;
}
@media screen and (min-width:768px) {
  .mt-3-2 {
    margin-top: 1.6875rem;
  }
}

@media screen and (min-width:768px) {
  .mt-6-pc {
    margin-top: 0.375rem;
  }
}

@media screen and (min-width:768px) {
  .mt-9-pc {
    margin-top: 0.5625rem;
  }
}

.mt-17-6 {
  margin-top: 1.1rem;
}
@media screen and (min-width:768px) {
  .mt-17-6 {
    margin-top: 1.625rem;
  }
}

.mt-15 {
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .mt-15 {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width:768px) {
  .mt-17-pc {
    margin-top: 1.0625rem;
  }
}

.mt-19-2 {
  margin-top: 1.2rem;
}
@media screen and (min-width:768px) {
  .mt-19-2 {
    margin-top: 1.9375rem;
  }
}

.mt-20 {
  margin-top: 1.25rem;
}
@media screen and (min-width:768px) {
  .mt-20 {
    margin-top: 1.9375rem;
  }
}

@media screen and (min-width:768px) {
  .mt-20-pc {
    margin-top: 1.25rem;
  }
}

.mt-20-8 {
  margin-top: 1.3rem;
}

@media screen and (min-width:768px) {
  .mt-21-pc {
    margin-top: 1.3125rem;
  }
}

.mt-28-8 {
  margin-top: 1.8rem;
}
@media screen and (min-width:768px) {
  .mt-28-8 {
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width:768px) {
  .mt-29-pc {
    margin-top: 1.8125rem;
  }
}

.mt-30-4 {
  margin-top: 1.9rem;
}
@media screen and (min-width:768px) {
  .mt-30-4 {
    margin-top: 1.25rem;
  }
}

.mt-32 {
  margin-top: 2rem;
}
@media screen and (min-width:768px) {
  .mt-32 {
    margin-top: 0.8125rem;
  }
}

@media screen and (min-width:768px) {
  .mt-32-pc {
    margin-top: 2rem;
  }
}

@media screen and (min-width:768px) {
  .mt-42-pc {
    margin-top: 2.625rem;
  }
}

.mt-47 {
  margin-top: 2.9375rem;
}
@media screen and (min-width:768px) {
  .mt-47 {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width:768px) {
  .mt-58-pc {
    margin-top: 3.625rem;
  }
}

@media screen and (min-width:768px) {
  .mt-66-pc {
    margin-top: 4.125rem;
  }
}

@media screen and (min-width:768px) {
  .mt-13-pc {
    margin-top: 0.8125rem;
  }
}

.mt-15 {
  margin-top: 0.9375rem;
}
@media screen and (min-width:768px) {
  .mt-15 {
    margin-top: 1.25rem;
  }
}

.mt-20 {
  margin-top: 1.25rem;
}
@media screen and (min-width:768px) {
  .mt-20 {
    margin-top: 1.9375rem;
  }
}

.mt-45 {
  margin-top: 1.875rem;
}
@media screen and (min-width:768px) {
  .mt-45 {
    margin-top: 2.8125rem;
  }
}

.textLink {
  color: #143D83;
  -webkit-text-decoration: underline solid #143D83;
          text-decoration: underline solid #143D83;
}

@media screen and (min-width:768px) {
  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

.sidebar-block + .sidebar-block {
  margin-top: 40px;
}
@media screen and (min-width:992px) {
  .sidebar-block + .sidebar-block {
    margin-top: 50px;
  }
}

.sidebar-block__title {
  font-size: 0.875rem;
  line-height: 1.78;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #143D83;
}
@media screen and (min-width:992px) {
  .sidebar-block__title {
    font-size: 1rem;
    line-height: 2;
  }
}

.sidebar-block__list {
  margin-top: 20px;
}

.sidebar-block__list--category {
  margin-top: 20px;
}
.sidebar-block__list--category li {
  padding-inline: 0.6875rem;
  padding-bottom: 0.6875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (hover: none) {
  .sidebar-block__list--category li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sidebar-block__list--category li:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .sidebar-block__list--category li:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:992px) {
  .sidebar-block__list--category li {
    font-size: 1rem;
    line-height: 1.75;
    gap: 0.625rem;
  }
}
.sidebar-block__list--category li:nth-child(n+2) {
  margin-top: 0.6875rem;
}
.sidebar-block__list--category li:before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(../assets/svg/category-arrow.svg) no-repeat center center/contain;
}

.sidebar-block__list--archive {
  margin-top: 20px;
}
.sidebar-block__list--archive li {
  padding-inline: 0.6875rem;
  padding-bottom: 0.6875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (hover: none) {
  .sidebar-block__list--archive li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sidebar-block__list--archive li:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .sidebar-block__list--archive li:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width:992px) {
  .sidebar-block__list--archive li {
    font-size: 1rem;
    line-height: 1.75;
    gap: 0.625rem;
  }
}
.sidebar-block__list--archive li:nth-child(n+2) {
  margin-top: 0.6875rem;
}
.sidebar-block__list--archive li:before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(../assets/svg/category-arrow.svg) no-repeat center center/contain;
}

.sidebar-block__item {
  padding-inline: 0.625rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 2;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width:992px) {
  .sidebar-block__item {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.sidebar-block__item + .sidebar-block__item {
  margin-top: 0.5625rem;
}

.sidebar-block__link {
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: none) {
  .sidebar-block__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sidebar-block__link:active:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .sidebar-block__link:hover:hover {
    opacity: 0.8;
  }
}

.blog-pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8575851393%;
}
@media screen and (min-width:992px) {
  .blog-pagination {
    margin-top: 122px;
  }
}
.blog-pagination .page-numbers {
  border: 1px solid #143D83;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #143D83;
}
.blog-pagination .page-numbers.current {
  background-color: #143D83;
  color: #ffffff;
}
.blog-pagination .page-numbers:hover {
  background-color: #143D83;
  color: #ffffff;
  border-color: #143D83;
}
.blog-pagination .page-numbers.dots {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  justify-self: center;
  border: none;
}

@media screen and (min-width:768px) {
  .font-size-16-pc {
    font-size: 1rem;
  }
}

.font-size-24-pc {
  font-size: 1.25rem;
}
@media screen and (min-width:768px) {
  .font-size-24-pc {
    font-size: 1.5rem;
  }
}

@media screen and (min-width:768px) {
  .pr37-pc {
    padding-right: 2.3125rem;
  }
}

@media screen and (min-width:768px) {
  .pr45-pc {
    padding-right: 2.8125rem;
  }
}