@charset "utf-8";

/* definition */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #eb0a1e;
  --color-red02: #EE5B12;
  --color-gray: #E2E0DC;
  --color-gray02: #F7F6F4;
  --color-gray03: #666;
  --color-gray04: #E5E2DB;
  --color-blue: #286CD8;
}

/* reset */
body {
  text-align: left;
}
.tt_header {
  text-align: center;
}
.breadcrumbs li,
.breadcrumbs li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: 1.2rem;
  }
}

/* layout base */
@media screen and (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}

/* content-wrap */
.contents-wrap {
  position: relative;
  padding: 24px 0 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding: 0 0 64px;
  }
}

/* section-inner */
.section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding-inline: 10px;
  }
}

/* heading */
h3.heading-item {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
h3.heading-item.--article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-gray);
  font-size: 2.4rem;
  text-align: left;
}
h3.heading-item.--article .article-number {
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 60px;
  background: var(--color-red);
  font-size: 1.8rem;
  color: var(--color-white);
}
h4.heading-item {
  padding: 3.5px 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
h4.heading-item.--left-border {
  border-left: 4px solid var(--color-red);
  padding-inline: 12px;
}
h4.heading-item.--sub-item {
  position: absolute;
  top: -15px;
  left: calc(50% - 8.23rem);
  padding: 0 20px;
  background: var(--color-white);
  color: var(--color-gray03);
}
h5.heading-item {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  h3.heading-item {
    font-size: 2.4rem;
  }
  h3.heading-item.--article {
    font-size: 2rem;
  }
  h4.heading-item {
    padding: 0;
  }
  h4.heading-item.--sub-item {
    padding-inline: 16px;
  }
}

/* fv-area */
.lede-area {
  margin-top: 24px;
}
.lede-area-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.lede-area-text {
  font-weight: 300;
  line-height: 1.6;
}
.lede-area-title + .lede-area-text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .kv-area {
    margin-inline: -10px;
  }
  .lede-area-title {
    font-size: 2.8rem;
  }
}

