@charset "utf-8";

/* RWD */
@media screen and (max-width: 1280px) {
	.homepage img,
	.recruit-page img {
		/*max-width: 100%;*/
		max-width: inherit;
	}
    .homepage .contents_top {
        max-width: calc(100% - 40px);
    }
    .homepage .contents_top + div {
    	padding: 0 20px;
    }
    .homepage .top_copy {
        font-size: 26px;
    }
    .homepage .top_banner {
        width: 48%;
    }
    .homepage .bg_kuro {
        width: 100%;
        height: auto;
        min-height: 95px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .homepage .contents_info {
    	max-width: calc(100% - 40px);
    	box-sizing: border-box;
    }
    .homepage .width49 {
    	width: 49%;
    }
    .homepage .top_img {
    	margin-bottom: 0;
    }

    .homepage .bx-wrapper {
    	margin-bottom: 40px;
    }
    .homepage .top_info iframe {
    	max-width: 100%;
    }

    .recruit-page ul.rec_bnr li {
    	width: 48%;
    	padding: 0;
    	margin-right: 4%;
    }
    .recruit-page ul.rec_bnr li:nth-child(even) {
    	margin-right: 0;
    }
    .recruit-page .ttl_gallery {
    	max-width: calc(100% - 40px);
    	margin: 0 auto;
    	position: relative;
    }
    .recruit-page .ttl_inn {
    	max-width: calc(100% - 40px);
    }
    .recruit-page .ttl_inn--ct-2 img {
    	max-width: 550px;
    	width: 100%;
    	display: block;	
    	margin-bottom: 10px;
    }
    .recruit-page .contents_photo {
    	max-width: calc(100% - 40px);
    }

    .delivery-page .ttl_deli--ct {
    	position: relative;
    	padding: 260px 10px 0;
    }
    .delivery-page .ttl_inn--ct {
    	position: absolute;
    	bottom: -62px;
    	left: 0;
    	width: 100%;
    	padding: 0 20px;
    }
    .delivery-page .ttl_inn--ct img {
    	display: block;
    	max-width: 280px;
    	width: 100%;
    }
    .delivery-page .waku_umi {
    	margin-top: 70px;
    }
    .delivery-page .inn_deli {
    	max-width: calc(100% - 40px);
    	background-size: 70% auto;
    	background-position: 100% 100%;
    }
    .delivery-page .ttl_about {
    	max-width: 100%;
    }
    .delivery-page .ttl_about2 {
        max-width: 100%;
    }
    .delivery-page .ttl_depot .ttl_inn {
        max-width: calc(100% - 40px);
    }
    .delivery-page .depot-sec {
        padding: 0 20px;
    }
    .delivery-page .depot-sec table {
        height: auto;
        margin-bottom: 20px !important;
    }
    .delivery-page .depot-sec td.ct-td {
        padding-top: 10px;
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .delivery-page p[style="margin-bottom:180px;"] {
        margin-bottom: 90px !important;
    }
}

@media screen and (max-width: 768px) {

    .homepage .top_copy {
        font-size: 22px;
    }
    .homepage .top_banner {
        width: 100%;
        max-width: 505px;
        margin: 0 auto 25px auto;
        float: none;
    }
    .homepage .top_banner:last-child {
    	margin-bottom: 0;
    }
    .homepage .top-pop__wrap {
    	margin-top: 5%;
    }
        .homepage .top-pop__list li img{
        max-width: inherit;
    }
    
    .homepage ul.add li {
    	width: 100%;
        font-size: 14px;
    	margin-bottom: 20px;
    }
    .homepage ul.add li:last-child {
    	margin-bottom: 0;
    }
    .homepage ul.add {
    	margin-left: 0;
    }
    .homepage .contents_info {
    	padding-top: 20px;
    }
    .homepage .bg_kuro {
    	background-position: 98% 80%;
    }

    .recruit-page .ttl_recruit--ct {
    	position: relative;
    	padding: 270px 10px 0;
    }
    .recruit-page .ttl_inn--ct {
    	position: absolute;
    	top: 75px;
    	left: 0;
    	width: 100%;
    	padding-top: 128px;
    }
    .recruit-page .contents--ct {
    	margin-top: 100px;
    }
    .recruit-page .ttl_inn--ct img {
    	max-width: 350px;
    	width: 100%;
    	display: block;
    	margin: 20px 0;
    }
    .recruit-page table.youkou td, 
    .recruit-page table.youkou th {
    	width: 100%;
    	float: left;
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .recruit-page .youkou dl dt {
    	width: 100%;
    	font-weight: bold;
    }
    .recruit-page .youkou dl dd {
    	margin-left: 0;
    	margin-bottom: 12px;
    }
    .recruit-page .youkou dl dd:last-child {
    	margin-bottom: 0;
    }
    .recruit-page .youkou dl dt.ct-dt {
    	margin-bottom: 10px;
    }
    .recruit-page .ttl_bosyu {
    	font-size: 20px;
    }
    .recruit-page table.youkou {
    	margin-bottom: 50px;
    }
    .recruit-page .ttl_gallery {
    	padding: 270px 10px 0;
    	margin-bottom: 80px;
    }
    .recruit-page .ttl_inn--ct-2 {
    	position: absolute;
    	bottom: -60px;
    	left: 0;
    	width: 100%;
    	padding: 0;
    	max-width: 100%;
    	font-size: 14px;
    }
    .recruit-page .not-show-on-sp {
    	display: none;
    }

    .delivery-page .ttl_about,
    .delivery-page .ttl_about2 {
        font-size: 20px;
        width: 100%;
    }
    .delivery-page p[style="margin-bottom:180px;"] {
        margin-bottom: 0 !important;
    }
    .delivery-page .inn_deli {
        height: auto;
        padding-bottom: 70vw;
        background-position: bottom center;
        background-size: 100% auto;
    }
    
    .delivery-page .waku_umi {
        background-size: cover;
        margin-bottom: 0;
    }

    .delivery-page .ttl_depot {
        position: relative;
        padding: 160px 0;
    }
    .delivery-page .ttl_depot .ttl_inn {
        padding: 0 20px;
        position: absolute;
        bottom: -26px;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .delivery-page .ttl_depot .ttl_inn img {
        display: block;
        max-width: 280px;
        width: 100%;
    }
    .f_kuro ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0;
        text-align: center;
    }

    #footer .f_kuro li:nth-child(1),
    #footer .f_kuro li:nth-child(2),
    #footer .f_kuro li:nth-child(3),
    #footer .f_kuro li:nth-child(4){
        width: 25%;
    }

    #footer .f_kuro li:nth-child(5){
        width: 39%;

    }
    #footer .f_kuro li:nth-child(6){
        width: 24%;
    }
    #footer .f_kuro li:nth-child(7){
        width: 37%;
    }
}

@media screen and (max-width: 500px) {
	.homepage .width49 {
		width: 100%;
		margin-bottom: 20px;
	}
	.homepage .top_info iframe {
    	height: 250px;
    }

    .recruit-page ul.rec_bnr li {
    	width: 100%;
    }

    .delivery-page .depot-sec td {
        float: left;
        width: 100%;
    }

    .homepage .top_img_pc {
        display: none;
    }
    .homepage .top_img_sp {
        display:block;
    }
    .homepage .top_img_sp img {
        width: 100%;
        max-width: inherit;
    }
    .homepage .bg_kuro br {
        display: none;
    }
}
/* End RWD */