@charset "UTF-8";
@media screen and (max-width: 1024px) {


    h3 {
        font-size: 2rem !important;
    }


    /*汎用*/
    .inner {
        width: 90%;
    }
    .col2 {
        display: block !important;
    }
    [class*="_cnt"] {
        padding: 5rem 0 !important;
    }
    .catch {
        font-size: 1.8rem !important;
    }




    /*header*/
    header{
        height: 7rem;
    }
    header .col2 .left {
        height: inherit;
        display: grid;
        align-items: center;
    }
    header .col2 .left a {
        height: initial;
        line-height: 1 !important;
        display: block;
    }
    header .col2 .left h1 {
        margin: initial;
        line-height: initial;
        height: initial;
    }
    header .col2 .right {}
    header .col2 .right nav {
        width: 100%;
        height: initial;
        display: block;
        background: rgba(255, 255, 255, 0.9);
    }
    header .col2 .right nav ul {
        width: 100%;
        display: block;
    }
    header .col2 .right nav .info .flex {
        justify-content: center;
    }
    header .col2 .right nav .info .flex .tel {
        font-size: 2.4rem;
    }
    header .col2 .right nav .info {
        padding: 1rem 0;
        background: #aee8a7;
    }
    header .col2 .right nav .info>p {
        width: 70%;
        max-width: 25rem;
        margin: auto;
    }
    header .col2 .right nav .info em {
        background: #fff;
    }
    header .col2 .right nav .info .flex p:not(.tel) br {
        display: none;
    }
    /*-----以下ハンバーガーメニュー-----*/

    nav.globalMenuSp {
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }

    nav.globalMenuSp ul {
        /*background: #ccc;*/
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
        margin-bottom: initial;
        width: 80%;
        margin: auto;
    }

    /* 最後はラインを描かない */
    nav.globalMenuSp ul li:last-child {
        border: none;
    }

    nav.globalMenuSp ul li a {
        display: block;
        padding: 1em 0;
        font-size: 1.6rem;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
    }


    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 5rem;
        top: 12px;
        width: 42px;
        height: 51px;
        cursor: pointer;
        z-index: 30;
        /*background: #666;*/
        text-align: center;
    }

    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #6b608d;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }

    .navToggle span:nth-child(1) {
        top: 9px;
    }

    .navToggle span:nth-child(2) {
        top: 18px;
    }

    .navToggle span:nth-child(3) {
        top: 27px;
    }

    .navToggle span:nth-child(4) {
        border: none;
        color: #6b608d;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
    }


    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }





    /*main*/
    .mainimg {
        aspect-ratio: initial;
        height: 40rem;
    }
    .bottom::after {
        content: initial;
    }
    .bottom .flex {
        display: block;
    }
    .bottom h2 {
        width: 100%;
        display: block;
        position: initial;
        font-size: 2.4rem;
        text-align: center;
        border-radius: 1rem;
        margin: 0 auto 1rem;
    }
    .bottom h2 {
        font-size: 2rem;
    }
    .bottom h2 span {
        display: block;
    }
    .bottom p {
        text-align: center;
        font-size: 1.2rem;
    }
    .bottom p a {
        font-size: 2em;
    }




    /*footer*/
    footer .flex {
        display: block;
    }
    footer .flex .center address span {
        display: block;
    }
    footer nav {
        height: 5rem;
    }
    footer nav ul {
        display: none;
    }
    footer nav li {
        font-size: 1.2rem;
    }
    footer .flex .left .logo {
        width: fit-content;
        margin: 0 auto;
    }
    footer .flex .center {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1rem;
        justify-content: center;
        text-align: center;
        margin: 0 0 3rem;
    }
    footer .flex .center .add {
        width: 100%;
    }
    footer .flex .right .icon{
        width: fit-content;
        margin: auto;
    }














}