@charset "UTF-8";
/* override CSS */
/* root
-------------------------*/
@media print, screen and (min-width: 768px) {
  :root {
    scroll-padding-top: 64px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    scroll-padding-top: 40px;
  }
}

table {
  margin: 0;
}

/* ページ固有スタイル
-------------------------*/
.p-index-main-visual {
  background: url("../assets/top/mv.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-index-main-visual {
    min-height: 340px;
  }
}

.p-main-visual--template {
  background: url("../images/country/mv.jpg") center/cover no-repeat;
}
.p-main-visual--immigration-control {
  background: url("../assets/immigration_control.jpg") center/cover no-repeat;
}

.p-main-visual-heading {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-main-visual-heading {
    font-size: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual-heading {
    font-size: 40px;
  }
}

.p-main-visual-text {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-main-visual-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-main-visual-text {
    font-size: 18px;
  }
}

.p-main-visual-description {
  justify-items: center;
}


/* main visual new styles */
.p-main-visual {
    position: relative;
    overflow: hidden;
}

.p-main-visual.p-main-visual--template {
    background: none;
}

.p-main-visual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center; 
}

.ui-static-main-visual-inner {
  position: absolute;
}

.ui-static-main-visual-overlay {
    position: relative;
    z-index: 0;
}

.p-color-green {
  color: var(--ui-static-teal-60);
}

.p-color-orange {
  color: var(--ui-static-orange-60);
}

.p-icon-size-large-medium {
  font-size: 32px;
}

