:root {
    --yellow: #21b8c5;
    --orange: #e4007f;
    --navy: #103675;
    --red: #8faa00;
}

body {
    font-family: "Noto Sans JP", serif !important;
    width: 100%;
    max-width: 768px;
    margin: 0 auto !important;
    padding: 0;
    overflow-x: hidden;
    background-color: #E3F2FD !important;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

img {
    width: 100%;
}

.area_title {
    background: url("./img/img_7.png")no-repeat;
    background-size: cover;
    height: 100px;
}

.area_title .box {
    color: #103675;
    background-color: #ffffffd0;
}

.secAccordion {
    width: 95%;
    margin: 0 auto;
}

.secAccordion .address {
    font-size: .875rem;
}

.secAccordion .address a {
    background-color: #103675;
    text-decoration: none;
    padding: 1px 9px;
    font-size: .75rem;
    margin-left: 3px;
}

@media screen and (min-width:768px) {
    .area_title {
        height: 200px;
        max-width: 768px;
        background-position: bottom;
        margin: 0 auto;
    }

    .area_title .box {
        background-color: #ffffffd7;
        font-size: 1.5rem;
    }

    .secAccordion {
        width: 768px;
        margin: 0 auto;
    }

    .secAccordion .left,
    .secAccordion .right {
        width: 384px;
    }
}


.secAccess .txt {
    font-weight: 800;
    position: relative;
    font-size: 6vw;
    letter-spacing: .3vw;
}

.secAccess .txt::after {
    position: absolute;
    content: "";
    width: 22vw;
    height: 2px;
    background-color: #000;
    top: 9vw;
    left: calc(50% - 11vw);
}

.secAccess .txt span {
    font-weight: 800;
    font-size: 3vw;
}

.secAccess .box {
    width: 90%;
    margin: 0 auto;
}

.secAccess .box .ttl {
    color: var(--red);
    font-size: 1.5rem;
    font-weight: 800;
}

.secAccess .box .address {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .6px;
}

.secAccess .box .address span {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .3px;
}

.secAccess .box .map {
    width: 100%;
    height: 70vw;
}

.secAccess .box .banner {
    margin: 0 auto;
}

.secAccess .box .banner .row .col-5 {
    background-color: var(--red);
    font-weight: 700;
    font-size: 1rem;
}

.secAccess .box .banner .row .col-5.tel {
    background-color: #d6c41e;
    font-weight: 700;
    font-size: 1rem;
}

@media screen and (min-width:768px) {
    .secAccess .txt {
        font-size: 2.6rem;
        letter-spacing: .1rem;
        line-height: 3rem;
    }

    .secAccess .txt::after {
        width: 160px;
        height: 2px;
        top: 60px;
        left: calc(50% - 80px);
    }

    .secAccess .txt span {
        font-weight: 800;
        font-size: 1rem;
    }

    .secAccess .box {
        width: 768px;
    }

    .secAccess .box .ttl {
        font-size: 1.75rem;
        font-weight: 800;
    }

    .secAccess .box .address {
        font-size: 1rem;
    }

    .secAccess .box .address span {
        font-size: .875rem;
    }

    .secAccess .box .map {
        height: 400px;
    }

    .secAccess .box .banner .row .col-5 {
        font-size: 1.6rem;
    }

    .secAccess .box .banner .row .col-5.tel {
        font-size: 1.6rem;
    }
}

header {
    width: 100%;
    height: 14vw;
    max-height: 100px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
}

header .logo {
    width: 17vw;
    max-width: 150px;
}

header .header_banner {
    background-color: #4A90E2;
}

header .header_banner.reserve {
    background-color: #103675;
}

header .header_banner a {
    font-size: min(3vw, 17px);
    color: #fff;
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
}

#form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}


.floating {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
}

.floating .ttl {
    background-color: var(--red);
    padding: 2px 30px;
    border-radius: 3px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
}


@media screen and (min-width:768px) {
    .floating {
        height: 166px;
        width: 100%;
        top: 120px;
    }

    .floating .img {
        width: 240px;
        margin-left: calc(100% - 290px);
    }
}


.hero_section {
    width: 100%;
    padding-top: min(12vw, 100px);
    background: url(./img/fvImg3_sp.png);
    background-size: cover;
    background-position: bottom;
}

.hero_section .fv_img {
    width: 95%;
    margin: 0 auto;
}

.hero_section .fv_img.bottom {
    margin-top: max(-40px, -7vw);
}

.detail_section{
    background: url(./img/detailImg3.png) no-repeat;
    background-size: cover;
    position: relative;
}

.detail_section .detailImg1{
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    max-width: 200px;
}

.detail_section .detailImg2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
    max-width: 200px;
}

