.spacer {
    --transparent: transparent;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.spacer--flex {
    flex-shrink: 0;
}

:root {
    --cilantro: #54822B;
    --lincoln-green: #255500;
    --olivine: #B3CF9B;
    --laurel-green: #EDF2E9;
    --scarlet: #CE2B18;
    --shady-cardinal: #9E0004;
    --light-salmon-pink: #EB9F96;
    --ruddy-pink: #FBEBEA;
    --sunflower: #FFBA00;
    --chocolate: #BB5400;
    --flavescent: #FFDC7F;
    --mellow-yellow: #FFF8E5;
    --blue-raspberry: #007CB5;
    --current-link-blue: #1D54A7;
    --dark-sky-blue: #6EB4BF;
    --current-link-deep-blue: #13366A;
    --ultraviolet: #8469B0;
    --cyber-grape: #553E80;
    --wild-blue-yonder: #C1B4D7;
    --black: #000000;
    --jet: #333333;
    --sonic-silver: #6D6D6D;
    --cloudy-gray: #8C8C8C;
    --pastel-gray: #CCCCCC;
    --canvas: #E5E5E5;
    --isabelline: #EAEAEA;
    --shady-white: #F3F3F3;
    --white: #FFFFFF;
    --transparent: rgba(0, 0, 0, .7);
    --rakuten-travel: #00B900;
    --crimson-red: #BF0000;
    --search-button-orange: #D04A00;
    --room-and-reservation: #ffb71c;
    --hotel-information: #B6D751;
    --sales-promotion: #D68DCE;
    --inbound: #79CAD2;
    --other: #EF7F7B;
    --drop-shadow: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
    --float: 100;
    --modal: 990;
    --float-on-modal: 1100;
}

:where(.App) :where(*,*::before,*::after) {
    box-sizing: border-box;
}

.App {
    font-family: Hiragino Kaku Gothic ProN,Noto Sans CJK JP,Arial,SF Pro Text,Roboto;
}

.process-message {
    font-size: 14px;
    line-height: 20px;
    color: #ce2b18;
    margin-left: 30px;
    width: 950px;
}

:where(.App) * {
    padding: 0;
    margin: 0;
}

:where(.App) :where(input,textarea,select) {
    font-family: Hiragino Kaku Gothic ProN,Noto Sans CJK JP,Arial,SF Pro Text,Roboto;
}

:where(.App) :where(input[type="checkbox"]:not(:disabled),input[type="checkbox"]:not(:disabled) + label,label:has(input[type="checkbox"]:not(:disabled)),input[type="radio"]:not(:disabled),input[type="radio"]:not(:disabled) + label,select:not(:disabled)) {
    cursor: pointer;
}

.react-datepicker__close-icon:after {
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    select:disabled {
        opacity: .7;
    }
}

.photo-modal__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    position: absolute;
}

.photo-modal__button--pc {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.photo-modal__button--sp {
    height: 24px;
    width: 24px;
}

.photo-modal__img {
    max-height: 100%;
    max-width: 100%;
}

.photo-modal__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    text-align: center;
    z-index: var(--modal, 1000);
    display: flex;
    flex-direction: column;
}

.photo-modal__wrapper--pc {
    background-color: #000000bf;
}

.photo-modal__wrapper--sp {
    background: rgba(0,0,0,.9);
}

