@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&display=swap');

:root {
    --main-color: #007ac3;
    --orange-color: #ffd69b;
    --green-color: #91cc72;
    --pink-color: #fff5f9;
    --yellow-color: #fffbd5;
    --red-color: #e28a8d;
    --blue-color: #f3f9fc;
}

/* * {
    font-weight: bold!important;
} */
[class*="image_wrap"] img {
    display: inline !important;
}

img {
    max-width: 100%;
}

.frame .image_wrap img {
    width: 100%;
}

body {
    /* min-height: 150vh; */
    font-family: "Noto Sans Japanese", sans-serif !important;
    font-weight: bold !important;
    letter-spacing: .11em;
    color: #6a4e49;
    line-height: 1;
}

header {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
}

/* header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
} */
/* header .header_btn_wrap {
    position: absolute;
    top: 0;
    right:5%;
} */
main {
    position: relative;
    /* margin-top: 50px; */
    background: repeating-linear-gradient(-40deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 25px, transparent 0, transparent 50px);
    font-weight: bold !important;
}

.long-btn.btn_wrap [class*="btn"] {
    background: none;
}

#contact .contact-sec-wrap .btn_wrap.long-btn {
    min-width: 240px;

}

.denwa {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    width: 500px;
    background: #007ac3;
    margin: 0 auto;
    border-radius: 100px;
}

.swim,
.campaign,
.physical {
    position: relative;
    padding-bottom: 2vw;
}

.swim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fffbe8;
    z-index: -1;
}

.campaign:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--yellow-color);
    z-index: -1;
}

.physical:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pink-color);
    z-index: -1;
}

.sanka:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--orange-color);
    z-index: -9;
}

.contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    z-index: -9;
}

.bus,
.sanka,
.contacts {
    position: relative;
    padding-bottom: 2vw;
}

.bus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb6bd;
    z-index: -9;
}

.main_top {
    position: relative;
    margin-top: 0px;
    z-index: 1;
    margin-bottom: -27px;
}

.main_top img {
    margin-top: -40px;
}

.image_field_wrap {
    width: 1100px;
    margin: 2% auto 0 auto;
    padding-bottom: 8vw;
}

[class*="field_wrap"] {
    position: relative;
}

[class*="field_wrap"] .btn_wrap {
    /* position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%); */
    width: 350px;
    margin: 0 auto 5% auto;
}

.image_field_wrap .btn_wrap {
    bottom: calc(6% + 8vw);
}

/* .logo_wrap {
    position: absolute;
    top: 2.5%;
    left: 5%;
    width: 25%;
} */
.btn_wrap {
    min-width: 350px;
    text-align: center;
}

.btn_wrap [class*="btn"] {
    display: block;
    color: #FFF;
    background-color: var(--main-color);
    text-decoration: none;
    padding: 1.5rem 1rem;
    border-radius: 50px;
    transition: .25s;
}

.btn_wrap [class*="btn"]:hover {
    opacity: .9;
}

.btn_wrap [class*="btn"] span {
    font-size: 20px;
    letter-spacing: .1em;
    margin-right: .5rem;
}

[class*="btn"][class*="-green"] {
    background-color: var(--green-color);
}

[class*="btn"][class*="-orange"] {
    background-color: var(--orange-color);
}

[class*="btn"][class*="-pink"] {
    background-color: #f05d6e;
}

.is_pc {
    display: block !important;
}

.is_sp {
    display: none !important;
}

.course_field {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 50px;
    /* margin-top: 10%; */
}

.course_field:not(:last-child) {
    margin-bottom: 20%;
}

.course_field.top {
    margin-top: 20%;
}

.campaign_field {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 2%;
    border: 4px solid#FFF085;
}

.campaign_field.orange {
    border: 4px solid#ff9c10;
}

.campaign_field.red {
    border: 4px solid #e63949;
}

.campaign_field.blue {
    border: 4px solid var(--main-color);
}

.campaign_field.pink {
    border: 4px solid#fad3ff;
    border: 4px solid#ff9c10;
}

.campaign_field.pink .campaign__title__name {
    background: #fad3ff;
    ;
}

.campaign_field.pink .campaign__title__name:after {
    background: #fad3ff;
    ;
}

.campaign_field.pink .campaign__title__name:before {
    background: #fad3ff;
    ;
}

.campaign_field.top {
    margin-top: 20%;
}

.campaign_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 5%;
}

.sanka_field {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 10%;
}