.detail_section .ttl {
    text-align: center;
    font-size: min(5vw, 20px);
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
    margin: 0 auto;
}

.detail_section .table_section {
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
    font-size: min(4vw, 17px);
    font-weight: 600;
    letter-spacing: min(.5vw, 1px);
    position: relative;
    z-index: 10;
}

.detail_section .table_section tr {
    height: 15vw;
    border: 1px solid #000;
}

.detail_section .table_section .orange {
    background-color: #ff9f0f;
    color: #fff;
    border: 1px solid #000;
}

.detail_section .table_section .white {
    background-color: #fff;
    border: 1px solid #000;
}

.detail_section .table_section td {
    background-color: #ffffd3;
    color: #000;
    border: 1px solid #000;
}

.detail_section .txt {
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
    font-size: min(4vw, 23px);
    font-weight: 600;
    letter-spacing: min(.5vw, 1px);
    text-align: center;
    line-height: min(10vw, 34px);
    position: relative;
    z-index: 10;}

.detail_section .txt span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.detail_section .txt .sp {
    display: block;
}

.detail_section .txt.sm {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 3.3vw;
    font-weight: 500;
    letter-spacing: min(.5vw, 1px);
    text-align: center;
    position: relative;
    z-index: 10;}

@media screen and (min-width:768px) {
    .detail_section .table_section tr {
        height: 100px;
    }

    .detail_section .txt {
        text-align: left;
    }

    .detail_section .txt .sp {
        display: none;
    }

    .detail_section .txt.sm {
        text-align: left;
        font-size: 12.6px;
    }
}

.deck_section {
    background: url(./img/deckImg9_sp.png)no-repeat;
    background-size: cover;
}

.deck_section .ttl {
    width: 90%;
    margin: 0 auto;
}

.deck_section .box {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: min(9vw, 50px) min(9vw, 16px) min(9vw, 12px);
    border-radius: min(10vw, 30px);
}

.deck_section .d-flex {
    width: 95%;
    margin: 0 auto;
}

.deck_section .box.sm {
    width: 48%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: min(9vw, 60px) min(6vw, 40px);
    border-radius: min(5vw, 20px);
}

.deck_section .box .number {
    position: absolute;
    top: max(-17px, -4.5vw);
    background-color: #ffa008;
    padding: min(2.4vw, 10px) min(2.7vw, 13px);
    color: #fff;
    font-size: min(5vw, 16px);
    font-weight: 700;
    border-radius: 50%;
}

.deck_section .box .number.sm {
    left: calc(50% - min(5vw, 16px));
}

.deck_section .box .ttl {
    width: 100%;
    font-size: min(4.5vw, 15px);
    font-weight: 700;
    letter-spacing: min(.7px, 1px);
}

.deck_section .box .txt {
    font-size: min(3.6vw, 15px);
    font-weight: 500;
    letter-spacing: min(.7px, 1px);
    text-align: justify;
    line-height: min(10vw, 30px);
}

.deck_section .box .attention {
    font-size: min(3vw, 11px);
    font-weight: 500;
    letter-spacing: min(.7px, 1px);
    text-align: justify;
    line-height: min(10vw, 30px);
}

.deck_section .box .img {
    width: 80%;
    height: 50vw;
    max-height: 200px;
    margin: 0 auto;
}

.deck_section .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a {
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .deck_section {
        background: url(./img/deckImg9_pc.png)no-repeat;
        background-size: cover;
    }

    .d-md-flex.top {
        width: 90%;
        margin: 0 auto;
    }

    .deck_section .box .img.sm {
        width: 80%;
        height: 50vw;
        max-height: 140px;
        margin: 0 auto;
    }

    .box.middle {
        width: 90%;
    }

    .pc_box {
        padding-right: 20px;
    }

    .pc_box.middle {
        width: 43%;
    }

    .d-md-flex.top .box.middle {
        width: 48%;
        margin: 0 auto;
    }

    .deck_section .d-flex {
        width: 90%;
        margin: 0 auto;
    }
}

