@charset "utf-8";

/* CSS Document */
.paging-sort {
    margin-bottom: 0;
}

.movie-area {
    margin-bottom: 4rem;
}

.movie-ttl {
    font-size: 4rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1em;
}

.movie-ttl span{
    display: block;
    font-size: 2rem;
}


.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
}

.movie-list li {
    width: 32%;
    margin: 0 0 2rem;
}

.movie-list li div {
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.movie-list li div iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}


@media screen and (max-width: 800px) {
    .movie-list {
        justify-content: center;
    }
    
    .movie-list li {
        width: 80%;
    }

}



/* serch-area */
.sec-recruit .serch-area {
    padding: 3rem;
    background: #323335;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    border-radius: 5px;
    display: block;
}

.sec-recruit .serch-btn {
    padding-top: 2em;
}

.btn-link-lb.serch a {
    position: relative;
}

.btn-link-lb.serch a:before {
    font-family: 'icoairport';
    content: "\e923";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    font-weight: normal;
    color: #fff;
}

.sec-recruit .serch-btn .btn-link-lb {
    margin: 0 auto;
}

.sec-recruit .paging-display ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-recruit .paging-display ul li {
    width: 46%;
}

.sec-recruit .paging-display ul li:first-child {
    position: relative;
}

.sec-recruit .paging-display ul li:first-child:before, .sec-recruit .paging-display ul li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    height: 27px;
    width: 5px;
    background: #fff;
    right: -8%;
    top: 55%;
}

.sec-recruit .paging-display ul li:first-child:before {
    transform: rotate(45deg);
}

.sec-recruit .paging-display ul li:first-child:after {
    transform: rotate(-45deg);
}

.sec-recruit .paging-display ul li p {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.sec-recruit .serch-area .paging-display dl dt {
    border-radius: 0;
}

/* inner-s */
.sec-recruit .inner-s {
    max-width: 132rem;
    margin: 0 auto;
}

/* shop-list */
.sec-recruit .shop-list ul li a {
    display: block;
}

.sec-recruit .shop-list ul li .txt-info {
    background: #fff;
    border-radius: 10px;
    padding: 3rem 2rem 10rem;
    height: 100%;
    position: relative;
}

.sec-recruit .shop-list ul li .txt-info .category {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

.sec-recruit .shop-list ul li .txt-info .category span {
    color: #005BAC;
    font-size: 1.4rem;
    padding: 0 2.5rem;
    margin-bottom: .5em;
    margin-right: 2%;
    border: 1px solid #005BAC;
    font-weight: bold;
    display: inline-block;
}


.sec-recruit .shop-list ul li .txt-info .ttl-shop-copy {
    color: #005BAC;
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.sec-recruit .shop-list ul li .txt-info .ttl-shop {
    font-size: 2.0rem;
    margin-bottom: 0.5em;
}

.sec-recruit .shop-list ul li .txt-info .txt-salary,
.sec-recruit .shop-list ul li .txt-info .txt-time,
.sec-recruit .shop-list ul li .txt-info .txt-place {
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .25em;
    padding-left: 2.2rem;
}

.txt-salary:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/common/ico_yen.svg")no-repeat;
    width: 17px;
    height: 17px;
    left: 0;
    top: .3em;
    background-size: contain;
}

.txt-time:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/common/ico_time.svg")no-repeat;
    width: 17px;
    height: 17px;
    left: 0;
    top: .3em;
    background-size: contain;
}

.txt-place:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/common/ico_place.svg")no-repeat;
    width: 17px;
    height: 17px;
    left: 0;
    top: .3em;
    background-size: contain;
}

.shop-list .btn-link-lb {
    width: 80%;
    margin: 1.5em auto 0;
    position: absolute;
    bottom: 3rem;
    left: 0;
    left: 10%;
}

.shop-list .btn-link-lb a {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #00AFD6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    padding: .75em 1em;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.shop-list .btn-link-lb.map a::before {
    font-family: 'icoairport';
    content: "\e916";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    font-weight: normal;
}

@media screen and (max-width: 800px) {


    .sec-recruit .paging-display ul li p {
        font-size: 1.8rem;
    }

    .sec-recruit .paging-display ul {
        display: block;
    }

    .sec-recruit .paging-display ul li {
        width: 100%;
        margin-left: 0;
    }

    .sec-recruit .paging-display ul li:first-child {
        margin-bottom: 3em;
    }

    .sec-recruit .paging-display ul li:first-child:before, .sec-recruit .paging-display ul li:first-child:after {
        content: "";
        display: block;
        position: absolute;
        height: 27px;
        width: 5px;
        background: #fff;
        right: 50%;
        bottom: -4.2em;
        top: auto;
    }

    .sec-recruit .paging-display ul li:first-child:before {
        transform: translateY(-50%) rotate(45deg);
    }

    .sec-recruit .paging-display ul li:first-child:after {
        transform: translateY(-50%) rotate(-45deg);
    }

    .sec-recruit .shop-list ul li .txt-info {
        padding: 2rem 2rem 8rem;
    }

    .sec-recruit .shop-list ul li .txt-info .category span {
        font-size: 1.2rem;
    }

    .sec-recruit .shop-list ul li .txt-info .ttl-shop-copy {
        font-size: 1.8rem;
    }

    .sec-recruit .shop-list ul li .txt-info .ttl-shop {
        font-size: 1.6rem;
    }

    .sec-recruit .shop-list ul li .txt-info .txt-salary,
    .sec-recruit .shop-list ul li .txt-info .txt-time,
    .sec-recruit .shop-list ul li .txt-info .txt-place {
        font-size: 1.4rem;
        font-weight: bold;
        position: relative;
    }

    .txt-salary:before,
    .txt-time:before,
    .txt-place:before {
        width: 1.4rem;
        height: 1.4rem;
    }

    .shop-list .btn-link-lb {
        width: 84%;
        left: 8%;
    }

    .shop-list .btn-link-lb a {
        font-size: 1.6rem;
        padding: .75rem;
    }
	.btn-sort dt{
		max-width: 665px;
	}
	/* .btn-sort dt{
		max-width: auto;
		width: 100%;
	} */
}
@media screen and (max-width: 400px){
	.list-3col>ul>li {
		width: 100%;
	}
}
/* ---------------------------------------------
detail.html
-------------------------------------------------*/
/* pht-box */
.pht-box ul {
    display: flex;
    justify-content: center;
}

.pht-box ul li:not(:last-child) {
    margin-right: 1em;
}

.pht-box ul figure img {
    width: 100%;
}

/* txt-detail */
.txt-detail {
    background: #fff;
    border-radius: 10px;
    padding: 2em 0;
    margin: 2em 0;
}

.txt-detail table {
    margin: 0 auto;
    border: none;
    width: 90%;
}

.txt-detail table tr {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.txt-detail table th {
    text-align: center;
    width: 25%;
    border: none;
}

.txt-detail table td {
    border: none;
}

.txt-detail table td .col2-block {
    align-items: center;
}

.txt-detail table td .btn-td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.txt-detail table td .btn-td .btn-link-lb {
    width: 333px;
}

.txt-detail .btn-link-lb a {
    text-decoration: none;
}

/* btn-backDetail */
.btn-backDetail .btn-back {
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .txt-detail table td .btn-td .btn-link-lb {
        width: 100%;
    }

    .txt-detail table th, .txt-detail table td {
        display: block;
        width: 100%;
    }

    .txt-detail table th {
        padding: 1em;
    }

    .txt-detail table td {
        padding: 1em 1em 2em;
    }

    .txt-detail table td .col2-block .block-r {
        margin-left: 0;
    }
}