.sanka_field.top {
    margin-top: 20%;
}

.sanka_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 5%;
}

.table__title {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 80%;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    font-weight: 900;
    text-shadow: -2px -2px 0 rgb(255, 255, 255),
        -2px 0 0 rgb(255, 255, 255),
        -2px 2px 0 rgb(255, 255, 255),
        0 -2px 0 rgb(255, 255, 255),
        0 2px 0 rgb(255, 255, 255),
        2px -2px 0 rgb(255, 255, 255),
        2px 0 0 rgb(255, 255, 255),
        2px 2px 0 rgb(255, 255, 255);
    letter-spacing: 3px;
}

.campaign__title {
    /* position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    /* width: 80%; */
    width: 100%;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 900;
    text-shadow: -3px -3px 0 rgb(255, 255, 255),
        -3px 0 0 rgb(255, 255, 255),
        -3px 3px 0 rgb(255, 255, 255),
        0 -3px 0 rgb(255, 255, 255),
        0 3px 0 rgb(255, 255, 255),
        3px -3px 0 rgb(255, 255, 255),
        3px 0 0 rgb(255, 255, 255),
        3px 3px 0 rgb(255, 255, 255);
    letter-spacing: 3px;
}

.campaign__title__name {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 55px;
    line-height: 1.3;
    /* position: relative; */
    /* z-index: 999; */

    background: #FFF085;
    border-radius: 16px 16px 0 0;
    font-family: 'Zen Maru Gothic', serif;
}

.campaign_field.orange .campaign__title__name {
    background: #ff9c10;
}

.campaign_field.red .campaign__title__name {
    background: #e63949;
}

.campaign_field.blue .campaign__title__name {
    background: var(--main-color);
}

.table__title__name {
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 55px;
    line-height: 1;
    position: relative;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 900;
}

.table__title__name:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    left: -37px;
    width: 38px;
    height: 120px;
    transform: rotate(180deg);
    -webkit-mask-image: url(img/tri.svg);
    mask-image: url(img/tri.svg);
    background-repeat: no-repeat;
    background: #FFF085;
}

/* .campaign__title__name:before{
    content: "";
    position:absolute;
    z-index: 99;
    top:0;
    left:-37px;
    width:38px;
    height: 120px;
    transform: rotate(180deg);
    -webkit-mask-image:   url(img/tri.svg);
    mask-image:  url(img/tri.svg);
    background-repeat: no-repeat;
    background: #FFF085;
}
.campaign__title__name:after{
    content: "";
    position:absolute;
    z-index: 99;
    top:0;
    right:-37px;
    width:38px;
    height: 120px;
    -webkit-mask-image:   url(img/tri.svg);
    mask-image:  url(img/tri.svg);
    background-repeat: no-repeat;
    background: #FFF085;
}
.campaign__title__name:before{
    content: "";
    position:absolute;
    z-index: 99;
    top:0;
    left:-37px;
    width:38px;
    height: 120px;
    transform: rotate(180deg);
    -webkit-mask-image:   url(img/tri.svg);
    mask-image:  url(img/tri.svg);
    background-repeat: no-repeat;
    background: #FFF085;
} */
.campaign_field.orange .campaign__title__name:after {
    background: #ff9c10;
}

.campaign_field.orange .campaign__title__name:before {
    background: #ff9c10;
}

.campaign_field.red .campaign__title__name:after {
    background: #e63949;
}

.campaign_field.red .campaign__title__name:before {
    background: #e63949;
}

.campaign_field.blue .campaign__title__name:after {
    background: var(--main-color);
}

.campaign_field.blue .campaign__title__name:before {
    background: var(--main-color);
}

.table__title__price {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    position: relative;
}

.table__title__price:before {
    content: "";
    position: absolute;
    z-index: 99;
    right: -37px;
    width: 38px;
    height: 120px;

    -webkit-mask-image: url(./img/tri.svg);
    mask-image: url(./img/tri.svg);
    background-repeat: no-repeat;
}


.table__title__price span:first-child {
    font-size: 30px;
    text-shadow: -1.5px -1.5px 0 rgb(255, 255, 255),
        -1.5px 0 0 rgb(255, 255, 255),
        -1.5px 1.5px 0 rgb(255, 255, 255),
        0 -1.5px 0 rgb(255, 255, 255),
        0 1.5px 0 rgb(255, 255, 255),
        1.5px -1.5px 0 rgb(255, 255, 255),
        1.5px 0 0 rgb(255, 255, 255),
        1.5px 1.5px 0 rgb(255, 255, 255);
}

