@charset "utf-8";
/* 
サイト固有の記述
*/
.bg02:before{z-index:1!important;}
/* 全体（色系）*/
body {
	img.border20 {
		border-radius: 0px;
	}
    .tp_sec02 {
        .sub_images_ul .li figure {
            margin-bottom: 15px;
        }
    }

    &.franchise-owner {
        .sec02 {
            .sub_images_ul .li figure {
                margin-bottom: 15px;
            }
        }
    }
	header .h1{
		    margin-top: -40px;
		    background-color: #f7ea3900;
			@media screen and (max-width: 767px) {
				margin-top: 0;
			}
	}
}

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

		.header-nav {
			padding: 20px;
		}
		
        .header-nav li:first-child {
            border-left: none;
        }

        .tp_sec01 {
            .layout_a .imgbox {
                width: 52%;
            }

            .layout_a .txtbox {
                margin-right: 80px;
            }
        }

        .add_menu {
            .layout_a .imgbox {
                width: 52%;
            }

            .layout_a .txtbox {
                margin-right: 80px;
            }
        }

        .tp_sec04 {
            .layout_b .imgbox {
                width: 52%;
            }

            .layout_b .txtbox {
                margin-left: 80px;
            }
        }

        &.commitment {
            .sec00 {
                .layout_a .imgbox {
                    width: 52%;
                }

                .layout_a .txtbox {
                    margin-right: 80px;
                }

                .layout_b .imgbox {
                    width: 52%;
                }

                .layout_b .txtbox {
                    margin-left: 80px;
                }
            }
        }

        &.store {
            .sec01 {
                .layout_b .imgbox {
                    width: 52%;
                }

                .layout_b .txtbox {
                    margin-left: 60px;
                }

                hr {
                    border-bottom: solid 1px #000;
                    padding-bottom: 20px;
                    margin-bottom: 15px;
                }
            }
        }

        &.franchise-owner {
            .sec01 {
                .layout_a .imgbox {
                    width: 52%;
                }

                .layout_a .txtbox {
                    margin-right: 60px;
                }
            }

            .sec03 {
                .layout_a .imgbox {
                    width: 52%;
                }

                .layout_a .txtbox {
                    margin-right: 80px;
                }

                .layout_b .imgbox {
                    width: 52%;
                }

                .layout_b .txtbox {
                    margin-left: 80px;
                }
            }

            .sec04 {
                padding: 120px 0;
            }
        }

        .contact_infoarea {
            padding: 0 5%;
        }
    }
}

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

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        #main_visual .copy_text {
            inset: 50% 0 0 0;
            left: 10%;
        }

        .tbl_list01 li .tbl_ttl {
            padding: 15px 10px;
            width: 100%;
            border-radius: 6px 6px 0px 0px;
        }

        .tbl_list01 li .tbl_body {
            padding: 15px 10px;
            border-radius: 0px 0px 6px 6px;
        }
		
		.bnr_flex li a figure figcaption img {
			height: 50x;
		}
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
		
		/*.parts_demo_sns .txtbox .screen{
			top: 45px;
		}*/
		
        #main_visual .copy_text {
            inset: -130px 0 0 0;
            left: 0%;
        }

        .leadarea01 {
            background-image: url(../images/home/sp_leadarea_bg01.jpg);
        }
        
        .tp_sec02 {
            .ttl_img01 img {
                width: 90%;
            }
        }

        .tp_sec04 {
            .leadbox figure img {
                    aspect-ratio: 39 / 25;
            }

            .leadbox figure figcaption {
                width: 80%;
            }
        }

        &.franchise-owner {
            .sec03 {
                .f40 {
                    font-size: 24px;
                }

                .f60 {
                    font-size: 32px;
                }
            }
        }
		
		    .bnr_flex li a figure figcaption img {
        height: 18px;
    }
    }
}
