@charset "utf-8";
/* 
サイト固有の記述
*/

.contact_infoarea .infobox{box-sizing: border-box;}

/* 全体（色系）*/
body {
}

/* モニター以上*/
@media screen and (min-width: 1560px) {
    body {
        #main_visual .copy_text img {
            width: 100% !important;
        }
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        #main_visual .copy_text img {
            width: 80%;
        }

        &.guide {
            .ttl05 {
                border-bottom: solid 2px #e06228;
            }
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        #main_visual {
            height: calc(100vh - 60px);
        }

        #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
            height: 93vh;
        }

        header.fixed {
            border-top: none;
            width: 100%;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        &.home header .header_drawer_toggle .gnav-trg {
            top: 7px;
            right: 20px;
        }

        &.home header.fixed .header_drawer_toggle .gnav-trg {
            top: 10px;
            right: 20px;
        }

        .container_side {
            margin-left: 0;
            max-width: 100%;
        }

        .tbl_list02 li .list_ttl {
            width: 110px;
            padding: 15px 10px;
        }

        .tbl_list02 li:before {
            width: 130px;
        }

        .gnav .gnav__inr .header-drawer-nav li {
            padding-top: 15px;
            padding-bottom: 15px;
        }
    }
}