.table__title__name span.mini {
    font-size: 30px;
    text-shadow: -1.5px -1.5px 0 rgb(255, 255, 255),
        -1.5px 0 0 rgb(255, 255, 255),
        -1.5px 1.5px 0 rgb(255, 255, 255),
        0 -1.5px 0 rgb(255, 255, 255),
        0 1.5px 0 rgb(255, 255, 255),
        1.5px -1.5px 0 rgb(255, 255, 255),
        1.5px 0 0 rgb(255, 255, 255),
        1.5px 1.5px 0 rgb(255, 255, 255);
}

.w10 {
    width: 10%;
}

.w16 {
    width: 16%;
}

.w15 {
    width: 15%;
}

.w17 {
    width: 17%;
}

.w20 {
    width: 20%;
}

.w22 {
    width: 22%;
}

.w25 {
    width: 25%;
}

.w10 {
    width: 10%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

table {
    width: 92%;
    margin: 10% auto 3% auto;
    text-align: center;
    border-collapse: separate !important;
    border-spacing: 0;
    font-weight: bold !important;
}

thead tr {
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: bold !important;
}

thead th {
    position: relative;
    font-weight: bold !important;
}

thead th::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
}

thead th:last-child:after {
    width: 0px;
}

thead th:first-child {
    border-radius: 18px 0px 0 0;
}

thead th:last-child {
    border-radius: 0 18px 0 0;
}

tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0 18px;
}

tbody tr:last-child td:last-child {
    border-radius: 0 0 18px 0;
}

tbody {
    font-size: 22px;
    font-weight: bold;
}

tbody .col-2 {
    font-size: 19px;
    text-align: left;
    padding-left: 5px;
}

td {
    height: 65px;
    font-weight: bold !important;
}

tr span.num {
    font-size: 33px;
    font-weight: bold !important;
}

.course_field__attention {
    text-align: center;
    line-height: 1.2;
    /* font-size: 1rem; */
    margin-bottom: 5%;
}

.flag {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.flag.top {
    margin-top: 10%;
}

.flag img {
    width: 65%;
}

/* 青 */
.course_field.blue {
    border: 4px solid #ffca2d;
}

.course_field.blue .table__title {
    color: #5b4000;
}

.course_field.blue .table__title__name {
    background: #ffd99d;
}

.course_field.blue .table__title__price {
    background: #ffca2d;
}

.course_field.blue thead tr {
    background: #e56f00;
}

.course_field.blue td {
    border-right: 3px solid #e56f00;
    border-bottom: 3px solid #e56f00;
}

.course_field.blue td:first-child {
    border-left: 3px solid #e56f00;
}

.course_field.blue tr span.num {
    color: #ffca2d;
}

.course_field.blue .table__title__name:before {
    background: #ffd99d;
}

.course_field.blue .table__title__price:before {
    background: #ffca2d;
}

/* ピンク */
.course_field.pink {
    border: 4px solid #f3affc;
}

.course_field.pink .table__title {
    color: #f05d6e;
}

.course_field.pink .table__title__name {
    background: #fad3ff;
}

.course_field.pink .table__title__price {
    background: #f3affc;
}

.course_field.pink thead tr {
    background: #d48dc3;
}

.course_field.pink td {
    border-right: 3px solid #d48dc3;
    border-bottom: 3px solid #d48dc3;
}

.course_field.pink tr:nth-child(9) td:last-child {
    border-radius: 0 0 18px 0;
}

.course_field.pink.sub tr:nth-child(4) td:last-child {
    border-radius: 0 0 18px 0;
}

.course_field.pink tr:last-child td:last-child {
    border-radius: 0;
}

.course_field.pink td:first-child {
    border-left: 3px solid #d48dc3;
}

.course_field.pink tr span.num {
    color: #f3affc;
}

.course_field.pink .table__title__name:before {
    background: #fad3ff;
}

.course_field.pink .table__title__price:before {
    background: #f3affc;
}

.course_field a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 10px 3px 10px;
    text-decoration: none;
    border-radius: 10px;
}

.course_field.blue a {
    background: #e56f00;
}

.course_field.pink a {
    background: #f05d6e;
}

.taisyou {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #723E3E;
    padding-top: 10%;
}

.taisyou2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #723E3E;
    padding-top: 5%;
}