.photo-modal__img-pc-container {
    background: var(--black, #000);
    width: 918px;
    height: 516px;
}

.photo-modal__img-pc {
    margin: auto;
    vertical-align: middle;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo-modal__img-wrapper-pc {
    max-height: 80vh;
    background-color: var(--white, #FFF);
    border-radius: 8px;
    padding: 16px;
    margin: auto;
    display: flex;
    position: relative;
}

.photo-modal__media-wrapper-sp {
    width: 100%;
    margin: auto;
    display: flex;
    position: relative;
}

.photo-modal__button--close-pc {
    top: -24px;
    right: -24px;
}

.photo-modal__button--next-pc {
    top: calc(50% - 24px);
    right: -24px;
}

.photo-modal__button--previous-pc {
    top: calc(50% - 24px);
    left: -24px;
}

.photo-modal__button--close-sp {
    top: 16px;
    left: 8px;
}

.photo-modal__button--next-sp {
    top: calc(50% - 12px);
    right: 0;
}

.photo-modal__button--previous-sp {
    top: calc(50% - 12px);
    left: 0;
}

.transform-component__wrapper {
    width: -webkit-fill-available;
    width: 100vw!important;
    height: 100vh!important;
}

.transform-component__content {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%!important;
    height: 100vh!important;
    margin: auto!important;
}

.photo-modal__img--sp {
    position: absolute;
    top: 50%;
    left: 50%;
    backface-visibility: hidden;
    z-index: var(--modal);
    max-width: 100vw;
    max-height: 100vh;
    transform: translate(-50%,-50%);
}

.photo-modal__img-wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    backface-visibility: hidden;
    z-index: var(--modal);
    max-width: 100vw;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.photo-modal__img-button {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    background-color: transparent;
}

.card {
    position: relative;
    width: 136px;
    height: 136px;
    background-image: var(--image, url(https://trvimg.r10s.jp/share/common/images/icon-no-image.png));
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    box-sizing: border-box;
    padding: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0px,rgba(0,0,0,0) 30px,rgba(0,0,0,.8));
    border-radius: 4px;
}

:is(a.card:link,a.card:visited,a.card:hover,a.card:active) {
    color: var(--white);
}

.card__label {
    position: absolute;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--white);
}

.card__delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
}

.card__delete-btn-img {
    width: 16px;
    height: 16px;
}

.text-card {
    position: relative;
    width: 136px;
    height: 124px;
    background-image: var(--image, url(https://trvimg.r10s.jp/share/common/images/icon-no-image.png));
    background-position: center bottom 48px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    box-sizing: border-box;
    padding: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.text-card__label-wrapper {
    background: var(--white);
    height: 46px;
    width: 136px;
    box-sizing: border-box;
    margin: -4px;
    padding: 4px 4px 8px;
    border-radius: 0 0 4px 4px;
    display: flex;
    align-items: flex-start;
}

.text-card__label {
    color: var(--jet);
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.carousel {
    position: relative;
    width: 100%;
    height: var(--carousel-height, "136px");
    left: 50%;
    transform: translate(-50%);
}

.carousel__overflow {
    overflow: hidden;
}

.carousel__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: var(--carousel-height, 100%);
    box-sizing: border-box;
    gap: 8px;
    transition: translate .15s ease-out;
    user-select: none;
}

.carousel__wrapper--card {
    width: auto;
    display: inline-flex;
    flex-wrap: nowrap;
}

.carousel__nav-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    background: white;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
    z-index: var(--float);
    border-radius: 100%;
    border: none;
    top: calc((var(--carousel-height, "136px")/2) - 16px);
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity .15s linear;
}

.tag-carousel__nav-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    background: white;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
    z-index: var(--float);
    border-radius: 100%;
    border: none;
    top: calc((var(--carousel-height, "136px")/2) - 22px);
    background-position: center;
    background-size: 16.25px 16.25px;
    background-repeat: no-repeat;
    transition: opacity .15s linear;
    cursor: pointer;
}

.carousel-common__nav-btn:active,.carousel-common__nav-btn--pc:hover {
    background-color: var(--shady-white);
}

.carousel-common__nav-btn--sp {
    -webkit-tap-highlight-color: transparent;
}

.carousel:hover .tag-carousel__nav-btn:not(.carousel__nav-btn--hide) {
    opacity: 1;
}

.carousel__nav-btn--hide {
    opacity: 0;
    pointer-events: none;
}

.carousel__nav-btn--next {
    background-image: url(//trvimg.r10s.jp/share/react/assets/icon-chevron-right--jet.3b4706bc.svg);
    right: -16px;
}

.carousel__nav-btn--prev {
    background-image: url(//trvimg.r10s.jp/share/react/assets/icon-chevron-left--jet.cb30af3e.svg);
    left: -16px;
}

.tag-carousel__nav-btn--next {
    background-image: url(//trvimg.r10s.jp/share/react/assets/icon-chevron-right--jet.3b4706bc.svg);
    right: 0;
}

.tag-carousel__nav-btn--prev {
    background-image: url(//trvimg.r10s.jp/share/react/assets/icon-chevron-left--jet.cb30af3e.svg);
    left: 0;
}

@media (max-width: 641px) {
    .carousel__overflow {
        overflow-x:auto;
    }

    .carousel__nav-btn,.tag-carousel__nav-btn {
        display: none;
    }
}

.children__div {
    width: 100px;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.other-page__wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.other-page-header,.other-page-header--sp {
    color: var(--jet);
    font-weight: 600;
    text-align: left;
}

@media (max-width: 641px) {
    .other-page-header {
        margin:0;
    }
}

.theme-header__wrapper {
    display: flex;
    flex-direction: column;
}

.theme-header__wrapper--sp {
    padding: 0 16px;
}

.theme-header__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    text-align: left;
    font-family: Arial;
}

.theme-header__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    white-space: break-spaces;
}

body {
    margin: 0;
    padding: 0;
    clear: both;
}

.theme-page__wrapper {
    background-color: #fff;
}

.theme-page__backdrop {
    padding: 36px 40px;
    background: #f3f3f3;
    margin-left: 20px;
}

.theme-page__container {
    padding: 32px 40px;
    background: #fff;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
}

.media-grid--sp {
    grid-template-columns: 1fr;
    gap: 16px;
}

.media-grid__img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.media-grid__img--sp {
    object-fit: cover;
    display: flex;
    overflow: hidden;
}

.media-grid__img--pc {
    cursor: pointer;
}

.grid-col-span-2 {
    grid-column: span 2;
}

.media-grid__item {
    display: flex;
    width: 100%;
}

.theme-topic__wrapper {
    display: flex;
    flex-direction: column;
}

.theme-topic__wrapper--sp {
    padding: 0 16px;
}

.topic__header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: 24px;
    color: #333;
}

.topic__header:before {
    content: "";
    background-color: #54822b;
    font-weight: 700;
    margin-right: 8px;
    width: 9px;
    height: 9px;
    line-height: normal;
}

.topic__body {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.topic__body:last-child {
    margin-bottom: 0;
}

.topic__body a:link {
    color: #1d54a7;
    text-decoration: underline;
}

.topic__body a:hover,.topic__body a:active,.topic__body a:visited {
    color: #13366a;
    text-decoration: underline;
}

.action-btn {
    width: var(--width, auto);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    border: unset;
}

.action-btn--medium {
    height: 44px;
    padding: 12px 8px;
}

.action-btn--small {
    height: 36px;
    padding: 8px;
}

.action-btn--booking {
    background: var(--scarlet);
    color: var(--white);
}

a.action-btn--booking:link,a.action-btn--booking:visited {
    color: var(--white);
}

.action-btn--booking:hover,.action-btn--booking:active {
    background: var(--shady-cardinal);
}

.action-btn--booking:disabled {
    background: var(--isabelline);
    color: var(--pastel-gray);
}

.action-btn--primary {
    background: var(--cilantro);
    color: var(--white);
}

a.action-btn--primary:link,a.action-btn--primary:visited {
    color: var(--white);
}

a.action-btn--primary:hover,a.action-btn--primary:active {
    background: var(--lincoln-green);
    color: var(--white)!important;
    text-decoration: none;
}

.action-btn--primary:disabled {
    background: var(--isabelline);
    color: var(--pastel-gray);
}

.action-btn--secondary-one {
    background: var(--white);
    color: var(--cilantro);
    border: 1px solid var(--cilantro);
}

a.action-btn--secondary:link,a.action-btn--secondary:visited {
    color: var(--cilantro);
}

.action-btn--secondary-one:hover,.action-btn--secondary-one:active {
    background: var(--shady-white);
    color: var(--lincoln-green);
    border: 1px solid var(--lincoln-green);
}

.action-btn--secondary-one:disabled {
    background: var(--isabelline);
    color: var(--pastel-gray);
    border: 1px solid var(--pastel-gray);
}

.action-btn--secondary-two {
    background: var(--white);
    color: var(--jet);
    border: 1px solid var(--cloudy-gray);
}

a.action-btn--secondary-two:link,a.action-btn--secondary-two:visited {
    color: var(--jet);
}

.action-btn--secondary-two:hover,.action-btn--secondary-two:active {
    background: var(--shady-white);
    border: 1px solid var(--sonic-silver);
}

.action-btn--secondary-two:disabled {
    background: var(--isabelline);
    color: var(--pastel-gray);
    border: 1px solid var(--pastel-gray);
}

.action-btn--tertiary {
    background: var(--white);
    color: var(--cilantro);
}

a.action-btn--tertiary:link,a.action-btn--tertiary:visited {
    color: var(--cilantro);
}

.action-btn--tertiary:hover,.action-btn--tertiary:active {
    background: var(--shady-white);
}

.action-btn--tertiary:disabled {
    background: var(--isabelline);
    color: var(--pastel-gray);
}

.prefix-icon,.suffix-icon {
    pointer-events: none;
}

a.topic__linked-detail-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    width: 120px;
    height: 36px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

a.topic__linked-detail-link,a.topic__linked-detail-link:visited {
    background-color: var(--cilantro);
}

a.topic__linked-detail-link:active,a.topic__linked-detail-link:hover {
    background-color: var(--lincoln-green);
}

a.topic__linked-detail-link:hover {
    text-decoration: none;
}

a.topic__linked-detail-link:focus-visible {
    outline: none;
}

.topic__linked-detail-label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.linked-image {
    flex-shrink: 0;
}

.linked-image--pc {
    width: 160px;
    height: 90px;
}

.linked-image--sp {
    width: 107px;
    height: 60px;
}

.linked-image__img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.linked-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--current-link-blue);
}

.linked-name--pointer {
    cursor: pointer;
    width: 100%;
}

.linked-name--pointer:link,.linked-name--pointer:visited {
    text-decoration: none;
    color: var(--current-link-blue);
}

.linked-name--pointer:active,.linked-name--pointer:hover {
    text-decoration: none;
    color: var(--current-link-deep-blue);
}

.linked-name--sp-trunc-txt {
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
}

.linked-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.linked-price__wrapper {
    font-family: Arial;
    flex-shrink: 0;
}

.linked-price__condition {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #333;
}

.linked-price__amount {
    font-style: normal;
    color: #ce2b18;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.amount__currency {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.amount__suffix {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.plan-room__wrapper {
    display: flex;
    flex-direction: column;
}

.plan-room__info {
    padding: 8px;
    display: inline-flex;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    gap: 16px;
}

.plan-room__price-wrapper {
    border-left: 1px dashed #CCCCCC;
    padding: 0;
    display: flex;
    flex-shrink: 0;
}

.plan-room__price-detail,.plan-room__name-and-price {
    display: flex;
    flex-direction: column;
}

.recommendation__header {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--jet);
    margin-bottom: 8px;
    text-align: left;
}

.recommendation__accommodation {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid var(--pastel-gray);
    border-radius: 4px;
    display: flex;
    align-items: start;
}

.recommended__image {
    width: 160px;
    height: 90px;
    object-fit: cover;
    margin-right: 16px;
}

.recommended__image--sp {
    width: 107px;
    height: 60px;
    object-fit: cover;
    margin-right: 8px;
}

.recommended__link {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1d54a7;
    margin-right: 16px;
}

.recommended__link:link,.recommended__link:visited {
    text-decoration: none;
    color: var(--current-link-blue);
}

.recommended__link:active,.recommended__link:hover {
    text-decoration: none;
    color: var(--current-link-deep-blue)!important;
}

.recommended__link--sp,a.recommended__link--sp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--current-link-blue);
}

a.recommended__link--sp:link,a.recommended__link--sp:visited {
    color: var(--current-link-blue);
}

a.recommended__link--sp:active,a.recommended__link--sp:hover {
    color: var(--current-link-deep-blue);
}

.recommended__price-area {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    width: 175px;
    margin-left: 18px;
}

.recommended__price-area:after {
    position: absolute;
    content: "";
    height: 90px;
    border-left: 1px dashed var(--pastel-gray);
    left: -18px;
    top: 0;
}

.recommended__price-area--sp {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

.recommended__price-condition {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--jet);
}

.recommended__price {
    font-family: Arial;
    color: var(--scarlet);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.recommended__price-unit {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.recommended__price-currency {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.jds_myTrip .content .text-formatted.jdsMytripKiji.field--type-text-with-summary p {
    line-height: 21px;
}

.jds_myTrip .content .text-formatted.jdsMytripKiji.field--type-text-with-summary hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
    font-size: 12px;
    font-weight: 400;
}