@charset "UTF-8";
@media screen and (max-width: 1024px) {
    /*aimate.min.css無効化*/
    .animated {
        animation-duration: 0s !important;
        /* 他の必要なスタイルをここに追加 */
    }





    /*汎用*/
    [class*="_cnt"] {
        padding: 5rem 0 !important;
    }
    .col2 {
        display: block !important;
    }
    .col2 .left {
        width: 100% !important;
        margin: 0 0 3rem !important;
    }
    .col2 .right {
        width: 100% !important;
    }
    .buttonA {
        width: 100%;
    }
    .buttonA :is(a, span) {
        padding: 0 2em;
    }





    /*header*/
    /*-----以下ハンバーガーメニュー-----*/
    #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: 0px;/*12*/
        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 #005931;
        -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: #005931;
        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);
    }




    /*横スクロール防止*/
    body {
        overflow-x: hidden;
    }
    .main {
        overflow-x: hidden;
    }
    html {
        scroll-padding-top: 9rem;
    }
    img {
        max-width: 100%;
    }




    /*header*/
    .header {
        padding: 0;
    }
    .header h1 {
        display: none;
    }
    .header .logo {
        width: auto;
        left: 5%;
        top: 0.5rem;/*1.5*/
    }
    .header .logo img {
        width: auto;
        height: 5rem;
    }
    .header .nav {
        display: block;
    }
    .header .nav .info {
        height: initial;
    }


    /*ハンバーガーメニュー（縦並び・全項目表示・スクロール可）*/
    .nav.globalMenuSp {
        height: 100vh;
        background: rgba(255, 255, 255, 0.97);
        overflow-y: auto;
        /*padding: 9rem 8% 4rem;*/
        padding: 6rem 8% 4rem;
    }
    .nav.globalMenuSp .ul {
        display: block;
        padding: 0;
    }
    .nav.globalMenuSp .li {
        display: block;
        border-bottom: 0.1rem solid #ddd;
    }
    .nav.globalMenuSp .li:first-of-type {
        display: block;
    }
    .nav.globalMenuSp .li::before {
        content: none !important;
    }
    .nav.globalMenuSp .li a {
        display: block;
        padding: 1.6rem 0;
    }
    .nav.globalMenuSp .info {
        position: static;
        width: 100%;
        margin: 3rem 0 0;
        padding: 2rem 0;
        border-radius: 0.5rem;
    }




    /*mainimg*/
    .mainimg {
        height: 20rem;
    }
    .mainimg h2 {
        top: auto;
        bottom: 2rem;
        left: 5%;
        font-size: 2.6rem;
    }
    .reserve h3 {
        font-size: 2.4rem;
    }
    .reserve .col2 {
        width: 100%;
    }
    .reserve .col2 a::before {
        top: calc(50% - 1.1rem);
    }
    /*.reserve .col2 .left a::before {
        width: 2.2rem;
        min-width: 2.2rem;
        height: 2.2rem;
        background-size: 80%;
    }
    .reserve .col2 .right a::before {
        width: 2.2rem;
        min-width: 2.2rem;
        height: 2.2rem;
        background-size: 80%;
    }*/
  .reserve .col2 .right a::before {
        width: 3.2rem;
        min-width: 2.2rem;
        height: 3.2rem;
        background-size: 65%;
    }
.reserve .col2 .left a::before {
        width: 3.2rem;
        min-width: 2.2rem;
        height: 3.2rem;
        background-size: 50%;
    }
    .reserve .col2 :is(.left, .right) a {
        font-size: 2.4rem;
    }
    .bottom .inner {
        width: 100%;
    }
    .bottom .inner .col2 {
        width: 100%;
    }
    .bottom .inner .col2 a::before {
        top: calc(50% - 1.1rem);
    }
    /*.bottom .inner .col2 .left a::before {
        width: 2.2rem;
        min-width: 2.2rem;
        height: 2.2rem;
        background-size: 80%;
    }*/
      .bottom .inner .col2 .left a::before {
        width: 3.2rem;
        min-width: 2.2rem;
        height: 3.2rem;
        background-size: 50%;
    }
    /*.bottom .inner .col2 .right a::before {
        width: 2.2rem;
        min-width: 2.2rem;
        height: 2.2rem;
        background-size: 80%;
    }*/
        .bottom .inner .col2 .right a::before {
        width: 3.2rem;
        min-width: 2.2rem;
        height: 3.2rem;
        background-size: 65%;
    }
    .bottom .inner .col2 :is(.left, .right) a {
        font-size: 2.4rem;
    }


    /*pagetop*/
    .pagetop {
        right: 4%;
        bottom: 3rem;
        width: 5rem;
        height: 5rem;
    }




    /*見出し*/
    h3 {
        font-size: 2.4rem;
    }
}