.deck_merit_section {
    background: url(./img/meritImg3_sp.png);
    background-size: cover;
}

.deck_merit_section .ttl {
    width: fit-content;
    color: #2e3030;
}

.deck_merit_section .ttl.bold {
    font-size: min(5vw, 24px);
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
    margin: 0 auto;
}

.deck_merit_section .ttl.pink {
    font-size: min(7vw, 30px);
    font-weight: 700;
    color: #ff0a64;
    letter-spacing: min(.5vw, 1px);
    margin: 0 auto;
}

.deck_merit_section .ttl.under {
    font-size: min(4vw, 14px);
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
    background: linear-gradient(transparent 60%, #ff6 60%);
    margin: 0 auto;
}

.deck_merit_section .box {
    width: 80%;
    margin: 0 auto;
}

.deck_merit_section .box .img {
    width: 100%;
}

.deck_merit_section .box .txt ul li {
    font-size: min(3vw, 15px);
    letter-spacing: min(.4ve, 1px);
    font-weight: 600;
    margin: min(2vw, 20px);
}

.pc_img {
    display: none;
}

@media screen and (min-width: 768px) {
    .deck_merit_section {
        background: url(./img/meritImg3_pc.png);
        background-size: cover;
    }

    .deck_merit_section .d-md-flex {
        width: 90%;
        margin: 0 auto;
    }

    .deck_merit_section .ttl.under {
        margin: 0;
    }

    .deck_merit_section .box .img {
        display: none;
    }

    .pc_img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

.introduce_section{
    position: relative;
    background: url(./img/introduceImg3_sp.png) no-repeat;
    background-size: cover;
}

.introduce_section .bearImg{
    position: absolute;
    width: 20vw;
    max-width: 100px;
    top: max(-21vw, -90px);
    left: 3vw;
}

.introduce_section .ttl{
    font-size: min(4vw, 18px);
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
}

.introduce_section .ttl span{
    font-size: min(10vw, 32px);
}

.introduce_section .img{
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
.introduce_section{
    position: relative;
    background: url(./img/introduceImg3_pc.png) no-repeat;
    background-size: cover;
}    
}

.question_section {
    background-color: #fff;
    position: relative;
}

.question_section .green_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
}

.question_section .orange_back {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}

.question_section .ttl {
    font-size: min(7vw, 22px);
    text-align: center;
    font-weight: 700;
    letter-spacing: min(.5vw, 1px);
    color: #2e3030;
    position: relative;
    z-index: 100;
}

.question_section .question {
    position: relative;
}

.question_section .answer {
    position: relative;
}

.question_section .question .img {
    width: 80%;
    margin-left: 2%;
}

.question_section .answer .img {
    width: 80%;
    margin-left: 18%;
}

.question_section .question .txt {
    position: absolute;
    font-size: min(2.5vw, 15px);
    top: 8.2vw;
    left: 31vw;
}

.question_section .question .txt.second {
    top: 8vw;
    left: 33vw;
}

.question_section .question .txt.third {
    top: 8.7vw;
    left: 34vw;
}

.question_section .answer .txt {
    position: absolute;
    width: 57%;
    font-size: min(2.4vw, 16px);
    top: 4.5vw;
    left: 20vw;
    text-align: justify;
    color: #fff;
}



@media screen and (min-width:768px) {
    .question_section .question .img {
        width: 560px;
        margin-left: 20px;
    }

    .question_section .answer .img {
        width: 560px;
        margin-left: calc(50% - 200px);
    }

    .question_section .question .txt {
        top: 50px;
        left: calc(50% - 160px);
    }

    .question_section .question .txt.second {
        top: 55px;
        left: calc(50% - 145px);
    }

    .question_section .question .txt.third {
        top: 50px;
        left: calc(50% - 145px);
    }

    .question_section .answer .txt {
        top: 40px;
        left: calc(50% - 185px);
        width: 400px;

    }

}