.charterSearchBox {
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(5, 41, 66, .15);
    transition: var(--transition)
}

.charterSearchBox-tab {
    display: flex
}

.charterSearchBox-tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: #e0e0e0;
    color: #acacac;
    cursor: pointer
}

.charterSearchBox-tab-item.is-current {
    position: relative;
    background: #0371ee;
    color: #fff;
    cursor: default
}

.charterSearchBox-tab-item.is-current::before {
    position: absolute;
    bottom: -1px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: ""
}

.charterSearchBox-tab-item:first-child {
    border-radius: 4px 0 0 0
}

.charterSearchBox-tab-item:last-child {
    border-radius: 0 4px 0 0
}

@media print,
screen and (min-width: 1240px) {
    .charterSearchBox-tab-item {
        padding: 16px 8px;
        font-size: 1.6rem;
        line-height: 130%;
        letter-spacing: .02em;
        font-weight: 700
    }

    .charterSearchBox-tab-item.is-current::before {
        width: 20px;
        height: 10px
    }
}

@media only screen and (max-width: 1239px) {
    .charterSearchBox-tab-item {
        padding: 8px;
        font-size: 1.2rem;
        line-height: 160%
    }

    .charterSearchBox-tab-item.is-current::before {
        width: 14px;
        height: 8px
    }
}

.charterSearchBox-field-footer {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6
}

@media print,
screen and (min-width: 1240px) {
    .charterSearchBox-field-body {
        padding: 24px
    }

    .charterSearchBox-field-footer {
        gap: 8px 16px;
        padding: 16px 24px
    }
}

@media only screen and (max-width: 1239px) {
    .charterSearchBox-field-body {
        padding: 16px
    }

    .charterSearchBox-field-footer {
        gap: 8px 8px;
        padding: 16px 12px
    }
}

.charterSearchBox-result-txt {
    line-height: 130%;
    letter-spacing: .02em;
    font-weight: 700
}