table {
    margin: 2% auto 3% auto;
}

td span.small {
    font-size: 16px;
    /* color: #6a4e49!important; */
    letter-spacing: 0px;
    font-weight: bold !important;
}

.mv {
    position: relative;
    margin-bottom: 5%;
}

.flag-mv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.flag-mv img {
    width: 100%;
}

.mv {
    width: 100%;
}

.mv img {
    width: 100%;
}

.seasen_title {
    position: absolute;
    bottom: 111px;
    left: 58%;
    transform: translateX(-50%);
    width: 1000px;
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
}

.seasen_title h1 {
    color: #0d9a4e;
    font-size: 95px;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 800;
    font-style: normal;
    text-shadow: 5px 5px 0 #fff;
}

.text-content {
    font-size: 1.3vw;
    text-align: center;
    width: 1100px;
    font-weight: bold;
    margin: 5% auto 8% auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px 10px;
    line-height: 1.3;
}

.flow_block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: center;
}

.bus_link {
    margin-bottom: 5%;
    display: block;
    margin-top: -5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.bus_link img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.flow_block h5 {
    display: inline;
    background: #723E3E;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.flow_block .line {
    width: 100%;
    display: block;
    height: 2px;
    border-radius: 5px;
    background: #816763;
    margin: 5% 0;
}

.is_mb {
    display: none;
}

.is_sm {
    display: none;
}

.yoyaku {
    display: block;
    text-align: center;
    color: #5b4000;
    font-weight: bold;
}


@media screen and (max-width:1500px) {
    .mv {
        width: 100%;
        margin-bottom: 5%;
    }

    .seasen_title {
        bottom: 87px;
    }

    .seasen_title h1 {
        font-size: 75px;
    }

    .text-content {
        font-size: 18px;
        width: 1000px;
        border-radius: 12px;
        padding: 30px 10px;
    }


}


@media screen and (max-width:1200px) {
    .image_field_wrap {
        width: 850px;
    }

    .flag {
        width: 620px;
    }

    .flag img {
        width: 80%;
    }

    .course_field {
        border-radius: 10px;
    }

    .table__title {
        top: -50px;
        height: 100px;
        width: 85%;
        letter-spacing: 2px;
    }

    .table__title__name {
        font-size: 40px;
    }

    .table__title__name:before {
        height: 100px;
        width: 31px;
        left: -28px;
    }

    .table__title__price {
        font-size: 40px;
    }

    .campaign__title__name:after {
        height: 100px;
        width: 31px;
        right: -28px;
    }

    .campaign__title {
        top: -50px;
        height: 100px;

        letter-spacing: 2px;
    }

    .campaign__title__name {
        font-size: 40px;
    }

    .campaign__title__name:before {
        height: 100px;
        width: 31px;
        left: -28px;
    }

    .table__title__price:before {
        height: 100px;
        width: 31px;
        right: -28px;
    }

    .table__title__price span:first-child {
        font-size: 20px;
    }

    table {
        width: 95%;
    }

    thead tr {
        font-size: 18px;
        height: 60px;
    }

    thead th:first-child {
        border-radius: 10px 0px 0 0;
    }

    thead th:last-child {
        border-radius: 0 10px 0 0;
    }

    tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0 10px;
    }

    tbody tr:last-child td:last-child {
        border-radius: 0 0 10px 0;
    }

    tbody {
        font-size: 18px;
    }

    td {
        height: 60px;
    }

    tr .num {
        font-size: 30px;
    }

    .course_field__attention {
        font-size: .9rem;
    }

    tbody .col-2 {
        font-size: 15px;
        padding-left: 3px;
    }

    .table__title__name span:first-child {
        font-size: 21px;
    }
}

@media screen and (max-width:1100px) {
    .mv {
        width: 100%;
    }

    .seasen_title {
        bottom: 55px;
        width: 100%;
    }

    .seasen_title h1 {
        font-size: 47px;
    }

    .course_field a {
        font-size: 14px;
        padding: 6px 15px 4px 15px;
        border-radius: 8px;
    }

    .text-content {
        font-size: 16px;
        width: 85%;
        border-radius: 10px;
        padding: 30px 10px;
    }

}

