@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.archive__title{
    position: relative;
    height: 320px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/archive/shop__bg--pc.png);
    background-image: url(../../images/archive/shop__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.archive__title.hongkong{
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/archive/hongkong__bg--pc.png);
    background-image: url(../../images/archive/hongkong__bg--pc.png);
}
.archive__title h1{
    width: 100%;
    padding: 0 20px;
    margin-top: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
    .archive__title{
        margin-top: 54px;
        height: 140px;
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/archive/shop__bg--sp.png);
        background-image: url(../../images/archive/shop__bg--sp.png);
    }
    .archive__title.hongkong{
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/archive/hongkong__bg--sp.png);
        background-image: url(../../images/archive/hongkong__bg--sp.png);
    }
    .archive__title h1{
        margin-top: 0;
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .archive__title h1{
        font-size: 18px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	shop
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.archive__shop{
    background: #FEF8E8;
	padding: 0 0 40px;
}
.archive__shop--inner{
	max-width: 1280px;
	margin: 0 auto;
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.archive__shop--inner--tag{
    width: 17.1875%;
}
.archive__shop--inner--list{
    width: 78.125%;
}

@media only screen and (max-width: 1024px) {
    .archive__shop{
        background: #FEF8E8;
    }
    .archive__shop--inner{
        max-width: 100%;
        padding: 0 20px;
        flex-direction: column-reverse;
    }
    .archive__shop--inner--tag{
        width: 100%;
    }
    .archive__shop--inner--list{
        width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	list
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.archive__shop--inner--list .type1__flex3{
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.archive__shop--inner--list .recommendation__card{
    margin-bottom: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	tag
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tag__content--category{
    position: relative;
    background: #C3A76C;
    padding: 10px 26px 10px 20px;
    display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tag__content--category img:nth-of-type(1){
    width: 20px;
    margin-right: 8px;
}
.tag__content--category p{
    color: #fff;
    font-family: "NotoSansJP";
    font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.tag__content--category img:nth-of-type(2),.tag__content--category img:nth-of-type(3){
    position: absolute;
	top: 0;
	bottom: 0;
    right: 12px;
	margin: auto 0;
	width: 14px;
	height: 14px;
}
.tag__content--category img:nth-of-type(3){
    display: none;
}
.tag__content.close .tag__content--category img:nth-of-type(2){
    display: none;
}
.tag__content.close .tag__content--category img:nth-of-type(3){
    display: block;
}
.tag__content--select{
    background: #fff;
    padding: 20px;
}
.tag__content--select div{
    margin-bottom: 12px;
}
.tag__content--select div:last-of-type{
    margin-bottom: 0;
}
.tag__content--select div a{
    color: #333333;
    font-family: "NotoSansJP";
    font-size: 14px;
	font-weight: 400;
	line-height: 1;
}