@media print,
screen and (min-width: 1240px) {
    .charterSearchBox-result-txt {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterSearchBox-result-txt {
        font-size: 1.2rem
    }
}

.charterSearchBox-result-num {
    display: flex;
    align-items: baseline;
    gap: 4px;
    line-height: 130%;
    letter-spacing: .02em;
    font-weight: 700
}

@media print,
screen and (min-width: 1240px) {
    .charterSearchBox-result-num {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterSearchBox-result-num {
        font-size: 1.2rem
    }
}

@media print,
screen and (min-width: 1240px) {
    .charterSearchBox-result-num b {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: .04em
    }
}

@media only screen and (max-width: 1239px) {
    .charterSearchBox-result-num b {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: .04em
    }
}

.charterSearchBox-btn {
    width: 100%
}

@media print,
screen and (min-width: 1240px) {
    .searchField .searchDropMarina-wrap {
        max-width: 528px;
        margin: 0 auto
    }
}

.charterNav {
    padding: 16px;
    background: #f7f7f7;
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterNav {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterNav {
        font-size: 1.2rem
    }
}

.charterNav-list {
    display: flex;
    flex-wrap: wrap
}

.textLink-blue {
    color: #0371ee
}

.charterNav .textLink {
    color: #0371ee
}

.charterNav .textLink::before,
.charterNav .textLink::after {
    background: #5a5a5a
}

@media print,
screen and (min-width: 1240px) {
    .charterNav {
        border-radius: 4px
    }

    .charterNav-list {
        justify-content: center;
        gap: 8px 32px
    }
}

@media only screen and (max-width: 1239px) {
    .charterNav {
        border-radius: 2px
    }

    .charterNav-list {
        justify-content: center;
        gap: 12px 16px
    }

    .charterNav-item {
        width: calc(50% - 8px)
    }
}

.inputArea-ttl {
    line-height: 130%;
    letter-spacing: .02em;
    font-weight: 700
}

@media print,
screen and (min-width: 1240px) {
    .inputArea-ttl {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .inputArea-ttl {
        font-size: 1.2rem
    }
}

.inputArea-input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.inputArea-input label {
    padding: 4px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: #fff
}

.inputArea-input label:has(input[type=checkbox]) {
    line-height: 160%;
    line-height: 130%
}

@media print,
screen and (min-width: 1240px) {
    .inputArea-input label:has(input[type=checkbox]) {
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 1239px) {
    .inputArea-input label:has(input[type=checkbox]) {
        font-size: 1rem
    }
}

.inputArea-input label:has(input[type=checkbox]:checked) {
    background: #0371ee;
    color: #fff
}

.inputArea-input label input[type=checkbox] {
    display: none
}

@media print,
screen and (min-width: 1240px) {
    .inputArea {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 24px
    }

    .inputArea-input {
        width: calc(100% - 2.8em - 16px)
    }
}

@media only screen and (max-width: 1239px) {
    .inputArea {
        flex-direction: column
    }

    .inputArea-ttl {
        margin-bottom: 8px
    }

    .inputArea-input+.inputArea-ttl {
        margin-top: 16px
    }
}

.charterMainImg img {
    width: 100%;
    object-fit: cover
}

@media print,
screen and (min-width: 1240px) {
    .charterMainImg img {
        aspect-ratio: 2/1
    }
}

@media only screen and (max-width: 1239px) {
    .charterMainImg img {
        aspect-ratio: 6/5
    }
}

.charterPlan {
    display: flex
}

.charterPlan-data {
    display: flex;
    align-items: center
}

.charterPlan-cat {
    border-radius: 20px;
    background: #fff9e5;
    color: #ea7000;
    font-weight: 700
}

.charterPlan-no {
    font-weight: 700
}

.charterPlan-marina {
    display: flex;
    gap: 4px
}

.charterPlan-marina::before {
    flex-shrink: 0;
    background: #0371ee;
    mask: url(/jp/assets/icon/icon-place.svg) center center/contain no-repeat;
    content: ""
}

.charterPlan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700
}

.charterPlan-price b {
    font-size: 2.2rem
}

.charterPlan-price span {
    font-size: 1.4rem;
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterPlan {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px 16px
    }

    .charterPlan-data {
        gap: 16px;
        width: 100%
    }

    .charterPlan-cat {
        padding: 4px 16px;
        font-size: 1.6rem;
        line-height: 160%;
        line-height: 130%
    }

    .charterPlan-marina {
        align-items: center;
        margin-top: 8px
    }

    .charterPlan-marina::before {
        width: 24px;
        height: 24px
    }
}

@media only screen and (max-width: 1239px) {
    .charterPlan {
        flex-direction: column;
        gap: 8px
    }

    .charterPlan-data {
        gap: 8px
    }

    .charterPlan-cat {
        padding: 4px 8px;
        font-size: 1rem;
        line-height: 160%;
        line-height: 130%
    }

    .charterPlan-marina {
        margin-top: 4px
    }

    .charterPlan-marina::before {
        width: 16px;
        height: 16px;
        margin-top: 4px
    }
}

.charterCatch {
    display: flex
}

.charterCatch-txt b {
    color: #0371ee
}

.charterCatch-img {
    transition: var(--transition)
}

@media print,
screen and (min-width: 1240px) {
    .charterCatch {
        gap: 32px
    }

    .charterCatch-txt {
        width: calc(100% - 440px - 32px)
    }

    .charterCatch-txt p:not(:last-child) {
        margin-bottom: 24px
    }

    .charterCatch-txt p b {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: .04em
    }

    .charterCatch-img {
        width: 440px
    }
}

@media only screen and (max-width: 1239px) {
    .charterCatch {
        flex-direction: column;
        gap: 24px
    }

    .charterCatch-txt p:not(:last-child) {
        margin-bottom: 16px
    }

    .charterCatch-txt p b {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: .04em
    }

    .charterCatch-img {
        margin: 0 -16px
    }
}

.charterSubImg {
    display: flex;
    padding-right: 0;
    padding-left: 0
}

.charterSubImg-item {
    width: 50%
}

.charterSubImg-item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2
}

@media print,
screen and (min-width: 1240px) {
    .charterSubImg {
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 1239px) {
    .charterSubImg {
        margin-bottom: 16px
    }
}

.charterDetail {
    border-top: 1px solid #e6e6e6
}

.charterDetail-ttl {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: .04em;
    font-weight: 700
}

@media print,
screen and (min-width: 1240px) {
    .charterDetail-ttl {
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterDetail-ttl {
        font-size: 1.4rem
    }
}

.charterDetail-txt {
    border-bottom: 1px solid #e6e6e6
}

.charterDetail-price {
    line-height: 160%;
    font-weight: 700
}

@media print,
screen and (min-width: 1240px) {
    .charterDetail-price {
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterDetail-price {
        font-size: 1.7rem
    }
}

.charterDetail-price span {
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterDetail-price span {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterDetail-price span {
        font-size: 1.2rem
    }
}

.charterDetail-note {
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterDetail-note {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterDetail-note {
        font-size: 1.2rem
    }
}

.charterDetail-price+.charterDetail-note {
    margin-top: 8px
}

@media print,
screen and (min-width: 1240px) {
    .charterDetail {
        display: flex;
        flex-wrap: wrap
    }

    .charterDetail-ttl {
        width: 150px;
        padding: 8px;
        border-bottom: 1px solid #e6e6e6
    }

    .charterDetail-txt {
        width: calc(100% - 150px);
        padding: 8px
    }
}

@media only screen and (max-width: 1239px) {
    .charterDetail-ttl {
        margin-top: 12px;
        margin-bottom: 4px
    }

    .charterDetail-txt {
        padding-bottom: 12px;
        padding-left: 16px
    }
}

.charterFlow {
    display: flex
}

.charterFlow-item {
    position: relative;
    background: #fff
}

.charterFlow-item:not(:first-child)::before {
    position: absolute;
    transform: translate(-50%, -50%);
    content: ""
}

.charterFlow-step {
    color: #0371ee;
    font-weight: 700
}

.charterFlow-ttl {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: .04em;
    line-height: 130%
}

@media print,
screen and (min-width: 1240px) {
    .charterFlow-ttl {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterFlow-ttl {
        font-size: 1.4rem
    }
}

.charterFlow-txt {
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterFlow-txt {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterFlow-txt {
        font-size: 1.2rem
    }
}

.charterFlow-txt a {
    text-decoration: underline
}

.charterFlow-txt a:hover {
    text-decoration: none
}

@media print,
screen and (min-width: 1240px) {
    .charterFlow {
        gap: 56px
    }

    .charterFlow-item {
        width: 25%;
        padding: 16px 24px
    }

    .charterFlow-item:not(:first-child)::before {
        top: 50%;
        left: -28px;
        border: 12px solid rgba(0, 0, 0, 0);
        border-right: none;
        border-left: 16px solid #909090
    }

    .charterFlow-step {
        margin-bottom: 8px;
        font-size: 1.6rem;
        line-height: 160%;
        text-align: center
    }

    .charterFlow-ttl {
        margin-bottom: 16px;
        text-align: center
    }
}

@media only screen and (max-width: 1239px) {
    .charterFlow {
        flex-direction: column;
        gap: 24px
    }

    .charterFlow-item {
        padding: 16px 16px 16px 72px
    }

    .charterFlow-item:not(:first-child)::before {
        top: -12px;
        left: 50%;
        border: 8px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #909090;
        border-bottom: none
    }

    .charterFlow-step {
        position: absolute;
        left: 16px;
        font-size: 1.2rem;
        line-height: 160%
    }

    .charterFlow-ttl {
        margin-bottom: 4px
    }
}

.charterCancel {
    display: flex;
    flex-direction: column;
    background: #f7f7f7
}

.charterCancel table {
    width: 100%;
    border: 1px solid #acacac;
    background: #fff;
    font-size: 1.4rem;
    line-height: 160%;
    text-align: center
}

.charterCancel table th,
.charterCancel table td {
    padding: 8px;
    border: 1px solid #acacac
}

.charterCancel table th {
    background: #f0f0f0
}

.charterCancel-note {
    line-height: 160%
}

@media print,
screen and (min-width: 1240px) {
    .charterCancel-note {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterCancel-note {
        font-size: 1.2rem
    }
}

@media print,
screen and (min-width: 1240px) {
    .charterCancel {
        gap: 32px;
        padding: 48px 118px 32px
    }

    .charterCancel table th,
    .charterCancel table td {
        width: 20%
    }
}

@media only screen and (max-width: 1239px) {
    .charterCancel {
        gap: 16px;
        padding: 24px 16px
    }

    .charterCancel table {
        display: flex;
        border-top: none;
        border-left: none
    }

    .charterCancel table thead,
    .charterCancel table tbody,
    .charterCancel table tr,
    .charterCancel table th,
    .charterCancel table td {
        display: block
    }

    .charterCancel table thead {
        width: 45%
    }

    .charterCancel table tbody {
        width: 55%
    }

    .charterCancel table th,
    .charterCancel table td {
        border-right: none;
        border-bottom: none
    }
}

.charterMarina {
    display: flex
}

.charterMarina .tertiaryTtl {
    display: flex;
    align-items: center;
    gap: 4px
}

.charterMarina .tertiaryTtl::before {
    width: 16px;
    height: 16px;
    background: #0371ee;
    mask: url(/jp/assets/icon/icon-place.svg) center center/contain no-repeat;
    content: ""
}

.charterMarina-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2
}

.charterMarina-detail dl dt {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: .04em;
    line-height: 130%
}

@media print,
screen and (min-width: 1240px) {
    .charterMarina-detail dl dt {
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterMarina-detail dl dt {
        font-size: 1.4rem
    }
}

.charterMarina-detail dl dd+dt {
    margin-top: 12px
}

.charterMarina-detail dl dd {
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6
}

.charterMarina-detail dl dd a {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: .04em;
    font-weight: 400
}

@media print,
screen and (min-width: 1240px) {
    .charterMarina-detail dl dd a {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1239px) {
    .charterMarina-detail dl dd a {
        font-size: 1.8rem
    }
}

@media print,
screen and (min-width: 1240px) {
    .charterMarina {
        flex-wrap: wrap;
        gap: 24px 16px
    }

    .charterMarina .tertiaryTtl {
        width: 100%
    }

    .charterMarina .tertiaryTtl::before {
        width: 24px;
        height: 24px
    }

    .charterMarina-img {
        width: calc(50% - 8px);
        order: 2
    }

    .charterMarina-detail {
        width: calc(50% - 8px);
        order: 1
    }

    .charterMarina-detail dl dt {
        margin-bottom: 8px
    }

    .charterMarina-detail dl dd a {
        pointer-events: none
    }
}

@media only screen and (max-width: 1239px) {
    .charterMarina {
        flex-direction: column;
        gap: 16px
    }

    .charterMarina .tertiaryTtl::before {
        width: 16px;
        height: 16px
    }

    .charterMarina-detail dl dt {
        margin-bottom: 4px
    }

    .charterMarina-detail dl dd {
        padding-left: 16px
    }
}

@media print,
screen and (min-width: 1240px) {
    #charterMarinaMap {
        height: 480px
    }
}

@media only screen and (max-width: 1239px) {
    #charterMarinaMap {
        height: 400px;
        margin-right: -16px;
        margin-left: -16px
    }
}

@media print,
screen and (min-width: 1240px) {
    .searchDropCal {
        left: -4px;
        right: auto
    }
}