section.plot {
    padding: 50px 0 0 0;
    background-color: #fff;
}

.plot {
    font-size: 1rem;
    line-height: 1.6;
    color: #030303;
    margin: 0;
    overflow-x: hidden;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', Garamond, serif;
}

.plot p {
    letter-spacing: 0.2rem;
}

.plot h4 {
    font-size: 1.125rem;
    font-weight: bold;
    font-weight: unset;
}

.plot .pa-t {
    font-size: 1.22222rem;
}

.plot .text-center {
    text-align: center;
}

.plot .tab-text {
    border: 1px solid #076baf;
    margin-left: 20px;
    padding: 10px 15px;
    font-family: 'Roboto';
}

.plot .tab-text:first-child {
    margin-left: 0;
}

.plot .tab-text p {
    color: #076baf;
    font-weight: 600;
    font-size: 2rem;
}

.plot .tab-text-bg {
    background-color: #076baf;
}

.plot .tab-text-bg p {
    color: #fff;
}

.plot .tab-inner-text {
    margin: 0 0 50px 0;
}

.plot .tab-inner-text h4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #076baf;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.plot .lineup-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plot .lineup-tab>label {
    flex: 1 1;
    order: -1;
    width: 400px;
    min-width: 70px;
    margin-left: -2em;
    padding: 0;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border-left: none;
    color: #fff;
}

.plot .lineup-tab>label:first-child {
    margin-left: 0;
}


.plot .lineup-tab>label img:hover {
    opacity: .8;
}

.plot .lineup-tab>label::after {
    width: 100%;
    height: 10px;
    background-color: #8b5b15;
}

.plot .lineup-tab input {
    display: none;
}

.plot .lineup-tab>div.tab-inner {
    display: none;
    width: 100%;
    height: 500px;
    padding: 1.5em 1em;
    background-color: #fff;
}

.plot .lineup-tab label:has(:checked) {
    color: #fff;
}

.plot .lineup-tab label:has(:checked)+div {
    display: block;
}

.plot .lineup-tab .tab-card-area {
    display: flex;
}


.plot .wrapper,
.plot .sp-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.plot div {
    word-break: break-all;
}

.plot .map-wrap {
    width: 100%;
    display: flex;
    padding: 0;
}

.plot .spots {
    width: 30%;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.plot .spots li {
    padding: 6px 10px 9px 30px;
    list-style: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    color: #333;
    cursor: pointer;
    position: relative;
    counter-increment: spotNumber;
}

.plot .spots li:before {
    content: counter(spotNumber, decimal-leading-zero);
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.25rem;
    color: #844716;
}

#zenkokuMap {
    height: 450px;
}

.plot .map-tab {
    width: 1000px;
    margin: 0 auto;
}

.plot .map-tab_item {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
}

.plot .map_g {
    display: block;
    width: 70%;
    height: 450px;
}

.plot small {
    font-size: 80%;
}

.plot,
.plot::before,
.plot::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plot .pc-none {
    display: none;
}

@media screen and (min-width:815px) and (max-width:1395px) {

    .plot .wrapper,
    .plot .sp-wrapper {
        width: 100%;
    }

    .plot p {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 1000px) {
    .plot .sp-wrapper {
        width: 100%;
    }

    .plot .tab-text p {
        font-size: 1rem;
        letter-spacing: .1rem;
    }

    .plot .tab-text {
        margin-left: 10px;
        padding: 10px 10px;
    }

    .plot .tab-text-b {
        padding: 17.5px 12px;
    }

    .plot .tab-inner-text h4 {
        font-size: 1.125rem;
    }

    .plot .pa-t {
        font-size: 0.875rem;
    }

    .plot .lineup-tab>label {
        padding: 0;
        font-size: 0.555555rem;
        flex: none;
        width: 33.333%;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .plot .lineup-tab>label.col4 {
        margin-left: 0;
    }

    .plot .map-wrap {
        display: block;
    }

    .plot .map_g {
        width: 100%;
        height: 350px;
    }

    .plot .spots {
        margin-top: 10px;
        width: 100%;
        border-left: none;
    }

    .plot p {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .plot .spots li {
        padding: 6px 10px 9px 30px;
        list-style: none;
        border-bottom: 1px solid #eee;
        font-size: 0.78125rem;
        line-height: 1.2;
        position: relative;
        color: #333;
        cursor: pointer;
        position: relative;
        counter-increment: spotNumber;
    }

    .plot .spots li:before {
        content: counter(spotNumber, decimal-leading-zero);
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 1.25rem;
        color: #076baf;
    }

    .plot .lineup-tab>div.tab-inner {
        height: auto;
    }

    .plot .pc-none {
        display: block;
    }
}