/* ----- フェードインのcss ----- */

.scroll-fade {
    opacity: 0;
    transition: all 1.5s
        /*処理にかかる時間*/
    ;
}

.scroll-up {
    opacity: 0;
    transform: translateY(50px)
        /*スクロールアップする距離*/
    ;
    transition: all 0.7s
        /*処理にかかる時間*/
    ;
}

.scroll-up.done,
.scroll-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.load-fade {
    opacity: 0;
    transition: all 1.5s
        /*処理にかかる時間*/
    ;
}

.load-up {
    opacity: 0;
    transform: translateY(100px)
        /*スクロールアップする距離*/
    ;
    transition: all 1.5s
        /*処理にかかる時間*/
    ;
}

.load-up.done,
.load-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.nav_btn{
    display: none;
}

a,h2,h3{
    color: #319500;
}

footer a,.ft_adrss span{
    color: #000;
}

footer a.tel{
    color: #319500;
}

/* =======================
　　　      SP
======================= */

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

    .pc{
        display: none;
    }

    .inner_wrap {
        padding: 0 10px;
    }

    /* ----- @SP_header ----- */

    .lang_btn_wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #319500;
        height: 40px;
    }

    .lang_btn_wrap li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 30px;
        margin-right: 5px;
        font-size: 14px;
        /* font-weight: bold; */
        color: #fff;
        border: #fff 1px solid;
    }

    .sp_hd_wrap {
        width: 100%;
        height: 90px;
        padding: 0 10px;
        border-bottom: 1px solid #319500;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd_logo_wrap {
        width: 155px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .hd_nav {
        visibility: hidden;
        opacity: 0;
        width: 100vw;
        height: 100vh;
        background-color: #319500;
        position: fixed;
        top: 0;
        left: 0;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 92px 15px 0px;
    }

    .hd_nav.fade {
        visibility: visible;
        opacity: 0.9;
        z-index: 3;
    }

    .hd_nav li {
        margin-top: 20px;
        margin-bottom: 7px;
    }

    .hd_nav li a {
        color: #fff;
        font-size: 0.8em;
    }

    .hd_nav li a span {
        font-size: 30px;
    }

    .hd_nav_sp {
        padding-left: 20px;
    }

    .hd_nav_sp li {
        margin-bottom: 0px;
        font-weight: bold;
        margin-top: 0px;
    }

    .hd_nav_sp_child {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .hd_nav_sp_child li {
        font-weight: normal;
        font-size: 14px;
        margin-top: 0px;
    }

    .hd_nav_sp_bottom {
        margin-top: 20px;
        padding-left: 0px;
    }

    .nav_btn {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* margin-right: 10px; */
        position: fixed;
        top: 34px;
        right: 13px;
        z-index: 100;
        align-items: center;
    
    }
    .nav_btn p {
        font-weight: bold;
        font-size: 0.6rem;
        letter-spacing: 0.05em;
    }

    .nav_btn span:first-child {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 2px;
        margin-bottom: 6px;
        background: #319500;
    }

    .nav_btn span:nth-child(2) {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 2px;
        margin-bottom: 6px;
        background: #319500;
    }

    .nav_btn span:last-child {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 2px;
        background: #319500;
    }

    .nav_btn.close span:nth-child(2) {
        background: #fff;
        transform: translate(0%, 4px) rotate(45deg);
        transition: transform .5s;
    }

    /* .nav_btn.close span:nth-child(2) {
        background: #fff;
        opacity: 0;
        transition: opacity .5s;
    } */

    .nav_btn.close span:last-child {
        background: #fff;
        transform: translate(0%, -4px) rotate(-45deg);
        transition: transform .5s;
        width: 30px;
    }
    /* .nav_btn.close span:first-child {
        background: #fff;
        transform: translate(0%, 9px) rotate(45deg);
        transition: transform .5s;
    }

    .nav_btn.close span:nth-child(2) {
        background: #fff;
        opacity: 0;
        transition: opacity .5s;
    }

    .nav_btn.close span:last-child {
        background: #fff;
        transform: translate(0%, -7px) rotate(-45deg);
        transition: transform .5s;
        width: 30px;
    } */


    /* ----- @SP_footer ----- */

    footer {
        width: 100%;
        border-top: #319500 1px solid;
        /* padding: 0 0 72px; */
    }

    .ft_flex {
        padding: 70px 0;
    }

    .ft_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ft_nav li {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .ft_nav li span{
        font-size: 0.6em;
        margin-top: 0px;
        display: block;
    }

    .ft_nav li a {
        color: #000;
    }

    .ft_nav_child {
        margin-bottom: 10px;
    }

    .ft_nav_child li {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ft_nav_child li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ft_nav_gchild li {
        font-size: 12.8px;

    }

    .ft_nav_small{
        margin-top: 20px;
    }

    .ft_nav_small li {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 12.8px;
        text-align: center;
    }

    li.company a,li.receipt a {
        font-size: 0.8rem;
    }

    .ft_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .ft_info .ft_logo_wrap {
        width: 240px;
        margin-bottom: 20px;
    }

    .ft_adrss {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ft_info p a {
        color: #319500;
        font-weight: bold;
    }

    .ft_adrss a {
        display: inline-block;
        width: 25px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_mappin.svg);
        margin-right: 15px;
    }

    .ft_adrss span {
        font-weight: bold;
        border-bottom: #000 1px solid;
    }


    .ft_tel_box {
        margin-top: 1rem;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

    .ft_tel_box .label {
        text-align: center;
    }

    .ft_tel_box .tel {
        font-family: Arial, Baskerville, monospace;
        font-size: 1.75rem;
    }

    .ft_tel_box .tel .tel_icon {
        display: inline-block;
        width: 20px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_tel.svg);
        margin-right: 8px;
    }

    .ft_tel_box .support {
        font-size: 0.8rem;
    }

    .copy {
        width: 100%;
        height: 70px;
        background-color: #319500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copy p {
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        padding: 0 20px;
    }

    .page_link {
        display: inline-block;
        width: 25px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_link.svg);
        margin-right: 15px;
        vertical-align: middle;
    }

    .reservation_banner {
        width: 200px;
        height: 78px;
        margin: 20px auto 0;
    }

    .reservation_banner_pc {
        display: none;
    }


    /* ----- @SP_fixbtn ----- */

    .fix_area {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        background-color: #fff;
    }

    .fix_btn_wrap {
        display: flex;
        justify-content: space-between;
    }

    .fix_btn_wrap li {
        width: 50%;
    }

    .fix_btn_wrap li a {
        display: inline-block;
        width: 100%;
        height: 70px;
        background-color: #319500;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }




    /* ----- @SP_下層のタイトル ----- */


}





/* =======================
　　　      PC
======================= */

@media screen and (min-width:769px) {

    .sp{
        display: none;
    }

    .inner_wrap {
        width: 90%;
        padding: 0 10px;
        margin: 0 auto;
    }

    /* ----- @PC_header ----- */

    header {
        width: 100%;
        /* height: 150px;
    border-bottom: #319500 2px solid; */
    }

    .lang_btn_wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #319500;
        height: 50px;
    }

    .lang_btn_wrap li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 30px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border: #fff 2px solid;
    }

    .hd_flex {
        height: 100%;
        height: 150px;
        border-bottom: #319500 2px solid;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd_logo_wrap {
        width: 260px;
        padding-left: 50px;
    }

    .hd_nav {
        display: flex;
        height: 100%;
        justify-content: flex-end;
    }

    .hd_nav li {
        width: 250px;
        height: 100%;
        border-left: 2px solid #319500;
    }

    .hd_nav li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: bold;
        color: #319500;
    }

    .hd_nav li a span {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hd_nav li a:hover {
        background-color: #319500;
        color: #fff;
        transition: 0.5s;
    }

    .hd_nav_sp {
        display: none;
    }


    /* ----- @PC_footer ----- */

    footer {
        border-top: 2px solid #319500;
        padding-top: 100px;
    }

    .ft_flex {
        width: 90%;
        margin: 0 auto 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ft_nav li {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ft_nav li span {
        font-size: 0.6em;
        margin-left: 10px;
    }

    .ft_nav li a {
        color: #000;
    }

    .ft_nav li a:hover {
        opacity: 0.6;
        transition: 0.5s;
    }

    .ft_nav_child {
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .ft_nav_child li {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ft_nav_child li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .ft_nav_gchild li {
        font-size: 12.8px;
        margin-left: 20px;

    }

    li.company a,li.receipt a {
        font-size: 0.8rem;
    }

    
    .ft_nav_small {
        margin-top: 20px;
    }

    .ft_nav_small li {
        margin: 0;
        font-size: 12.8px;
    }

    .ft_info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .ft_info .ft_logo_wrap {
        width: 300px;
        margin-bottom: 20px;
    }

    .ft_adrss {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ft_info p a {
        color: #319500;
        font-weight: bold;
    }

    .ft_adrss a {
        display: inline-block;
        width: 25px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_mappin.svg);
        margin-right: 15px;
    }

    .ft_adrss a:hover {
        opacity: 0.6;
        transition: 0.5s;
    }

    .ft_adrss span {
        font-weight: bold;
        border-bottom: #000 2px solid;
    }



    .ft_tel_box {
        margin-top: 0.75rem;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

    .ft_tel_box .label {
        text-align: center;
    }

    .ft_tel_box .tel {
        font-family: Arial, Baskerville, monospace;
        font-size: 1.75rem;
    }

    .ft_tel_box .tel .tel_icon {
        display: inline-block;
        width: 20px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_tel.svg);
        margin-right: 8px;
    }

    .ft_tel_box .support {
        font-size: 0.8rem;
    }

    .copy {
        width: 100%;
        height: 70px;
        background-color: #319500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copy p {
        color: #fff;
        letter-spacing: 2px;
    }

    .page_link {
        display: inline-block;
        width: 25px;
        height: 30px;
        background-size: contain;
        background-image: url(/common/img/top/ico_link.svg);
        margin-right: 15px;
        vertical-align: middle;
    }

    .reservation_banner {
        display: none;
        /* width: 200px;
    margin: auto; */
    }

    .reservation_banner_pc {
        width: 200px;
        margin-top: 20px;
    }


    /* ----- @PC_fixbtn ----- */

    .fix_area {
        position: fixed;
        right: 10px;
        bottom: 10px;
    }

    .fix_btn_wrap li {
        margin-bottom: 15px;
    }

    .fix_btn_wrap li a {
        display: inline-block;
        width: 50px;
        height: 200px;
        writing-mode: vertical-rl;
        border: #319500 2px solid;
        background-color: #319500;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.3em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fix_btn_wrap li a:hover {
        border: #319500 2px solid;
        background-color: #fff;
        color: #319500;
        transition: 0.5s;
    }


    /* ----- @PC_下層のタイトル ----- */



}


/* =======================
　　　      TB
======================= */
@media screen and (min-width:768px) and (max-width:1100px) {

    /* 20230623追加　タブレットでロゴの表示を調整 */
    .hd_logo_wrap {
        width: 20%;
    }

    .hd_logo_wrap img {
        width: 100%;
        min-width: 145px;
    }

    .hd_nav {
        width: 70%;
    }

    /* 20230623追加　タブレットでロゴの表示を調整 */
}

/* 追加_20241127 */
@media screen and (min-width:769px) {
    .bnr-pet img{
        width: 320px;
        margin-top: 30px;
}
}
@media screen and (max-width:768px) {
    .bnr-pet {
        margin: 40px auto -20px;
        text-align: center;
    }
    .bnr-pet img{
        width: 90%;
    }
}