/* anchor-link-area */
.anchor-link-area {
  margin-top: 24px;
  padding: 32px 40px 24px;
  background: var(--color-white);
  border-radius: 8px;
}
.anchor-link-list {
  counter-reset: item;
}
.anchor-link-list-item + .anchor-link-list-item {
  margin-top: 24px;
}
.anchor-link-list-item a {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid var(--color-gray);
  padding-bottom: 8px;
  text-indent: -30px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.anchor-link-list-item:last-child a {
  border-bottom: none;
}
.anchor-link-list-item a::before {
  counter-increment: item;
  content: counter(item);
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #eb0a1e;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  text-indent: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  line-height: 23px;
}
.anchor-link-list-item a::after {
  content: " ";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_arrow_bottom.svg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .anchor-link-area {
    padding: 16px;
  }
  .anchor-link-list-item + .anchor-link-list-item {
    margin-top: 16px;
  }
  .anchor-link-list-item a {
    font-size: 1.6rem;
  }
}

/* article-area */
.article-area {
  margin-top: 40px;
}
.article-contents {
  padding: 32px 40px;
  border-radius: 8px;
  background: var(--color-white);
}
.article-contents + .article-contents {
  margin-top: 24px;
}
.article-column-image-left {
  margin-top: 20px;
}
.article-column-image-left .article-column-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.article-column-img {
  flex-basis: 323px;
  flex-shrink: 0;
}
.article-column-text {
  font-weight: 300;
  line-height: 1.6;
}
.article-subcontent {
  margin-top: 32px;
}
.article-subcontent + .article-subcontent {
  margin-top: 40px;
}
.recommend-block + .article-subcontent {
  margin-top: 56px;
}
.heading-description {
  margin-top: 12px;
  font-weight: 300;
  line-height: 1.6;
}
.article-icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
  padding: 16px 0;
}
.article-icon-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 126px;
}
.article-icon-list-img img {
  width: 64px;
}
.article-icon-list-title {
  font-weight: 600;
}
.article-icon-list-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}
.article-dot-list-wrap {
  background: var(--color-gray02);
  margin-top: 20px;
  padding: 16px 32px;
}
.dot-list-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.dot-list-title + .article-dot-list {
  margin-top: 8px;
}
.article-dot-list-item {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}
.article-dot-list-item + .article-dot-list-item {
  margin-top: 8px;
}
.article-dot-list-item::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_list_dot.svg) center center no-repeat;
  background-size: cover;
  vertical-align: 1px;
}
.article-dot-list-wrap.--set2-item {
  display: flex;
  gap: 56px;
}
.article-dot-list-wrap.--set2-item .article-dot-list-inner {
  display: flex;
  gap: 56px;
}
.use-service-block {
  position: relative;
  border: 2px solid var(--color-gray);
  margin-top: 52px;
  padding: 48px 56px 40px 56px;
}
.use-service-column {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.use-service-column-item {
  flex: 1 1 0;
  max-width: 280px;
}
.use-service-btn-list {
  margin-top: 16px;
  text-align: center;
}
.use-service-btn-list-item a {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 260px;
  min-height: 56px;
  margin: 0 auto;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 40px;
  border: 1px solid var(--color-red);
  background: var(--color-white);
  color: var(---primary_color, #EB0A1E);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.use-service-btn-list-item a span {
  font-size: 1rem;
  line-height: 1.3;
}
.use-service-btn-list-item a span.more-small {
  font-size: 0.9rem;
  line-height: 1.3;
}
.use-service-btn-list-item + .use-service-btn-list-item {
  margin-top: 24px;
}
.use-service-btn-list-item a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 8px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_arrow_right_red.svg) center center no-repeat;
  background-size: cover;
}
.use-service-btn-list-item a[target="_blank"]::after {
  right: 11.5px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_external_link_red.svg) center center no-repeat;
  background-size: cover;
}
.note-list {
  margin-top: 12px;
}
.note-list-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-gray03);
}
.note-list-item + .note-list-item {
  margin-top: 5px;
}
.note-list-item::before {
  display: inline-block;
  content: "※";
}
.recommend-block {
  margin-top: 40px;
  text-align: center;
}
.recommend-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.recommend-title + .note-list {
  margin-top: 8px;
}
.recommend-contents {
  margin-top: 16px;
}
.recommend-bnr-item {
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.recommend-link-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  padding-bottom: 12px;
  text-align: left;
}
.recommend-link-item {
  display: inline-block;
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-blue);
}
.recommend-link-item::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_arrow_right_blue.svg) center center no-repeat;
  background-size: cover;
  vertical-align: -2px;
}
.recommend-link-item[target="_blank"]::after {
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_external_link_blue.svg) center center no-repeat;
  background-size: cover;
}
.recommend-link-item + .note-list {
  margin-top: 4px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .article-contents {
    padding: 16px 16px 24px 16px;
  }
  .article-column-image-left {
    margin-top: 16px;
  }
  .article-column-image-left .article-column-item {
    flex-direction: column;
    gap: 16px;
  }
  .article-column-img {
    flex-basis: auto;
    order: 2;
  }
  .article-column-text {
    order: 1;
  }
  .article-subcontent {
    margin-top: 24px;
  }
  .article-subcontent + .article-subcontent {
    margin-top: 32px;
  }
  .article-dot-list-wrap {
    margin-top: 16px;
    padding: 16px;
  }
  .article-dot-list-wrap.--set2-item {
    justify-content: space-around;
    gap: 21px;
  }
  .article-dot-list-wrap.--set2-item .article-dot-list-inner {
    gap: 7px;
    flex-direction: column;
  }
  .article-dot-list-item + .article-dot-list-item {
    margin-top: 7px;
  }
  .article-icon-list {
    gap: 16px;
    margin-top: 16px;
    padding: 8px 0;
  }
  .article-icon-list-item {
    min-width: 108px;
  }
  .article-icon-list-img img {
    width: 44px;
  }
  .article-icon-list-title {
    padding-top: 8px;
    font-size: 1.4rem;
  }
  .article-icon-list-text {
    font-size: 1.2rem;
  }
  .use-service-block {
    margin-top: 43px;
    padding: 32px 16px 20px;
  }
  .use-service-btn-list {
    margin-top: 12px;
  }
  .use-service-column {
    flex-direction: column;
    gap: 40px;
  }
  .use-service-column-item {
    flex-basis: auto;
    width: 69.3333334vw;
    max-width: 280px;
    margin: 0 auto;
  }
  .note-list {
    margin-top: 8px;
  }
  .use-service-btn-list-item + .use-service-btn-list-item {
    margin-top: 20px;
  }
  .use-service-btn-list-item a span.more-small {
    font-size: 0.8rem;
  }
  .recommend-block {
    margin-top: 32px;
  }
  .recommend-contents {
    margin-top: 12px;
  }
  .recommend-title {
    font-size: 1.6rem;
  }
  .recommend-link-list {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding-inline: 24px;
    padding-bottom: 0;
  }
  .recommend-link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 8px;
    margin-bottom: 0;
    width: 73.3333334vw;
  }
  .recommend-link-item + .note-list {
    margin-top: 0;
  }
}

