    @charset 'utf-8';

    :root {
        --main-color: #C0F100;
        --sub-color1: #F3C6B9;
        --sub-color2: #ECD635;
        --bace-color: #fff;
        --text-gray: #707070;
        --fontsize-S: 12px;
        --fontsize-M: 22px;
        --sec-bottom: 180px;
    }

    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* ============ font ==============*/

    /* .darumadrop-one-regular {
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    }
    .shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    }
    .zen-kaku-gothic-new {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 300～900;
    font-style: normal;
    }
    */

    h2 {
        font-size: 2rem;
        margin: 56px auto;
    }

    p,
    span,
    dd,
    dt,
    th,
    td {
        font-size: 1.2rem;
    }

    @media screen and (max-width:767px) {
        h2 {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }

        p,
        span,
        dd,
        dt,
        th,
        td {
            font-size: 1rem;
        }

        /*======max-width:767px======*/
    }

    /* ================ Common ================ */
    a {
        transition: ease-in-out .3s;
        text-decoration: none;
        color: #111111;
        cursor: pointer;
    }

    a:hover {
        opacity: .75;
    }

    img {
        max-width: 100%;
        height: 100%;
    }

    body {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75;
    }

    p {
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
    }

    li {
        list-style: none;
    }

    .btn_outline {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: block;
        width: 100%;
        max-width: 200px;
        height: 48px;
        padding: 3px 12px;
        text-align: center;
        overflow-wrap: anywhere;
        background: -moz-linear-gradient(-45deg, #F7CFC3FF, #F4DB3CFF);
        background: -webkit-linear-gradient(-45deg, #F7CFC3FF, #F4DB3CFF);
        background: linear-gradient(135deg, #F7CFC3FF, #F4DB3CFF);
        border-radius: 9px;
    }

    .btn_outline_item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: var(--bace-color);
        border-radius: 6px;
    }

    .btn_outline:hover {
        opacity: 1;
        font-size: 1.25rem;
        letter-spacing: 0.1rem;
        box-shadow: 7px 7px 10px -10px #777777;
    }

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

    .fadeIn {
        opacity: 0;
        transition: 0.7s;
    }

    .fadeIn.is-show {
        opacity: 1;
    }

    .fadeIn_up {
        opacity: 0;
        transform: translateY(30px);
        transition: 0.7s;
    }

    .fadeIn_up.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }

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

        /*======max-width:767px======*/
    }

    /* =============== header =============== */
    .site-header {
        background-color: transparent;
        height: 81px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .site-header-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 16px;
    }

    .site-header-logo {
        margin-left: 16px;
        padding: 2px;
        height: 40px;
        width: auto;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 6px;
    }

    .site-header-nav ul {
        display: flex;
        margin-right: -16px;
    }

    .site-header-nav p {
        display: none;
    }

    .site-header-nav img {
        height: 100px;
        width: auto;
    }

    .site-header-nav .nav-sp {
        display: none;
    }

    .site-header-nav li.position-middle {
        margin-left: -20px;
        width: 133px;
    }

    .site-header-nav li.position-right {
        margin-left: -40px;
        width: 153px;
    }

    /* nav-sp */

    .site-header-nav ul li a {
        text-decoration: none;
        font-size: .9rem;
        color: #000;
        position: relative;
    }

    .site-header-nav ul li a p {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2rem;
    }

    .site-header-navbtn {
        display: none;
        position: fixed;
        top: 8px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        z-index: 1;
        cursor: pointer;
    }

    .site-header-navbtn span,
    .site-header-navbtn::before,
    .site-header-navbtn::after {
        width: 30px;
        height: 3px;
        background-color: #888;
        position: absolute;
        top: 50%;
        left: 5px;
        transition: transform .4s;
        border-radius: 3px;
    }

    .site-header-navbtn::before,
    .site-header-navbtn::after {
        content: '';
    }

    .site-header-navbtn::before {
        transform: translateY(-8px);
    }

    .site-header-navbtn::after {
        transform: translateY(8px);
    }

    body.is-nav-open .site-header-navbtn span {
        transform: scaleX(0);
    }

    body.is-nav-open .site-header-navbtn::before {
        transform: translateY(0) rotate(45deg);
    }

    body.is-nav-open .site-header-navbtn::after {
        transform: translateY(0) rotate(-45deg);
    }

    @media screen and (max-width: 767px) {
        .site-header {
            height: 54px;
        }

        .site-header-container {
            padding-top: 0px;
        }

        .site-header-logo {
            margin-left: 2px;
        }

        .site-header-navbtn {
            display: block;
        }

        .site-header-nav {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: var(--main-color);
            opacity: 0.85;
            transform: translateX(-100%);
            transition: transform .6s;
        }

        .site-header-nav .nav-sp {
            display: block;
        }

        body.is-nav-open .site-header-nav {
            transform: translateX(0);
        }

        .site-header-nav p {
            display: block;
        }

        .site-header-nav ul li a img {
            display: none !important;
        }

        .site-header-nav ul {
            height: 100%;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            text-align: center;
        }

        .site-header-nav ul li a p {
            text-align: center;
        }

        .site-header-nav li.position-middle {
            margin-left: 0;
            width: auto;
        }

        .site-header-nav li.position-right {
            margin-left: 0;
            width: auto;
        }

        .site-header-nav ul li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 1.5em;
        }

        .site-header-nav ul li a {
            font-size: 1.5rem;
        }
    }

    /* =============== footer =============== */

    .site-footer {
        /* margin-top: -64px; */
        padding-top: 80px;
        padding-bottom: 0;
        width: 100%;
        background-image: url(../img/footer_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .site-footer-container {
        margin: auto;
        width: 240px;
        display: block;
    }

    .site-footer-container img {
        max-width: 100%;
        height: auto;
    }

    .site-footer-copyright {
        display: block;
        font-size: .8rem;
        color: var(--text-gray);
        text-align: center;
    }

    @media screen and (max-width:767px) {
        .site-footer-container {
            max-width: 100%;
        }

        .site-footer-container img {
            width: 60%;
            max-width: 240px;
            margin: 0 auto;
            display: block;
            text-align: center;
        }

        .site-footer-container small {
            width: 60%;
            max-width: 240px;
            margin: 0 auto;
            display: block;
            text-align: center;
        }

        /*======max-width:767px======*/
    }

    /* ================= to page-top =================== */

    .pagetop {
        width: 40px;
        height: 74px;
        position: fixed;
        z-index: 2000;
        right: 30px;
        bottom: 20px;
        cursor: pointer;
    }

    .pagetop:hover {
        opacity: .9;
    }

    .pagetop img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* ================= under-top =================== */

    .under-top {
        margin-top: 81px;
    }

    .under-top img {
        height: 320px;
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .under-image img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 180px;
    }

    .under-image {
        margin-bottom: 120px;
    }

    .under-heading {
        text-align: center;
    }

    @media screen and (max-width:980px) {
        .under-top img {
            height: 280px;
        }

        .under-image img {
            width: 120px;
        }

        /*======max-width:980px======*/
    }

    @media screen and (max-width:767px) {
        .under-top {
            margin-top: 54px;
        }

        .under-top img {
            height: 30vh;
            width: 100%;
            display: block;
            object-fit: cover;
            object-position: center 60%;
        }

        .under-image {
            width: 100%;
            margin-bottom: 5rem;
        }

        .under-heading {
            margin-bottom: 2rem;
        }

        /*======max-width:767px======*/
    }

    /* ================= schedule =================== */
    #schedule {
        background-image: url(../img/under/waku_outer.jpg);
        background-repeat: repeat-y;
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.25);
        background-blend-mode: screen;
        border-radius: 50px;
        margin: 0 auto 64px auto;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    #schedule h2 {
        position: relative;
    }

    h1::before {
        margin-right: 30px;
    }

    h1::after {
        margin-left: 30px;
    }

    #schedule .sc-col-container {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 980px;
    }

    #schedule .sc-row-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        vertical-align: middle;
        text-align: center;
    }

    #schedule .sc-row-container-reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        vertical-align: middle;
        text-align: center;
    }

    #schedule .sc-content {
        max-width: 45%;
    }

    #schedule .sc-content img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 24px 0;
    }

    #schedule .sc-content img.sc-under {
        margin-bottom: 19px;
    }

    #schedule .sc-content p {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.8rem;
        vertical-align: baseline;
        color: var(--text-gray);
        letter-spacing: 0.15rem;
    }

    #schedule .sc-row-container .row-arrow {
        flex: none;
        display: block;
        width: 64px;
        height: 44px;
        margin: 180px 0 0 0;
        filter: drop-shadow(0px 0px 7px #fff);
    }

    #schedule .sc-row-container-reverse .row-arrow {
        flex: none;
        display: block;
        width: 64px;
        height: 44px;
        margin: 160px 0 0 0;
        transform: rotate(180deg);
        filter: drop-shadow(0px 0px 7px #fff);
    }

    #schedule .sc-col {
        flex: none;
        margin: 48px 200px 48px auto;
        width: 45%;
        max-width: 45%;
        text-align: end;
    }

    #schedule .sc-col2 {
        flex: none;
        margin: 48px auto 48px 200px;
        width: 45%;
        max-width: 45%;
        text-align: start;
    }

    #schedule .sc-col .col-arrow,
    #schedule .sc-col2 .col-arrow {
        height: 64px;
        filter: drop-shadow(0px 0px 7px #fff);
    }

    @media screen and (max-width:767px) {
        #schedule {
            border-radius: 24px;
            margin: 0 auto 64px auto;
            padding: 2rem 0;
        }

        #schedule h2 {
            margin-top: 24px;
        }

        #schedule .sc-col-container {
            max-width: 96%;
            margin: 0 auto;
        }

        #schedule .sc-row-container {
            flex-direction: column;
            justify-content: center;
        }

        #schedule .sc-row-container-reverse {
            flex-direction: column;
            justify-content: center;
        }

        #schedule .sc-content {
            max-width: 100%;
        }

        #schedule .sc-content img {
            max-width: 440px;
            height: auto;
            margin: 0 0 0.2rem 0;
        }

        #schedule .sc-content img.sc-under {
            margin-bottom: 0.2rem;
        }

        #schedule .sc-content p {
            font-size: 1.5rem;
            letter-spacing: 0.1rem;
        }

        #schedule .sc-row-container .row-arrow {
            display: flex;
            flex-direction: column;
            justify-content: center;
            transform: rotate(90deg);
            max-width: 4rem;
            height: auto;
            margin: 24px auto;
        }

        #schedule .sc-row-container-reverse .row-arrow {
            display: flex;
            flex-direction: column;
            justify-content: center;
            transform: rotate(90deg);
            max-width: 4rem;
            height: auto;
            margin: 24px auto;
        }

        #schedule .sc-col,
        #schedule .sc-col2 {
            display: block;
            margin: 24px auto;
            max-width: 4rem;
            height: auto;
            text-align: center;
        }

        /*======max-width:767px======*/
    }

    /* ================= admission =================== */
    #admission .under-top img {
        object-position: center 45%;
    }

    #admission .guide {
        margin-bottom: var(--sec-bottom);
        background-image: url(../img/under/guide_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3rem 5rem 6rem 5rem;
        box-shadow: 0px 2px 10px -6px #777777;
        border-radius: 50px;
    }

    #admission .guide-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 980px;
        margin: 0 auto;
        position: relative;
    }

    #admission .guide-content {
        margin-right: auto;
        margin-left: auto;
    }

    #admission .guide-text {
        display: flex;
        flex-direction: row;
        margin-bottom: 8px;
    }

    #admission .guide-text dt {
        width: 6rem;
        margin-right: 24px;
        position: relative;
        padding-left: 2rem;
    }

    #admission .guide-text dd {
        max-width: 20rem;
        margin-right: 24px;
        padding-left: 1rem;
    }

    #admission .guide-content:last-child {
        margin-left: 80px;
    }

    #admission .guide-content dt.guide_item01::before,
    #admission .guide-content dt.guide_item03::before,
    #admission .guide-content dt.guide_item05::before {
        content: "";
        position: absolute;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background-image: url(../img/under/admision_guide_01.png);
        background-repeat: no-repeat;
        background-size: 1.3rem;
        left: 0;
        top: 6px;
    }

    #admission .guide-content dt.guide_item02::before,
    #admission .guide-content dt.guide_item04::before,
    #admission .guide-content dt.guide_item06::before {
        content: "";
        position: absolute;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background-image: url(../img/under/admision_guide_02.png);
        background-repeat: no-repeat;
        background-size: 1.3rem;
        transform: rotate(40deg);
        left: -2px;
        top: 6px;
    }

    #admission .guide-content:last-child::after {
        content: "";
        display: block;
        width: 10px;
        height: 70%;
        background-color: transparent;
        background-image: radial-gradient(circle, #F3C6B9 3px, transparent 3px);
        background-position: 0 0;
        background-size: 10px 20px;
        position: absolute;
        top: 15%;
        left: 50%;
    }

    @media screen and (max-width:980px) {
        #admission .guide-container {
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            padding: 3rem auto;
        }

        #admission .guide-content {
            margin-right: 0;
            margin-left: 0;
        }

        #admission .guide-content:last-child {
            margin-left: 0;
        }

        #admission .guide-text {
            flex-direction: column;
            margin-bottom: 8px;
        }

        #admission .guide-text dd,
        #admission .guide-text dt {
            font-size: 0.9rem;
        }

        #admission .guide-text dd {
            padding-left: 2rem;
        }

        #admission .guide-content:last-child::after {
            display: none;
        }

        /*======max-width:980px======*/
    }

    @media screen and (max-width:767px) {
        #admission .guide {
            margin-bottom: var(--sec-bottom);
            background-image: url(../img/under/guide_bg.png);
            background-repeat: no-repeat;
            background-size: cover;
            padding: 0 2rem 2rem;
            box-shadow: 0px 2px 10px -6px #777777;
            border-radius: 50px;
        }

        /*======max-width:767px======*/
    }

    /* ================= add-flow =================== */

    #add-flow {
        margin-bottom: var(--sec-bottom);
    }

    #add-flow .add-flow-container {
        max-width: 1180px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        margin: 64px auto 0 auto;
    }

    #add-flow .add-flow-content {
        display: block;
        width: 31%;
        text-align: center;
        margin: 0 auto;
    }

    #add-flow .add-flow-content:nth-child(2) {
        transition-delay: 0.3s;
    }

    #add-flow .add-flow-content:nth-child(3) {
        transition-delay: 0.6s;
    }

    #add-flow .add-flow-content figure img {
        max-width: 100%;
        height: 190px;
    }

    #add-flow .add-flow-content figcaption dt {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 8px auto;
    }

    #add-flow .add-flow-content figcaption dd {
        font-family: "Shippori Mincho", serif;
    }

    #add-flow .add-flow-content figcaption a {
        text-decoration: underline;
    }

    @media screen and (max-width:767px) {
        #add-flow .add-flow-container {
            max-width: 95%;
            flex-direction: column;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }

        #add-flow .add-flow-content {
            width: 95%;
            margin-bottom: 64px;
        }

        #add-flow .add-flow-content:nth-child(2) {
            transition-delay: 0s;
        }

        #add-flow .add-flow-content:nth-child(3) {
            transition-delay: 0s;
        }

        #add-flow .add-flow-content figure img {
            max-width: 250px;
        }

        #add-flow .add-flow-content figcaption dd {
            max-width: 400px;
            margin: 0 auto;
            font-size: 0.9rem;
        }

        /*======max-width:767px======*/
    }

    /* ================= contact =================== */
    #contact {
        background-image: url(../img/under/waku_outer.jpg);
        background-repeat: repeat-y;
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.25);
        background-blend-mode: screen;
        border-radius: 50px;
        margin: 0 auto 64px auto;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    #contact .box_con {
        max-width: 900px;
        margin: 0 auto;
        background-color: #ffffffc5;
        border-radius: 12px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #contact .box_con form {
        width: 100%;
    }

    #contact .box_con form table {
        width: 90%;
    }

    #contact .box_con form table tr {
        position: relative;
    }

    #contact .box_con form table tr:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: dotted #cdcdcd 1px;
    }

    #contact .box_con form table tr th {
        width: 32%;
        font-weight: normal;
        padding: 1em .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .box_con form table tr th span {
        background: #ff5e5ec0;
        padding: 0 .3em;
        margin-left: .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .box_con form table tr td {
        padding: 1em .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .box_con form table tr .box_br {
        display: block;
    }

    #contact .box_con form table tr select {
        border: 1px solid #999;
    }

    #contact .box_con form table tr label input {
        cursor: pointer;
        display: none;
        vertical-align: middle;
    }

    #contact .box_con form table tr select,
    #contact .box_con form table tr input,
    #contact .box_con form table tr textarea {
        width: 100%;
        height: 3em;
        padding: .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact .box_con form table tr textarea {
        height: 10em;
    }

    .box_check {
        text-align: center;
        margin: 1em auto;
    }

    .box_check label {
        display: inline-block;
    }

    .box_check label span {
        margin-left: .3em;
    }

    .btn {
        text-align: center;
        margin-top: 24px;
    }

    .btn input {
        display: inline-block;
        background: #eee;
        padding: .5em 4em;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        border: none;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .btn input:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }

    @media screen and (max-width:767px) {
        #contact {
            border-radius: 24px;
            margin: 0 auto 64px auto;
            padding: 2rem 0;
        }

        #contact .box_con {
            width: 95%;
        }

        #contact .box_con form table {
            margin-left: auto;
            margin-right: auto;
        }

        #contact .box_con form table tr th {
            text-align: center;
            width: 100%;
            display: block;
            background: -moz-linear-gradient(-45deg, #F7CFC3FF, #F4DB3CFF);
            background: -webkit-linear-gradient(-45deg, #F7CFC3FF, #F4DB3CFF);
            background: linear-gradient(135deg, #F7CFC3FF, #F4DB3CFF);
            padding: .8em .2em;
        }

        #contact .box_con form table tr td {
            padding: 1.5em .5em;
            display: block;
            width: 100%;
        }

        /*======max-width:767px======*/
    }

    @media screen and (max-width:368px) {
        .btn input {
            padding: .5em 2em;
        }

        /*======max-width:368px======*/
    }

    /* ad-infomation */
    .ad-infomation .info-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto 64px auto;
        max-width: 1180px;
    }

    .ad-infomation .info-container .content-item1 {
        width: 60%;
    }

    .ad-infomation .info-container .content-item2 {
        width: 35%;
    }

    .ad-infomation .info-container .info-msg {
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
    }

    .ad-infomation .info-container .info-tel {
        font-size: 1.7rem;
        letter-spacing: 0.3rem;
        padding: 8px 0px 8px 75px;
        background-image: url(../img/under/tel.png);
        background-repeat: no-repeat;
        background-size: 4rem;
        background-position: left center;
        margin: 16px auto;
    }

    .ad-infomation .info-container .info-small {
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    }

    @media screen and (max-width:980px) {
        .ad-infomation .info-container {
            flex-direction: column;
            justify-content: center;
            margin-bottom: 64px;
            text-align: center;
        }

        .ad-infomation .info-container .content-item1,
        .ad-infomation .info-container .content-item2 {
            width: 90%;
        }

        .ad-infomation .info-container .content-item2 .info-tel {
            max-width: 308px;
        }

        /*======max-width:980px======*/
    }

    @media screen and (max-width:767px) {

        .ad-infomation .infomation .info-container .info-msg {
            font-size: 1rem;
        }

        .ad-infomation .info-container .info-tel {
            font-size: 1.3rem;
            letter-spacing: 0.2rem;
            padding: 8px 0px 8px 60px;
            background-size: 3rem;
            margin: 16px auto;
        }

        /*======max-width:767px======*/
    }

    @media screen and (max-width:368px) {
        .ad-infomation .info-container .info-tel {
            font-size: 1.3rem;
            letter-spacing: 0.2rem;
            padding: 3.2rem 0 0 0;
            background-size: 3rem;
            background-position: top center;
            margin: 2rem auto;
        }

        /*======max-width:368px======*/
    }

    /* ================= access =================== */
    /* ================= table =================== */
    #access .under-top img {
        object-position: center 60%;
    }

    #access .school-table {
        width: 520px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 120px;
    }

    #access .school-table table,
    #access .school-table table th,
    #access .school-table table td {
        border-spacing: 0;
        border-collapse: collapse;
    }

    #access .school-table table th {
        width: 120px;
        border-top: solid 2px #789376;
        border-right: solid 2px #789376;
        border-bottom: solid 2px #789376;
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        padding: 4px 0;
    }

    #access .school-table table td {
        width: 400px;
        border-top: solid 2px #789376;
        border-bottom: solid 2px #789376;
        vertical-align: middle;
        padding: 4px 32px;
    }

    @media screen and (max-width:767px) {
        #access .school-table {
            width: 100vw;
            margin-bottom: 64px;
        }

        #access .school-table table th {
            font-size: 1rem;
            width: 25vw;
            text-align: center;
            vertical-align: middle;
            padding: 4px auto;
        }

        #access .school-table table td {
            width: 75vw;
            text-align: center;
            vertical-align: middle;
            line-height: 1.8;
        }

        /*======max-width:767px======*/
    }


    /* ================= iframe =================== */
    #access .iframeWrap {
        display: block;
        text-align: center;
        overflow: hidden;
        margin-bottom: var(--sec-bottom);
    }

    @media screen and (max-width:980px) {
        #access .iframeWrap {
            position: relative;
            width: 100%;
            height: 0;
            padding-top: 75%;
            margin-bottom: 64px;
        }

        #access .iframeWrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /*======max-width:767px======*/
    }

    /* ================= infomation =================== */
    #access .infomation .info-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: 1180px;
        margin: 0 auto 64px auto;
    }

    #access .infomation .info-container .info-content {
        padding: 0 1rem;
    }

    #access .infomation .info-img {
        width: 40%;
        display: block;
        text-align: center;
    }

    #access .infomation .info-img img {
        max-width: 369px;
        height: auto;
    }

    #access .infomation .info-text {
        width: 60%;
    }

    #access .infomation .info-container .info-msg {
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
    }

    .info-msg a {
        text-decoration: underline;
    }

    #access .info-container .info-tel {
        font-size: 1.7rem;
        letter-spacing: 0.3rem;
        padding: 8px 0px 8px 75px;
        background-image: url(../img/under/tel.png);
        background-repeat: no-repeat;
        background-size: 4rem;
        background-position: left center;
        margin: 16px auto;
    }

    #access .info-container .info-small {
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    }

    @media screen and (max-width:980px) {
        #access .infomation .info-container {
            margin-bottom: 64px;
            display: flex;
            flex-direction: column-reverse;
        }

        #access .infomation .content-item {
            display: flex;
            flex-direction: column;
            text-align: center;
        }

        #access .infomation .info-text {
            width: 100%;
        }

        #access .infomation .info-img {
            width: 100%;
        }

        #access .infomation .info-img img {
            max-width: 280px;
        }

        /*======max-width:980px======*/
    }

    @media screen and (max-width:767px) {

        #access .info-container .info-util,
        #access .infomation .info-container .info-msg {
            font-size: 1rem;
        }

        #access .info-container .info-tel {
            font-size: 1.3rem;
            letter-spacing: 0.2rem;
            padding: 8px 0px 8px 60px;
            background-size: 3rem;
            margin: 2rem auto;
        }

        #access .infomation .info-img {
            transition-delay: 0.4s;
        }

        /*======max-width:767px======*/
    }

    @media screen and (max-width:368px) {
        #access .info-container .info-tel {
            padding: 3.2rem 0 0 0;
            background-position: top center;
        }

        /*======max-width:368px======*/
    }

    @media screen and (max-width:310px) {
        #access .infomation .info-img img {
            max-width: 100%;
        }

        /*======max-width:320px======*/
    }