.p-text-highlight {
  font-size: 20px;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .p-section-top-contents {
    margin-inline: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-section-top-contents {
    margin-inline: 20px;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-section-top-contents + .ui-static-section-wrapper {
    padding-top: 24px;
  }
}
.p-section-top-contents__link {
  justify-content: flex-end;
}

.p-navigation-area {
  background-color: #f5f7fa;
}

.p-navigation {
  text-align: center;
  overflow-x: auto;
}
@media print, screen and (min-width: 1104px) {
  .p-navigation__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1104px;
    margin: 0 auto;
    padding-inline: 20px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1103.98px) {
  .p-navigation__inner {
    display: contents;
  }
}
.p-navigation__side-link {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-block: 16px;
}
@media print, screen and (min-width: 1104px) {
  .p-navigation__side-link .p-navigation__text {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .p-navigation__side-link:hover .p-navigation__text {
    text-decoration: underline;
  }
}
.p-navigation__list {
  display: inline-flex !important;
}
@media print, screen and (min-width: 768px) {
  .p-navigation__list {
    padding: 16px 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-navigation__list {
    flex-direction: row !important;
    gap: 15px !important;
    padding: 8px 10px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-navigation__item:not(:last-of-type) {
    padding-right: 16px !important;
  }
}
.p-navigation__item::after {
  right: 1px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1px !important;
  height: 100% !important;
}
@media screen and (max-width: 767.98px) {
  .p-navigation__item::after {
    max-height: 32px;
  }
}
.p-navigation__text {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .p-navigation__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-navigation__text {
    font-size: 12px;
  }
}
.p-navigation__border {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  background-color: #c0c5cc;
}
.p-navigation--anchor {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-navigation--anchor .p-navigation__list {
  box-shadow: none;
}
.p-navigation--anchor .p-navigation__link {
  flex-direction: column;
}
.p-navigation--page {
  background-color: transparent;
}
.p-navigation--page .p-navigation__list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1103.98px) {
  .p-navigation--page .p-navigation__list {
    padding: 8px 10px !important;
  }
}
.p-navigation--page .p-navigation__item {
  padding-right: 0 !important;
}
.p-navigation--page .p-navigation__item::after {
  content: none !important;
}
.p-navigation--page .p-navigation__link {
  gap: 0 !important;
}
.p-navigation--page .p-navigation__text {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1103.98px) {
  .p-navigation--page .p-navigation__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-simple-navigation {
    justify-content: center;
    gap: 16px !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-simple-navigation__item {
    width: auto !important;
    margin-block: 0 !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-simple-navigation__item:not(:last-of-type) {
    padding-right: 17px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-section-wrapper {
    padding-block: 64px 120px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-sub-heading {
    font-size: 24px;
    font-weight: 700;
  }
}

.p-print-section {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-print-section__heading {
    max-width: calc(100% - 320px);
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-print-section__button {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-print-section__button {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-print-section__button + * {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-print-section__button + * {
    margin-top: 24px;
  }
}

.p-basic-info-heading {
  grid-template-columns: repeat(2, auto);
  font-size: 18px;
  line-height: 1.3;
  color: #0063b0;
  background-color: #eaf6ff;
  padding: 8px 12px;
}
.p-basic-info-heading--with-background-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #0063b0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-basic-info-heading--icon-outlet::before {
  -webkit-mask-image: url("../images/common/outlet.svg");
  mask-image: url("../images/common/outlet.svg");
}
.p-basic-info-heading--icon-local-drink::before {
  -webkit-mask-image: url("../images/common/local_drink.svg");
  mask-image: url("../images/common/local_drink.svg");
}

@media print, screen and (min-width: 768px) {
  .p-basic-info-wide-item {
    grid-column: 1/-1;
  }
}

@media print, screen and (min-width: 768px) {
  .p-basic-info-list {
    row-gap: 40px;
  }
}
.p-basic-info-list__row {
  display: grid;
  grid-template-columns: calc(4em + 23px) 1fr;
  gap: 24px;
}
.p-basic-info-list__title {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 50px;
  text-align: center;
  color: #0063b0;
  padding-right: 23px;
}
.p-basic-info-list__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #c0c5cc;
}
.p-basic-info-list__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.p-basic-info-list__value {
  line-height: 1.5;
}

.p-basic-info-image-area {
  display: grid;
  gap: 8px;
  justify-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1103.98px) {
  .p-basic-info-image-area__image {
    max-width: 70px;
    height: auto;
  }
}

.p-international-phone-call-box {
  border: 1px solid #c0c5cc;
  padding: 8px;
}
.p-international-phone-call-box__contents {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: flex-end;
  column-gap: 8px;
}
.p-international-phone-call-box__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
}
.p-international-phone-call-box__number {
  align-self: flex-end;
  font-size: 24px;
  color: #0063b0;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #0063b0;
  margin-bottom: 8px !important;
}

.p-message-wrapper {
  align-items: stretch;
}

.p-message__title-wrapper + .p-message__with-link-layout {
  margin-top: 8px;
}

.p-holidays-list {
  column-gap: 24px;
  align-items: stretch;
}
.p-holidays-list__item {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  column-gap: 24px;
  border-bottom: 1px solid #c0c5cc;
}
@media print, screen and (min-width: 768px) {
  .p-holidays-list__item {
    padding-block: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-holidays-list__item {
    padding-block: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-holidays-list__item:nth-of-type(-n + 3) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-holidays-list__item:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-holidays-list__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-holidays-list--remainder-0 .p-holidays-list__item:nth-last-of-type(-n + 3), .p-holidays-list--remainder-1 .p-holidays-list__item:nth-last-of-type(-n + 1), .p-holidays-list--remainder-2 .p-holidays-list__item:nth-last-of-type(-n + 2) {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-clothing-item {
  display: grid;
  justify-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-align: center;
}
.p-clothing-item__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 222px;
  margin-block: auto;
  margin-bottom: 20px;
}
.p-clothing-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px !important;
}
.p-clothing-item__description {
  margin-top: 16px !important;
}

@media print, screen and (min-width: 1104px) {
  .p-local-article-list {
    row-gap: 40px;
  }
}

.p-receipt-information__inner {
  padding: 64px 20px;
  background-color: #f5f7fa;
}
.p-receipt-information__button-area {
  display: flex;
  justify-content: center;
  max-width: 1104px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-receipt-information__button-area {
    column-gap: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-receipt-information__button-area {
    flex-direction: column;
    row-gap: 16px;
  }
}
.p-receipt-information__button {
  width: 100%;
  text-decoration: none;
  color: #2c2a29;
}

@media screen and (max-width: 767.98px) {
  .p-passport-accordion-area-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-local-article {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-local-article__image {
    height: 80px;
  }
}

.p-square-icon-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #939dad;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .p-square-icon-button {
    padding: 16px 12px 16px 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-square-icon-button {
    padding: 12px 12px 12px 16px;
  }
}
@media (any-hover: hover) {
  .p-square-icon-button:hover {
    background-color: #f0f7ff;
  }
  .p-square-icon-button:hover .p-square-icon-button__text,
  .p-square-icon-button:hover .p-square-icon-button__icon {
    color: #140d77;
  }
}
.p-square-icon-button__contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
}
.p-square-icon-button__text {
  display: inline-flex;
  margin-block: auto;
  column-gap: 4px;
  font-weight: normal;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-square-icon-button__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-square-icon-button__text {
    font-size: 14px;
  }
}
.p-square-icon-button__text--emphasis {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-square-icon-button__text--emphasis {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-square-icon-button__text--emphasis {
    font-size: 24px;
  }
}

.p-temperature-table {
  overflow-x: auto;
}
@media print, screen and (min-width: 768px) {
  .p-temperature-table {
    display: grid;
    grid-template-columns: repeat(13, auto);
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table__column--head {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table__column--head .p-temperature-table__value {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-temperature-table__column:not(.p-temperature-table__column--head) .p-temperature-table__title,
  .p-temperature-table__column:not(.p-temperature-table__column--head) .p-temperature-table__value {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table__column:not(.p-temperature-table__column--head) .p-temperature-table__title,
  .p-temperature-table__column:not(.p-temperature-table__column--head) .p-temperature-table__value {
    border-top: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table__column:not(.p-temperature-table__column--head):not(:nth-of-type(4n - 2)) .p-temperature-table__title,
  .p-temperature-table__column:not(.p-temperature-table__column--head):not(:nth-of-type(4n - 2)) .p-temperature-table__value {
    border-left: none;
  }
}
.p-temperature-table__title, .p-temperature-table__value {
  display: grid;
  place-items: center;
  white-space: nowrap;
  border: 1px solid #c0c5cc;
}
.p-temperature-table__title {
  background-color: #f5f7fa;
  padding: 8px 16px;
}
.p-temperature-table__value {
  padding: 8px 16px;
  border-top: none;
}
.p-temperature-table__highest {
  color: #f32b1e;
}
.p-temperature-table__lowest {
  color: #007cdd;
}
@media print, screen and (min-width: 768px) {
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) {
    grid-template-columns: repeat(12, auto);
  }
}
@media print, screen and (min-width: 768px) {
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:first-of-type > .p-temperature-table__title,
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:first-of-type > .p-temperature-table__value {
    border-left: 1px solid #c0c5cc;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:nth-of-type(-n + 4) > .p-temperature-table__title {
    border-top: 1px solid #c0c5cc;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:nth-of-type(4n - 3) > .p-temperature-table__title,
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:nth-of-type(4n - 3) > .p-temperature-table__value {
    border-left: 1px solid #c0c5cc;
  }
}
@media screen and (max-width: 767.98px) {
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:nth-of-type(4n - 2) > .p-temperature-table__title,
  .p-temperature-table:not(:has(.p-temperature-table__column--head)) .p-temperature-table__column:nth-of-type(4n - 2) > .p-temperature-table__value {
    border-left: none;
  }
}

@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table {
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table + .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__contents--row)) {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table + .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__contents--row)) .p-basic-info-custom-table__main-title,
  .p-basic-info-custom-table + .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__contents--row)) .p-basic-info-custom-table__item-title {
    border-top: none;
  }
}
.p-basic-info-custom-table__main-title {
  flex-shrink: 0;
  background-color: #e9ecf2;
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__main-title {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1103.98px) {
  .p-basic-info-custom-table__main-title {
    max-width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__main-title--small {
    max-width: 180px;
  }
}
.p-basic-info-custom-table__main-title, .p-basic-info-custom-table__item-title, .p-basic-info-custom-table__description {
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__contents:not(.p-basic-info-custom-table__contents--row) .p-basic-info-custom-table__column + .p-basic-info-custom-table__column .p-basic-info-custom-table__item-title {
    border-top: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__contents--row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
  }
}
.p-basic-info-custom-table__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__column {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__column--sp-row {
    grid-template-columns: 5fr 5fr;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__column--sp-row .p-basic-info-custom-table__description {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__column--sp-col-3-7 {
    grid-template-columns: 3fr 7fr;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__column--sp-col-4-6 {
    grid-template-columns: 4fr 6fr;
  }
}
.p-basic-info-custom-table__main-title, .p-basic-info-custom-table__item-title {
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid #c0c5cc;
}
.p-basic-info-custom-table__item-title {
  background-color: #f5f7fa;
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__item-title {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__item-title {
    border-top: none;
  }
}
.p-basic-info-custom-table__description {
  display: grid;
  border: 1px solid #c0c5cc;
  border-top: none;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__description {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table__description {
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table__description--pc-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__main-title)) .p-basic-info-custom-table__column:not(.p-basic-info-custom-table__column-sp-row):first-of-type > .p-basic-info-custom-table__item-title,
  .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__main-title)) .p-basic-info-custom-table__column:not(.p-basic-info-custom-table__column-sp-row):first-of-type > .p-basic-info-custom-table__description {
    border-left: 1px solid #c0c5cc;
  }
}
@media screen and (max-width: 767.98px) {
  .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__main-title)) .p-basic-info-custom-table__column:first-of-type > .p-basic-info-custom-table__item-title,
  .p-basic-info-custom-table:not(:has(.p-basic-info-custom-table__main-title)) .p-basic-info-custom-table__column--sp-row:first-of-type > .p-basic-info-custom-table__description {
    border-top: 1px solid #c0c5cc;
  }
}

.p-card-contents-table__title:last-child {
  background-color: #e0edff !important;
}
.p-card-contents-table__contents:last-child {
  background-color: #f0f7ff;
}

.p-index-country-table-wrapper {
  overflow: hidden;
}

.p-index-country-tab-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  .p-index-country-tab__button {
    min-width: 62px !important;
    padding-inline: 6px !important;
    font-size: 12px;
  }
}
.p-index-country-tab__button.is-active {
  background-color: #10069f;
}
.p-index-country-tab__button.is-active::before {
  background-color: #10069f;
}

.p-index-country-table {
  overflow-x: auto;
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__table {
    table-layout: fixed;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-country-table__col:nth-of-type(1) {
    width: 12%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__col:nth-of-type(1) {
    width: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-country-table__col:nth-of-type(2) {
    width: 11%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__col:nth-of-type(2) {
    width: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-country-table__col:nth-of-type(3) {
    width: 11%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__col:nth-of-type(3) {
    width: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-country-table__col:nth-of-type(4) {
    width: 11%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__col:nth-of-type(4) {
    /*width: 335px;*/
    width: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-country-table__col:nth-of-type(5) {
    width: 54%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-index-country-table__col:nth-of-type(5) {
    width: 270px;
  }
}

.p-table-contents__button {
  margin-inline: auto;
  color: #ffffff !important;
}
.p-table-contents__tag {
  display: inline-block;
  justify-content: center;
  width: 88px;
  padding-block: 4px;
  margin-inline: auto;
  line-height: 1.5;
}
.p-table-contents__link {
  color: #2c2a29;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-table-contents__link:hover {
    color: #140d77;
  }
}
.p-table-contents__document {
  padding: 0;
  margin: 0;
}
.p-table-contents__document-block {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 8px;
}
.p-table-contents__document-item {
  margin-left: 20px;
}
.p-table-contents__document-item:last-of-type .p-table-contents__document-message {
  margin-bottom: 0 !important;
}
.p-table-contents__document-message {
  margin: 8px 0 8px -20px !important;
  padding: 8px;
  background-color: #f5f7fa;
}

.p-immigration-card-table:not(.p-immigration-card-table--first) {
  border-top: none !important;
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__col {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__title {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__title--show-sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__title--meaning {
    display: none;
  }
}
.p-immigration-card-table__title--example {
  background-color: #e0edff !important;
}
.p-immigration-card-table__data-title {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-title {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-title {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-title .p-immigration-card-table__data-meaning {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-title .p-immigration-card-table__data-meaning {
    margin-top: 4px;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-meaning {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-meaning {
    font-size: 14px;
    color: #697180;
  }
}
.p-immigration-card-table__data-meaning .p-immigration-card-table__note {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-meaning .p-immigration-card-table__note {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-meaning .p-immigration-card-table__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__row > .p-immigration-card-table__data-meaning {
    display: none;
  }
}
.p-immigration-card-table__data-example {
  font-weight: 700;
  background-color: #f0f7ff;
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-example {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-example {
    font-size: 14px;
  }
}
.p-immigration-card-table__data-example .p-immigration-card-table__note {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-immigration-card-table__data-example .p-immigration-card-table__note {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-immigration-card-table__data-example .p-immigration-card-table__note {
    font-size: 12px;
  }
}

.p-banner {
  width: 100%;
  height: 100%;
}

.text-bold p {
  font-weight: 700;
}
.mt-image-right {
  float: right;
}
.ui-static-container p ~ p {
  padding-top: 16px;
}
.visa-precautions p ~ p {
  padding-top: 0;
}
.ui-static-container a {
  position: relative;
    transition: all .3s ease-out;
    color: #3064d5;
}

.holiday-table table {
  border: 0;
  margin: 0;
}
.holiday-table table td {
  border: 0;
  padding: 0;
}
.holiday-table table tbody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  align-items: stretch;
}
.holiday-table table tr {
  display: grid;
    grid-template-columns: 69px 1fr;
    align-items: center;
    column-gap: 24px;
    padding-block: 16px;
}
.holiday-table table tr:nth-child(n + 4) {
    border-top: 1px solid #c0c5cc;
}
.holiday-table table tr td:first-of-type {
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .holiday-table table tbody {
    display: block;
  }
  .holiday-table table tr:nth-child(n + 2) {
    border-top: 1px solid #c0c5cc;
}
}

.p-local-article {
  text-decoration: none;
  color: #2c2a29;
}

.ui-static-message.ui-static-message-variant-error {
  word-break: break-all;
}

.p-basic-info-list__label--summertime {
  float: left;
  padding-right: 4px;
}
.p-clothing-item p {
  text-align: left;
}
.p-clothing-item p:has(br)::first-line {
  font-weight: 700;
}
.tab-panel-info {
  margin-top: 120px !important;
}
.p-section-top-contents {
  display: flex;
  justify-content: flex-end;
}
.ui-static-input-text-input {
  width: 333px;
  height: 50px;
}
.ui-static-button-large {
    min-width: 88px;
    height: 38px;
}
.ui-static-message {
  word-break: break-all;
}
.mv-sbox {
  width: max-content;
  margin: 0 auto !important;
  position: relative;
}
.search-message {
  color: #ffffff;
  margin-top: 2px;
  position: absolute;
  text-shadow: 3px 3px 5px #000;
}

.p-sns {
  width: 48px;
  height: 48px;
}

.qr-code-item {
  padding: 8px;
  border: 1px solid #000000;
  margin-left: 8px;
}

/* ヘッダーロゴサイズオーバーライド */
@media screen and (max-width: 768px) {
    #header-new[data-type="simple"] .header__logo {
        width: 80px;
        height: 41px;
    }
}

@media (max-width: 768px) {
  .tab-panel-info {
	margin-top: 40px !important;
	font-size: 0.875rem;
  }
  .p-section-top-contents {
    display: grid;
    justify-content: flex-end;
  }
  .ui-static-input-text-input {
    width: 333px;
    height: 50px;
  }
  .ui-static-input-text-input {
    width: 190px;
    height: 50px;
  }
}

/* レスポンシブテーブルCSS追加
-------------------------*/
.temperature-table table tbody tr td,
.temperature-table table tbody tr th {
  text-align: center;
}
.temperature-table table tbody tr:nth-child(4n + 1) th,
.temperature-table table tbody tr:nth-child(4n + 1) td {
  background-color: #f5f7fa;
}
.temperature-table table tbody tr:nth-child(4n + 2) th,
.temperature-table table tbody tr:nth-child(4n + 2) td {
  background-color: #ffffff;
  color: #f32b1e;
}
.temperature-table table tbody tr:nth-child(4n + 3) th,
.temperature-table table tbody tr:nth-child(4n + 3) td {
  background-color: #ffffff;
  color: #007cdd;
}

@media (max-width: 768px) {
  .temperature-table table tbody tr:nth-child(4n + 1) th,
  .temperature-table table tbody tr:nth-child(4n + 1) td {
    min-width: 48px;
  }
  .temperature-table table tbody tr th:first-child,
  .temperature-table table tbody tr td:first-child {
  min-width: 132px;
  }
  .temperature-table-container {
    overflow: hidden;
  }
  .temperature-table {
    overflow-x: auto;
  }
}

.transport-type-airport table th,
.transport-type-airport table td {
  border: none;
}
.transport-type-airport table td:not(:first-child) {
  border-left: 1px solid #c0c5cc;
}
    .transport-type-airport {
      width: 100%;
      margin: 20px auto;
    }

    .transport-type-airport table {
      width: 100%;
	  border: 0;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .transport-type-airport table tr {
      display: grid;
      align-items: stretch;
      min-height: 100px;
	  border: 1px solid #c0c5cc;
    }

	.transport-type-airport table tr:not(:first-child) {
	  margin-top: 24px;
	}

    /* City name styling - fixed width */
    .transport-type-airport table tr td:first-child {
      background-color: #e9ecf2;
      /* border: 1px solid #c0c5cc; */
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-align: center;
      grid-column: 1;
      grid-row: 1 / 3;
    }

    /* First row - City1 with 3 transport pairs */
    .transport-type-airport table tr:has(td:nth-child(7):last-child) {
      grid-template-columns: 200px repeat(3, 1fr);
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(4) {
      grid-column: 3;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(5) {
      grid-column: 3;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(6) {
      grid-column: 4;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      /* border-bottom: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(7) {
      grid-column: 4;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Second row - City2 with 2 transport pairs */
    .transport-type-airport table tr:has(td:nth-child(5):last-child) {
      grid-template-columns: 200px repeat(2, 1fr);
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(4) {
      grid-column: 3;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(5) {
      grid-column: 3;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Third row - City3 with 1 transport pair */
    .transport-type-airport table tr:has(td:nth-child(3):last-child) {
      grid-template-columns: 200px 1fr;
    }

    .transport-type-airport table tr:has(td:nth-child(3):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .transport-type-airport table tr:has(td:nth-child(3):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 10px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      /* .transport-type-airport table tr:first-child {
        grid-template-columns: 150px repeat(3, 1fr);
      }
      
      .transport-type-airport table tr:nth-child(2) {
        grid-template-columns: 150px repeat(2, 1fr);
      }
      
      .transport-type-airport table tr:nth-child(3) {
        grid-template-columns: 150px 1fr;
      } */
      .transport-type-airport table tr {
        display: flex;
        flex-wrap: wrap;
      }
      .transport-type-airport table tr:not(:first-child) {
        margin-top: 16px;
      }
      .transport-type-airport table tr td:first-child {
        flex: 1 1 100%;
      }
      .transport-type-airport table tr td:nth-child(2n + 2) {
        width: calc((100% - 0px) / 2);
      }
      .transport-type-airport table tr td:nth-child(2n + 3) {
        width: calc((100% - 0px) / 2);
      }
      .transport-type-airport table td:not(:first-child) {
        border-left: none;
        border-top: 1px solid #c0c5cc;
      }
      .transport-type-airport table td:nth-child(2n + 3) {
        border-left: 1px solid #c0c5cc;
      }
    }

    /* ===== TABLE2 STYLES ===== */
    .transport-type-city {
      width: 100%;
      margin: 20px auto;
    }

    .transport-type-city table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      border: none;
    }

    .transport-type-city table tr {
      display: grid;
      align-items: stretch;
      min-height: 100px;
      grid-template-columns: 180px 1fr;
      border: 1px solid #c0c5cc;
    }

    .transport-type-city table tr:not(:first-child) {
      border-top: none;
    }

    .transport-type-city table th,
    .transport-type-city table td {
      border: none;
    }

    .transport-type-city table tr td:nth-child(n + 2) {
      border-left: 1px solid #c0c5cc;
    }

    .transport-type-city table tr td:nth-child(n + 3) {
      border-top: 1px solid #c0c5cc;      
    }

    .transport-type-city table tr td {
      padding: 20px;
    }

    /* Define grid rows based on number of TDs */
    .transport-type-city table tr:has(td:nth-child(3):not(td:nth-child(4))) {
      grid-template-rows: repeat(2, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(5):not(td:nth-child(6))) {
      grid-template-rows: repeat(4, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(7):not(td:nth-child(8))) {
      grid-template-rows: repeat(6, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(9):not(td:nth-child(10))) {
      grid-template-rows: repeat(8, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(11):not(td:nth-child(12))) {
      grid-template-rows: repeat(10, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(13):not(td:nth-child(14))) {
      grid-template-rows: repeat(12, auto);
    }

    .transport-type-city table tr td {
      padding: 20px;
    }

    /* City name styling - fixed width, spans all rows */
    .transport-type-city table tr td:first-child {
      background-color: #e9ecf2;
      /* border: 1px solid #ccc; */
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      grid-column: 1;
      grid-row: 1 / -1;
      /* min-height: 100px; */
    }

    /* Transport data - all go to column 2, stacked vertically */
    .transport-type-city table tr td:not(:first-child) {
      grid-column: 2;
      /* border: 1px solid #ccc; */
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      /* padding: 10px; */
    }

    /* Transport names (odd positions after city) - 2nd, 4th, 6th, 8th... */
    .transport-type-city table tr td:nth-child(odd):not(:first-child) {
      background-color: #ffffff;
	  text-align: left;
	  justify-content: flex-start;
    }

    /* Transport descriptions (even positions after city) - 3rd, 5th, 7th, 9th... */
    .transport-type-city table tr td:nth-child(even) {
      background-color: #f5f7fa;
      /* border-top: none; */
      font-size: 0.875rem;
      border-bottom: none;
    }

    /* Position each transport TD in sequence vertically */
    .transport-type-city table tr td:nth-child(2) { grid-row: 1; }
    .transport-type-city table tr td:nth-child(3) { grid-row: 2; }
    .transport-type-city table tr td:nth-child(4) { grid-row: 3; }
    .transport-type-city table tr td:nth-child(5) { grid-row: 4; }
    .transport-type-city table tr td:nth-child(6) { grid-row: 5; }
    .transport-type-city table tr td:nth-child(7) { grid-row: 6; }
    .transport-type-city table tr td:nth-child(8) { grid-row: 7; }
    .transport-type-city table tr td:nth-child(9) { grid-row: 8; }
    .transport-type-city table tr td:nth-child(10) { grid-row: 9; }
    .transport-type-city table tr td:nth-child(11) { grid-row: 10; }
    .transport-type-city table tr td:nth-child(12) { grid-row: 11; }

    /* Responsive adjustments for table2 */
    @media (max-width: 768px) {
      .transport-type-city table tr {
        /* grid-template-columns: 150px 1fr; */
        display: flex;
        flex-wrap: wrap;
      }
      .transport-type-city table tr {
        border: 1px solid #c0c5cc;
      }
	  .transport-type-city table tr td {
		width: 100%;
	  }
      .transport-type-city table tr td:nth-child(n + 2) {
        border-left: none;
        border-top: 1px solid #c0c5cc;
      }
      .transport-type-city table tr:not(:first-child) {
        margin-top: 16px;
      }
      .transport-type-city table tr td:first-child {
        flex: 1 1 100%;
        /* grid-row: auto !important; */
      }
      .transport-type-city table tr td:nth-child(2n + 2) {
        flex: 1 1 100%;
        /* grid-row: auto !important; */
      }
    }



/* 印刷画面スタイル
-------------------------*/
.p-print-header,
.p-print-footer,
.p-only-print {
  display: none;
}

.p-print-page {
  display: contents;
}

@media print {
  /* A4縦用のベース設定 */
  @page {
    size: A4 portrait;
    margin: 8mm 6mm;
  }
  /* firefox style */
  @-moz-document url-prefix() {
    body {
      transform: scale(1);
      transform-origin: initial;
    }
  }
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    top: 0;
    left: 0;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-new,
  .footer-new,
  .ui-static-breadcrumb,
  .page-top,
  .p-print-none {
    display: none !important;
  }
  .p-only-print {
    display: block;
  }
  .p-print-page {
    display: flex;
    flex-direction: column;
    height: 287mm;
    overflow: hidden;
    break-before: page;
  }
  .p-print-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-print-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-print-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-basic-info-wide-item {
    grid-column: 1/-1;
  }
  .p-print-gap-2 {
    gap: 1.50000375pt !important;
  }
  .p-print-gap-4 {
    gap: 3.0000075pt !important;
  }
  .p-print-gap-8 {
    gap: 6.000015pt !important;
  }
  .ui-static-text-medium {
    font-size: 7.50001875pt;
    line-height: 1.3;
  }
  .ui-static-text-small {
    font-size: 6.000015pt;
    line-height: 1.3;
  }
  .p-print-text-xs {
    font-size: 5.250013125pt !important;
  }
  .p-print-text-s {
    font-size: 6.000015pt !important;
  }
  .p-print-text-m {
    font-size: 7.50001875pt !important;
  }
  .p-print-text-l {
    font-size: 9.0000225001pt !important;
  }
  .p-print-header,
  .p-print-footer {
    display: block;
  }
  .p-print-header {
    background-color: #000;
  }
  .p-print-header__logo {
    display: block;
    width: auto;
    height: 100%;
    max-height: 27.0000675002pt;
    margin-inline: auto;
  }
  .ui-static-section-wrapper {
    max-width: none;
    padding: 3.0000075pt 6.000015pt 0;
  }
  .p-print-footer {
    width: 100%;
    margin-top: auto !important;
    background-color: #fff;
  }
  .p-print-footer__inner {
    padding: 6.000015pt;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6.000015pt;
  }
  .p-print-footer__text {
    font-size: 7.50001875pt;
    font-weight: 700;
  }
  .p-print-footer__qr {
    width: 90.0002250006pt;
    height: 90.0002250006pt;
  }
  .p-print-footer__qr img {
    width: 100%;
    height: auto;
  }
  /* .p-print-section {
    margin: 24px 8px;
  } */
  .p-print-section__heading {
    font-size: 12.0000300001pt;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .p-print-section__heading::after {
    content: none;
  }
  .p-print-section__button + * {
    margin-top: 3.0000075pt;
  }
  .p-basic-info-list__row {
    grid-template-columns: 45.0001125003pt 1fr;
    gap: 3.0000075pt;
  }
  .p-basic-info-list__title {
    min-height: auto;
    color: #000;
    padding-right: 3.0000075pt;
  }
  .p-basic-info-list__value {
    font-size: 7.50001875pt;
  }
  .p-basic-info-list__note {
    font-size: 6.000015pt;
    line-height: 1.5;
  }
  .p-basic-info-heading {
    font-size: 9.0000225001pt;
    color: #fff;
    background-color: #000;
    padding: 3.0000075pt;
  }
  .p-basic-info-heading i {
    font-size: 10.5000262501pt;
    color: #fff;
  }
  .p-basic-info-heading--with-background-icon:before {
    width: 10.5000262501pt;
    height: 10.5000262501pt;
    background-color: #fff;
  }
  .p-sub-heading {
    font-size: 10.5000262501pt;
    font-weight: 700;
  }
  .p-basic-info-image-area {
    gap: 1.50000375pt;
  }
  .p-international-phone-call-box {
    padding: 1.50000375pt;
  }
  .p-international-phone-call-box__title {
    font-size: 6.750016875pt;
    font-weight: 700;
  }
  .p-international-phone-call-box__contents {
    column-gap: 3.0000075pt;
  }
  .p-international-phone-call-box__number {
    font-size: 9.0000225001pt;
    color: #000;
    border-color: #000;
    margin-bottom: 3.0000075pt !important;
  }
  .p-message {
    background: #e9ecf2 !important;
    padding: 4.50001125pt;
  }
  .p-message__icon, .p-message__title, .p-message__text {
    color: #000 !important;
  }
  .p-message__icon {
    font-size: 9.0000225001pt !important;
  }
  .p-message__title-wrapper + .p-message__text, .p-message__title-wrapper + .p-message__with-link-layout {
    margin-top: 3.0000075pt !important;
  }
  .p-message__title {
    font-size: 7.50001875pt !important;
  }
  .p-message__with-link-layout {
    /* display: grid; */
    grid-template-columns: 1fr 48.0001200003pt;
    column-gap: 3.0000075pt;
  }
  .p-message__text {
    display: flex;
    font-size: 6.000015pt !important;
  }
  .p-message__text--tabireji {
    width: 80%;
  }
  .p-message__text img.p-message__qr {
    margin-left: 8px;
  }
  .p-basic-info-custom-table__main-title, .p-basic-info-custom-table__item-title, .p-basic-info-custom-table__description {
    padding: 1.50000375pt 3.0000075pt;
  }
  .p-basic-info-custom-table__main-title {
    width: 150.0003750009pt;
  }
  .p-basic-info-custom-table__main-title--small {
    width: 112.5002812507pt;
  }
  .p-clothing-item {
    display: grid;
    column-gap: 6.000015pt;
    grid-template-columns: 37.5000937502pt 1fr;
    text-align: left;
  }
  .p-clothing-item__image {
    grid-row: 1/3;
    max-height: 52.5001312503pt;
    margin: 0;
  }
  .p-clothing-item__title {
    align-self: flex-end;
    justify-self: start;
    font-size: 9.0000225001pt;
    margin-top: 0 !important;
  }
  .p-clothing-item__description {
    align-self: flex-start;
    justify-self: start;
    margin-top: 3.0000075pt !important;
  }
  .p-contents-with-note-layout {
    position: relative;
  }
  .p-contents-with-note-layout__note {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-100% - 4.50001125pt));
  }


  .transport-type-airport table th,
.transport-type-airport table td {
  border: none;
}
.transport-type-airport table td:not(:first-child) {
  border-left: 1px solid #c0c5cc;
}
    .transport-type-airport {
      width: 100%;
      margin: 10px auto;
    }

    .transport-type-airport table {
      width: 100%;
	  border: 0;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .transport-type-airport table tr {
      display: grid;
      align-items: stretch;
      min-height: auto;
	  border: 1px solid #c0c5cc;
    }

    .transport-type-airport table td:not(:first-child) {
      border-top: 0;
    }

	.transport-type-airport table tr:not(:first-child) {
	  margin-top: 8px;
	}

    /* City name styling - fixed width */
    .transport-type-airport table tr td:first-child {
      background-color: #e9ecf2;
      /* border: 1px solid #c0c5cc; */
      padding: 0 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-align: center;
      grid-column: 1;
      grid-row: 1 / 3;
    }

    /* First row - City1 with 3 transport pairs */
    .transport-type-airport table tr:has(td:nth-child(7):last-child) {
      grid-template-columns: 200px repeat(3, 1fr);
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(4) {
      grid-column: 3;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(5) {
      grid-column: 3;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(6) {
      grid-column: 4;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      /* border-bottom: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(7):last-child) td:nth-child(7) {
      grid-column: 4;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    /* Second row - City2 with 2 transport pairs */
    .transport-type-airport table tr:has(td:nth-child(5):last-child) {
      grid-template-columns: 200px repeat(2, 1fr);
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(4) {
      grid-column: 3;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(5):last-child) td:nth-child(5) {
      grid-column: 3;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    /* Third row - City3 with 1 transport pair */
    .transport-type-airport table tr:has(td:nth-child(3):last-child) {
      grid-template-columns: 200px 1fr;
    }

    .transport-type-airport table tr:has(td:nth-child(3):last-child) td:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      font-weight: 700;
      background-color: #f5f7fa;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .transport-type-airport table tr:has(td:nth-child(3):last-child) td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      /* border: 1px solid #c0c5cc; */
      padding: 2px 4px;
      text-align: center;
      background-color: #ffffff;
      /* border-top: none; */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }


    

    /* ===== TABLE2 STYLES ===== */
    .transport-type-city {
      width: 100%;
      margin: 10px auto;
    }

    .transport-type-city table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      border: none;
    }

    .transport-type-city table tr {
      display: grid;
      align-items: stretch;
      min-height: auto;
      grid-template-columns: 140px 1fr;
      border: 1px solid #c0c5cc;
    }

    .transport-type-city table tr:not(:first-child) {
      border-top: 1px solid #c0c5cc;
    }

    .transport-type-city table th,
    .transport-type-city table td {
      border: none;
    }

    .transport-type-city table tr td:nth-child(n + 2) {
      border-left: 1px solid #c0c5cc;
    }

    .transport-type-city table tr td:nth-child(2) {
      border-top: none;
    }

    .transport-type-city table tr td:nth-child(n + 3) {
      border-top: 1px solid #c0c5cc;      
    }

    /* Define grid rows based on number of TDs */
    .transport-type-city table tr:has(td:nth-child(3):not(td:nth-child(4))) {
      grid-template-rows: repeat(2, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(5):not(td:nth-child(6))) {
      grid-template-rows: repeat(4, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(7):not(td:nth-child(8))) {
      grid-template-rows: repeat(6, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(9):not(td:nth-child(10))) {
      grid-template-rows: repeat(8, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(11):not(td:nth-child(12))) {
      grid-template-rows: repeat(10, auto);
    }
    
    .transport-type-city table tr:has(td:nth-child(13):not(td:nth-child(14))) {
      grid-template-rows: repeat(12, auto);
    }

    .transport-type-city table tr td {
      padding: 2px 4px;
    }

    /* City name styling - fixed width, spans all rows */
    .transport-type-city table tr td:first-child {
      background-color: #e9ecf2;
      /* border: 1px solid #ccc; */
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      grid-column: 1;
      grid-row: 1 / -1;
      /* min-height: 100px; */
    }

    /* Transport data - all go to column 2, stacked vertically */
    .transport-type-city table tr td:not(:first-child) {
      grid-column: 2;
      /* border: 1px solid #ccc; */
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      /* padding: 10px; */
    }

    /* Transport names (odd positions after city) - 2nd, 4th, 6th, 8th... */
    .transport-type-city table tr td:nth-child(odd):not(:first-child) {
      background-color: #ffffff;
	  text-align: left;
	  justify-content: flex-start;
    }

    /* Transport descriptions (even positions after city) - 3rd, 5th, 7th, 9th... */
    .transport-type-city table tr td:nth-child(even) {
      background-color: #f5f7fa;
      /* border-top: none; */
      font-size: 7.50001875pt !important;
      border-bottom: none;
    }

    /* Position each transport TD in sequence vertically */
    .transport-type-city table tr td:nth-child(2) { grid-row: 1; }
    .transport-type-city table tr td:nth-child(3) { grid-row: 2; }
    .transport-type-city table tr td:nth-child(4) { grid-row: 3; }
    .transport-type-city table tr td:nth-child(5) { grid-row: 4; }
    .transport-type-city table tr td:nth-child(6) { grid-row: 5; }
    .transport-type-city table tr td:nth-child(7) { grid-row: 6; }
    .transport-type-city table tr td:nth-child(8) { grid-row: 7; }
    .transport-type-city table tr td:nth-child(9) { grid-row: 8; }
    .transport-type-city table tr td:nth-child(10) { grid-row: 9; }
    .transport-type-city table tr td:nth-child(11) { grid-row: 10; }
    .transport-type-city table tr td:nth-child(12) { grid-row: 11; }


    .p-print-new-page,
    .transport-type-airport table tr,
    .transport-type-city table tr {
      page-break-before: auto;
      page-break-inside: avoid;
      /* margin-top: 20px; */
    }

    .p-print-new-page {
      margin-top: 20px;
    }
    


  
}
