@charset "UTF-8";


@media screen and (max-width: 1400px) {
    .header .right .info .order .buttonA {
        min-width: 15rem;
    }
}
@media screen and (max-width: 1024px) {
    /*aimate.min.css無効化*/
    .animated {
        animation-duration: 0s !important;
        /* 他の必要なスタイルをここに追加 */
    }




    /*汎用*/
    h2 {
        font-size: 2.5rem !important;
    }
    h3 {
        font-size: 2.3rem !important;
    }
    h4 {
        font-size: 2.1rem !important;
    }
    [class*="_cnt"] {
        padding: 5rem 0 !important;
    }
   
    .flex {
        display: block !important;
    }
    .buttonA {
        width: 100%;
    }



    /*header*/
    .header {
        width: 100%;
        height: 6rem;
    }
    .header .left {
        width: 100%;
    }
    .header .right {
        width: initial;
        min-width: initial;
    }
    .header .right .info {
        width: 100%;
        height: 12rem;
        padding: 1rem 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #f5e327;
        display: block;
    }
    .header .right .info .tel p:first-of-type {
        display: none;
    }
    .header .right .info .tel p {
        font-size: 1.2rem;
        margin: 0 0 1rem;
    }
    .header .right .info .order .buttonA {
        font-size: 2.5rem;
        width: 80%;
        margin: auto;
    }
    .header .right .nav {
        width: 100%;
    }
    .header .right .nav .ul {
        width: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8);
    }
    .header .right .nav .li {
        height: 5rem;
        border-bottom: 0.1rem solid #ccc;

    }
    .header .right .nav .li p {
        width: 100%;
        height: inherit;
    }
    .header .right .nav .li a {
        height: inherit;
        display: grid;
        align-items: center;
    }
    .header .right .nav .li:first-of-type {
        display: block;
    }
    /*-----以下ハンバーガーメニュー-----*/
    #wrapper .nav.globalMenuSp {
        /*管理画面用*/
        position: initial;
        transform: initial;
    }
    /*common.cssでnavに高さが与えられている場合はheight:initial;を追加*/
    .nav.globalMenuSp {
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        /*background:rgba(0,0,0,0.8);*/
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }


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


    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 13px;
        top: 7px;
        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 #1f4da0;
        -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: #1f4da0;
        font-size: 1.2rem;
        font-weight: bold;
        top: 3.5rem;
    }


    /* 最初の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);
    }

    /*pagetop*/
    .pagetop {
        display: none;
    }




    /*main*/
    .maintitle {
        height: 13rem;
    }
    .bottom .inner .flex :is(.tel, .order) {
        width: 100%;
    }
    .bottom .inner .flex .tel {
        margin: 0 auto 1rem;
    }




    /*footer*/
    .footer {
        padding: 10rem 0 14rem;
    }
}
@media screen and (max-width: 768px) {
 .col2 {
        display: block !important;
    }
    .col2 .left {
        width: 100% !important;
        margin: 0 0 3rem;
    }
    .col2 .right {
        width: 100% !important;
    }
}