/* support-area */
.support-area {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid var(--color-gray);
}
@media screen and (max-width: 767px) {
  .support-area {
    margin-top: 40px;
    padding-top: 24px;
  }
}

/* tabs */
.tab-contents-wrap {
  margin-top: 40px;
}
.tab-trigger-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.tab-trigger-item {
  display: flex;
  min-height: 50px;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 4px 4px 0 0;
  background: var(--color-white);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: var(--color-gray03);
  cursor: pointer;
  user-select: none;
}
.tab-trigger-item.is-active {
  background: linear-gradient(90deg, var(--color-red02) 0%, var(--color-red) 99.91%);
  color: var(--color-white);
}
.tab-contents {
  padding: 24px 40px 8px;
  border-top: 2px solid var(--color-red);
  background: var(--color-white);
  border-radius: 0 0 4px 4px;
}
.tab-contents-item {
  display: none;
  will-change: opacity, transform;
}
.tab-contents-item.is-active {
  display: block;
}
.tab-contents-item[hidden] {
  display: none !important;
}
.tab-contents-item.is-active {
  animation: fadeUp 500ms ease-out both;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.support-link-list {
  display: flex;
  justify-content: space-between;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.support-link-item {
  width: calc(50% - 16px);
}
.support-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray);
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-blue);
}
.support-link-item:nth-child(3) .support-link,
.support-link-item:nth-child(4) .support-link {
  border-bottom: none;
}
.support-link[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/-/media/tfc/ts3travel/file/guide/common/img/icon/ico_external_link_blue.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .tab-contents-wrap {
    margin-top: 16px;
  }
  .tab-trigger-block {
    gap: 4px;
  }
  .tab-trigger-item {
    min-height: 36px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tab-contents {
    padding: 24px 12px 8px 12px;
  }
  .support-link-list {
    flex-direction: column;
  }
  .support-link-item {
    width: 100%;
  }
  .support-link-item:nth-child(2) {
    order: 3;
  }
  .support-link-item:nth-child(3) {
    order: 2;
  }
  .support-link-item:nth-child(3) .support-link {
    border-bottom: 1px solid var(--color-gray);
  }
  .support-link-item:nth-child(4) {
    order: 4;
  }
}

/* fixed-side-bnr */
.fixed-side-bnr {
  display: inline-block;
  margin: auto;
  position: fixed;
  left: 15px;
  bottom: 0;
  overflow: visible;
  z-index: 10;
  opacity: 1;
  transition: opacity .3s;
  pointer-events: auto;
}
.fixed-side-bnr.js-hidden {
  opacity: 0;
  pointer-events: none;
}
.fixed-side-bnr.js-footer-fix {
  position: absolute;
  left: 15px;
  bottom: -29px;
}
