@charset "UTF-8";

.f-related-shop .searchResult-ttl {
    background: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/shop/ico-note.svg) left center / 16px auto no-repeat;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 0 21px;
}

.pcOnly .swiper-wrapper {
    left: 10px;
}

.f-keep-box {
    margin-bottom: 20px;
    margin-left: 10px;
    order: 1001;
}

.f-keep-box:last-child {
    margin-bottom: 0;
}

.osusume_ttl ~ .f-keep-box .f-shop_block .bt-list .shop-keep {
    display: block;
}

.osusume_ttl ~ .f-keep-box .f-shop_block .bt-list .shop-detail {
    border-radius: 0 0 10px;
}

.osusume_ttl ~ .f-keep-box .f-shop_block .bt-list .shop-oubo {
    display: none;
}

.f-shop_block {
    position: relative;
    width: calc(100% - 20px);
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001F;
    display: block;
    margin: auto;
}

.f-shop_block .f-campaign {
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.f-shop_block .f-shopname-area {
    flex: 1;
}

.f-shop_block .f-shopname-area h3 {
    margin: 10px 10px 0;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}

.f-shop_block .f-shopname-area .no_banner {
	padding-top: 10px;
}

.f-shop_block .f-shopname-area .area {
    margin: 7px 10px 0;
    color: #000000;
}

.f-shop_block .related-shop-img {
    margin: 0 10px ;
    border-radius: 4px;
    overflow: hidden;
}

.f-shop_block .related-shop-img a,
.f-shop_block .related-shop-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.f-shop_block .money-dl {
    clear: both;
    margin: 9px 10px 0;
    display: flex;
    background-color: #FFF7F7;
    border-radius: 3px;
}

.f-shop_block .money-dl .ttl {
    background-image: linear-gradient(90deg, #FFB388, #FE90A3);
    border-radius: 3px 0 0 3px;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    padding: 5px;
    margin-right: 2px;
    width: 100px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 10px;
}

.f-shop_block .money-dl .txt {
    display: inline-flex;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.f-shop_block .money-dl .txt > span {
    white-space: nowrap;
}

.f-shop_block .money-dl .txt strong {
    font-weight: bold;
    font-size: 19px;
    color: #000000;
    line-height: 22px;
}

.f-shop_block .bt-list {
    display: flex;
}

.f-shop_block .bt-list .shop-keep {
    height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    border-radius: 0 0 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-align: center;
    flex: 1;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    display: block;
}

.f-shop_block .bt-list .shop-keep::before {
    content: "キープする";
    display: inline-block;
    height: 50px;
    padding-left: 24px;
    background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/common/ico-shop-keep.svg");
    background-repeat: no-repeat;
    background-size: 21px 20px;
    background-position: left center;
}

.f-shop_block .bt-list .shop-keep.keeping::before {
    content: "キープ中";
    background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/common/ico-shop-keep-act.svg");
}

.f-shop_block .bt-list > a {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-align: center;
    flex: 1;
    border-top: 1px solid #E5E5E5;
}

.f-shop_block .bt-list > a.shop-oubo {
    background-image: linear-gradient(to right, #FF758C 0%, #FF7EB3 100%);
    color: #FFFFFF;
}

.f-shop_block .bt-list > a:first-child {
    border-radius: 0 0 0 10px;
}

.f-shop_block .bt-list > a:last-child {
    border-radius: 0 0 10px;
}

.f-shop_block .f-campaign.js-show-event-modal{
    cursor: pointer;
}

.swiper-button-next{
    background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/common/ico-arw-k.svg);
        background-repeat: no-repeat;
        right: 5px;
        left: auto;
}

.swiper-button-prev{
    background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/common/ico-arw-k.svg);
        left: 5px;
        right: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}

.info-body{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.swiper-container {
    margin: 15px 35px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}

.swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 4px;
}

.swiper-pagination-bullet-active {
    background: #61d4ca;
}

.spec-list>dl {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
    height: 52px;
    width: 377px;
}

.spec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 10px;
}

.spec-list dt {
	font-size: 10px;
	line-height: 5px;
	color: #CBD9D8;
	text-align: center;
	width: 65px;
	padding-top: 25px;
}

.spec-list .spec-item dt {
	background-repeat: no-repeat;
	background-position: 17px 0;
	background-size: auto 16px;
}

.spec-item dd {
	font-size: 14px;
	width: 270px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    line-height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.spec-item:nth-child(even) {
	background-color: #F5FBFC;
}

.spec-list .spec-item dt {
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: auto 16px;
}

.spec-item {
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: auto 16px;
	font-size: 14px;
	line-height: 19px;
	width: 410px;
}

.spec-item dt {
	background-repeat: no-repeat;
	background-position: 25px 0;
	background-size: auto 16px;
	float: left;
}

.spec-item .is-heart {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-heart.svg");
}

.spec-item .is-pin {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-pin_290.svg");
}

.spec-item .is-yen {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-yen.svg");
}

.spec-item .is-time {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-time.svg");
}

.spec-item .is-bus {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-bus.svg");
}

.spec-item .is-home {
	background-image: url("https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/menesth-job/assets/img/user/search/ico-blue-home.svg");
}

.spec-item a {
	color : #0C83DF;
}

.shop-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.related-shop-img.image-cropper {
    width: 105px;
    height: 81px;
    overflow: hidden;
    position: relative;
}

.related-shop-img.image-cropper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related-shop-name, .related-shop-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-shop-name {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    max-width: 254px;
}

.related-shop-title{
    font-weight: bold;
    font-size: 16px;
    color: #61D4CA;
    margin-top: 5px;
    max-height: 50px;
    max-width: 256px;
    line-height: 20px;
}

.f-shop .type-list {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    list-style: none;
}

.f-shop .type-item {
    margin: 5px 0 5px 10px;
    line-height: 20px;
}

.f-shop .type-item:first-child{
    margin: 5px 0 5px 10px;
}

@media (max-width: 834px) {

    .spOnly {
		display: block;
	}

	.pcOnly {
		display: none;
	}

    .f-shopDetail .link-wrapper {
        position: relative;
    }

    .related-shop-name .name-link::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
    }

    .f-shop_block.non_campaign .f-campaign {
        display: none;
    }

    .f-shop_block.non_campaign .f-shopname-area h3 {
        margin-top: 0;
    }

    .f-shop_block.non_campaign .related-shop-img {
        height: 8rem;
        width: 10.5rem;
        float: left;
        margin: 1rem 0 1rem 1rem;
    }

    .f-shop_block.non_campaign {
        background-image: none;
        padding-top: 0;
    }

    .f-shop_block.non_campaign .f-shopname-area {
        padding-top: 1rem;
        width: calc(100% - 11.5rem);
        float: right;
        margin-bottom: 1rem;
    }

    .f-shop_block {
        box-shadow: 0 0 0.4rem #0000001F;
        margin: 1rem;
    }

    .f-related-shop .searchResult-ttl
    {
        margin: 2rem;
    }

    .f-shop_block .money-dl .ttl {
        width: 90px;
        height: 32px;
        padding: 0 5px;
    }
}

@media (min-width: 835px) {

    .f-related-shop {
    width: 140%;
    margin: 50px 0 0;
    }

    .spOnly {
		display: none;
	}

	.pcOnly {
		display: block;
	}

    .f-shop_block.non_campaign .f-campaign {
        font-weight: bold;
        color: #D0D0D0;
        height: 38px;
        background-image: none;
        background-color: #EFEFEF;
        border-radius: 6px 6px 0 0;
        line-height: 38px;
        padding-left: 16px;
    }

    .f-shop_block.non_campaign .f-campaign::before {
        content: "キャンペーン対象外店舗";
    }

    .f-shop_block .f-shopname-area h3 a {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

	.f-shop_block .f-shopname-area .no_banner a {
		padding-top: 10px;
	}

    .f-shop_block {
        width: 400px;
        margin-top: 0;
        margin-left: 0;
    }
}