@media screen and (max-width:900px) {
    .campaign {
        margin-top: 4vw;
    }

    .campaign_field {
        margin-top: 20px;
    }

    main {
        margin-top: -.75rem;
        background: repeating-linear-gradient(-40deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 14px, transparent 0, transparent 28px);
    }

    .is_sp {
        display: block !important;
    }

    .is_pc {
        display: none !important;
    }

    .main_top {
        margin-top: -10px;
        margin-bottom: -50px
    }

    .logo_wrap {
        top: 7.5%;
        width: 60%;
    }

    .btn_wrap [class*="btn"] {
        font-size: clamp(10px, calc(1rem + 3vw), 12px);
        line-height: 1.5;
        display: inline-block;
        padding: 0.8rem 2.3rem;
        text-align: center;
        min-width: 150px;
    }

    .btn_wrap [class*="btn"] span {
        font-size: clamp(12px, calc(1rem + 1.4vw), 15px);
    }

    .denwa {
        font-size: 25px;
        width: 250px;
    }

    .mazuwa {
        font-size: 15px !important;
    }

    .image_field_wrap {
        width: 100%;
        max-width: inherit;
        margin-top: 14%;
        margin-bottom: 10%;
    }

    /* header {
        position: relative;
    } */
    .footer_btn_wrap {
        position: fixed;
        justify-content: end;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 99999;
    }

    .footer_btn_wrap a {
        display: block;
        width: calc(100% / 2);
    }

    .footer_btn_wrap a img {
        width: 100%;
        display: block;
        object-fit: contain;
    }

    .content {
        /* padding-bottom: 55px; */
    }

    .image_field_wrap .btn_wrap {
        bottom: calc(10% + 3vw);
    }

    .course_field {
        width: 95%;
        margin-left: auto;
        margin-right: auto;

    }

    .table__title {
        top: -30px;
        height: 60px;
        width: 85%;
        letter-spacing: 2px;
    }

    .table__title__name {
        font-size: 5.6vw;
    }

    .table__title__name:before {
        height: 60px;
        width: 19px;
        left: -18px;
    }

    .table__title__name:after {
        top: 38px;
        width: 15px;
        height: 2px;
    }

    .table__title__price {
        font-size: 5.6vw;
    }

    .table__title__price:before {
        height: 60px;
        width: 19px;
        right: -18px;
    }

    .campaign__title {
        top: -40px;
        height: 80px;
        /* width: 80%; */
        letter-spacing: 2px;
        text-shadow: -1.5px -1.5px 0 rgb(255, 255, 255),
            -1.5px 0 0 rgb(255, 255, 255),
            -1.5px 1.5px 0 rgb(255, 255, 255),
            0 -1.5px 0 rgb(255, 255, 255),
            0 1.5px 0 rgb(255, 255, 255),
            1.5px -1.5px 0 rgb(255, 255, 255),
            1.5px 0 0 rgb(255, 255, 255),
            1.5px 1.5px 0 rgb(255, 255, 255);
    }

    .campaign__title__name {
        font-size: 25px;
    }

    .campaign__title__name:after {
        height: 80px;
        width: 25px;
        right: -24px;
    }

    .campaign__title__name:before {
        height: 80px;
        width: 25px;
        left: -24px;
    }

    .campaign_field {
        width: 90%;
    }

    .sanka_field {
        width: 90%;
    }

    .table__title__price span:first-child {
        font-size: 18px;
    }

    .table__title__name span:first-child {
        font-size: 18px;
    }

    table {
        margin-top: 18%;
        padding-bottom: 5px;
    }

    thead tr {
        font-size: 16px;
        height: 50px;
        letter-spacing: 0px;
    }

    thead th:first-child {
        border-radius: 10px 0px 0 0;
    }

    thead th:last-child {
        border-radius: 0 10px 0 0;
    }

    tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0 10px;
    }

    tbody tr:last-child td:last-child {
        border-radius: 0 0 10px 0;
    }

    tbody {
        font-size: 14px;
        letter-spacing: 0;
    }

    td {
        height: 60px;
        /* letter-spacing: -2px; */
    }

    tr span.num {
        font-size: 18px;
    }

    .course_field__attention {
        font-size: 10px;
        /* padding-top: 20px; */
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 4px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        background: #fff;
    }

    .simplebar-track.simplebar-horizontal {
        width: 95%;
    }

    /* 青 */
    .course_field.blue {
        /* border: 2px solid #ffca2d; */

    }

    .blue .simplebar-track.simplebar-horizontal {
        background: #ffca2d;
    }

    /* ピンク */
    .course_field.pink {
        /* border: 2px solid #f3affc; */

    }

    .swim {
        padding-bottom: 20%;
    }

    .physical .image_field_wrap {
        padding-top: 10%;
        padding-bottom: 20%;
    }

    /* .campaign .image_field_wrap {
        padding-top: 10%;
    } */
    .pink .simplebar-track.simplebar-horizontal {
        background: #f3affc;
    }

    .campaign_img {
        margin-top: 15%;
        margin-bottom: 10%;
    }

    .campaign {
        padding-bottom: 20%;
    }

    .sanka {
        padding-bottom: 10%;
    }

    .bus {
        padding-bottom: 10%;
    }

    .contacts {
        padding-bottom: 10%;
    }

    .sanka_img {
        margin-top: 15%;
        margin-bottom: 10%;
    }

    .course_field:not(:last-child) {
        margin-bottom: 30%;
    }

    .flag {
        width: 80%;
    }

    .flag.top {
        margin-top: 10%;
    }

    .flag img {
        width: 80%;
    }

    table {
        margin-top: 2%;
    }

    .taisyou {
        padding-top: 65px;
        font-size: 24px;
        margin-bottom: 1%;
    }

    .taisyou2 {
        padding-top: 30px;
        font-size: 24px;
        margin-bottom: 1%;
    }

    .table__title__name span.mini {
        font-size: 3vw;
    }

    .table__title__price span:first-child {
        font-size: 3vw;
    }

    td span.small {
        font-size: 10px;
    }

    .text-content {
        font-size: 14px;
        width: 90%;
        text-align: left;
        padding: 20px 15px;
    }

    tbody .col-2 {
        font-size: 13px;
    }

    .panel_menu_wrapp .panel_menu ul li a {
        line-height: 2;
    }
}


@media screen and (max-width:767px) {
    .mv {
        width: 100%;
        padding-top: 2%;
        margin-bottom: 5%;
    }

    .seasen_title {
        bottom: 11%;
        left: 63%;
    }

    .seasen_title h1 {
        font-size: 7.5vw;
        text-shadow: 2px 2px 0 #fff;
    }

    .course_field a {
        font-size: 12px;
        padding: 6px 12px 5px 12px;
        /* border-radius: 10px; */
    }

    .flow_block {
        /* margin-top: 70px; */
        margin-top: 20px;
    }

    .bus_link {
        margin-bottom: 5%;
        display: block;
        margin-top: -5%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    tbody .col-2 {
        font-size: 12px;
    }

    tbody {
        font-size: 13px;
    }

    .panel_menu_wrapp .panel_menu ul li a {
        line-height: 2;
    }
}

@media screen and (max-width:650px) {
    .is_mb {
        display: block;
    }

    /* スマホ用に小サイズ設定 */
    .table_field {
        overflow-y: scroll;
        margin-left: 0;
    }

    table {
        width: 95%;
        margin-top: 20px;
        padding-right: 0;
    }

    thead tr {
        height: 50px;
        letter-spacing: 0px;
    }

    thead th:first-child {
        border-radius: 10px 0px 0 0;
    }

    thead th:last-child {
        border-radius: 0 10px 0 0;
    }

    tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0 10px;
    }

    tbody tr:last-child td:last-child {
        border-radius: 0 0 10px 0;
    }

    tbody {
        letter-spacing: 0;
    }

    td {
        height: 60px;
    }

    tr span.num {
        font-size: 16px;
    }

    .course_field a {

        padding: 5px 6px;
    }

    .you {
        font-size: 12px;
        letter-spacing: -2px;
    }

    thead tr {
        font-size: 13px;
    }

}

@media screen and (max-width:500px) {
    .seasen_title {
        bottom: 11%;
        left: 63%;
    }

    tbody {
        font-size: 12px;
    }

    thead tr {
        font-size: 10px;
    }

    tr span.num {
        font-size: 14px;
    }

    tbody .col-2 {
        font-size: 10px;
        letter-spacing: -2px;
    }
}

.sum {
    color: rgb(255, 67, 67);
    font-weight: bold !important;
}

.sun {
    color: rgb(56, 69, 255);
    font-weight: bold !important;
}

.main-15 {
    position: relative;
}

.main-15::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://shoei-sports.com/minato/tanki/assets/img/hanko.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 650px) {
    .main-15::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: url(https://shoei-sports.com/minato/tanki/assets/img/hanko.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 20%;
        left: 50%;
        transform: translate(-50%);
    }
}