/* CSS Document */


/* =========================================================
     SHOP LIST
========================================================= */
/* ITEMS
--------------------------------------------------------- */
body#shoplist {
}
#wrapper.shoplist {
    overflow: hidden;
}
/* ul.shop_aria_list
--------------------------------------------------------- */
body#shoplist ul.shop_aria_list{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
body#shoplist ul.shop_aria_list li {
	position: relative;
}

body#shoplist ul.shop_aria_list li:not(:last-of-type)::before {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: #222;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body#shoplist ul.shop_aria_list li.active span,
body#shoplist ul.shop_aria_list li span:hover {
	color: #7a57b2;
	transition: 0.2s;
    text-decoration: none;
}
body#shoplist ul.shop_aria_list li span {
	display: block;
	padding: 0 25px;
	cursor: pointer;
    color: #222;
}

/* shop_asterisk_box
--------------------------------------------------------- */
#ambassador_Aria h2 {
    text-align: center;
    width: 240px;
    margin: -50px auto 50px;
}

/*#ambassador_Aria h2 {
    text-align: center;
    color: #d6b27b;
    font-size: 50px;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}
#ambassador_Aria h2 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 100;
}
#ambassador_Aria h2::before, #ambassador_Aria h2::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #d6b27b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#ambassador_Aria h2::before {
    top: -10px;
}
#ambassador_Aria  h2::after {
    bottom: -10px;
}*/
/* shop_asterisk_box
--------------------------------------------------------- */
.ctgl_icon {
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.ctgl_icon.icon_life {
    background: #d382b1;
}
.ctgl_icon.icon_food {
    background: #7a57b2;
}
/* shop_asterisk_box
--------------------------------------------------------- */
body#shoplist .shop_asterisk_box {
	background: #fff;
	padding: 30px;
}
body#shoplist .shop_asterisk_box .shop_asterisk_ttl {
	line-height: 1;
	margin-bottom: 15px;
}
body#shoplist .shop_asterisk_box ul.color_icon_list {
	font-size: 14px;
}

body#shoplist .shop_asterisk_box ul.color_icon_list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.25em;
} 
body#shoplist .shop_asterisk_box ul.color_icon_list li > span {
	display: inline-block;
}
body#shoplist .shop_asterisk_box .color_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.45em;
}
body#shoplist .shop_asterisk_box .color_icon_text {
	width: 12em;
}
body#shoplist .shop_asterisk_box .color_icon.life {
	background: #d382b1;
}
body#shoplist .shop_asterisk_box .color_icon_text.life {
	color: #d382b1;
}
body#shoplist .shop_asterisk_box .color_icon.food {
	background: #7a57b2;
}
body#shoplist .shop_asterisk_box .color_icon_text.food {
	color: #7a57b2;
}
body#shoplist #shop_list_Aria {
	margin-top: 20px;
    padding-top: 20px;
}


/* ul.shop_list
--------------------------------------------------------- */
body#shoplist ul.shop_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body#shoplist ul.shop_list li {
    width: calc(50% - 5px) ;
    margin-bottom: 10px;
    /*background: #bcafd5 url(../img/bg_pattern_02.png) repeat center top;*/
    background: #bcafd5;
    padding: 10px;
	box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}
body#shoplist ul.shop_list li .shop_list_box {
	padding: 30px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
    min-height: 100%;
}
body#shoplist ul.shop_list li .shop_list_box .item_bage {
	margin-bottom: 15px;
}
body#shoplist ul.shop_list li .shop_list_box .shop_ttl {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
body#shoplist ul.shop_list li .shop_list_box .shop_text {
	font-size: 14px;
	width: calc( 100% - 230px );
}
body#shoplist ul.shop_list li .shop_list_box .shop_text > span {
	display: block;
}

body#shoplist ul.shop_list li .button_shop a {
    display: block;
    color: #333;
    position: relative;
    transition: 0.4s;
}
body#shoplist ul.shop_list li .button_shop a::before {
    content: "";
    display: block;
    width: 210px;
    height: 60px;
    border: 1px solid #000;
    position: absolute;
    top: -5px;
    left: -5px;
    box-sizing: border-box;
}
body#shoplist ul.shop_list li .button_shop {
	position: absolute;
	bottom: 35px;
	right: 40px;
	width: 200px;
	line-height: 50px;
	font-size: 14px;
    background: #bcafd5;
    /*background: #bcafd5 url(../img/bg_pattern_02.png) repeat center center;*/
    /*background: linear-gradient(to bottom, #7a57b2 0%, #d382b1 100%);*/
    text-align: center;
    transition: 0.4s;
}
body#shoplist ul.shop_list li .button_shop:hover a {
    color: #fff;
}

body#shoplist ul.shop_list li .button_shop:hover {
    background-color: #7a57b2;
}
body#shoplist p.asterisk {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 1.45em;
	text-indent: -1.45em;
}




/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1300px){
    body#shoplist ul.shop_list li .shop_list_box .shop_text {
        font-size: 14px;
        width: calc( 100% - 170px );
    }
    body#shoplist ul.shop_list li .button_shop {
        bottom: 35px;
        right: 20px;
        width: 150px;
        line-height: 50px;
        font-size: 12px;
    }
    body#shoplist ul.shop_list li .button_shop a::before {
        width: 160px;
    }
}

/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1000px){
    body#shoplist ul.shop_list li{
        width: calc(50% - 5px);
        box-sizing: border-box;
    }
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    #ambassador_Aria h2 {
        width: 240px;
        margin: -30px auto 40px;
    }
	body#shoplist .shop_asterisk_box {
		padding: 30px;
	}
    body#shoplist .shop_asterisk_box .shop_asterisk_ttl {
        margin-bottom: 10px;
    }
	body#shoplist ul.shop_list li .shop_list_box .item_bage {
		margin-bottom: 10px;
	}
	body#shoplist ul.shop_list li .shop_list_box .shop_ttl {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	body#shoplist ul.shop_list li .shop_list_box {
    	padding: 30px;
	}
	body#shoplist ul.shop_list li .shop_list_box .shop_text {
		font-size: 12px;
		width: 100%;
	}
	body#shoplist ul.shop_list li .button_shop {
		position: relative;
		bottom: auto;
		right: auto;
		width: calc(100% - 10px) ;
		line-height: 40px;
		font-size: 12px;
		margin: 20px auto 0;
		box-sizing: border-box;
        
	}
	body#shoplist ul.shop_aria_list li span {
		padding: 0 20px;
	}
    body#shoplist ul.shop_list li .button_shop a::before {
        width: calc(100% + 10px) ;
        height: 50px;
    }
    
    body#shoplist ul.shop_list li .button_shop {
        background-size: auto;
    }
    body#shoplist ul.shop_list li .button_shop:hover {
        background-size: auto;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    #ambassador_Aria h2 {
        width: 220px;
        margin: -20px auto 20px;
    }
	/* ul.shop_aria_list
	--------------------------------------------------------- */
    body#shoplist #shop_list_Aria {
        padding-top: 0px;
    }
	body#shoplist ul.shop_aria_list{
		flex-wrap: wrap;
    	margin: 0 20px 15px;
	}
	body#shoplist ul.shop_aria_list li {
		position: relative;
		margin: 3px;
		border: #000 1px solid; padding: 2px;
        background: #fff;
	}
	body#shoplist ul.shop_aria_list li:not(:last-of-type)::before {
		content: none;
	}
	body#shoplist ul.shop_aria_list li.active,
	body#shoplist ul.shop_aria_list li:hover {
		transition: 0.2s;
	}
	body#shoplist ul.shop_aria_list li.active span {
		background: #ee3281;
		color: #fff;
	}
	body#shoplist ul.shop_aria_list li span {
		display: block;
        padding: 10px 16px;
        cursor: pointer;
        line-height: 1;
        color: #111;
        transition: 0.2s;
        /*background: #bcafd5 url(../img/bg_pattern_02.png) repeat center top;*/
        background: #bcafd5;
	}

    body#shoplist ul.shop_aria_list li.active span,
    body#shoplist ul.shop_aria_list li span:hover {
        color: #9e90b8;
        background: #fff;
    }
	
	
	body#shoplist .shop_asterisk_box ul.color_icon_list {
		font-size: 12px;
	}
	body#shoplist .shop_asterisk_box .color_text {
		width: 100%;
	}
	body#shoplist .shop_asterisk_box .shop_asterisk_ttl {
		line-height: 1;
		margin-bottom: 10px;
		font-size: 14px;
	}
	body#shoplist .shop_asterisk_box {
		padding: 20px;
	}
	body#shoplist ul.shop_list {
	}
	body#shoplist ul.shop_list li {
		width: 100% ;
		box-sizing: border-box;
	}
	body#shoplist ul.shop_list li .shop_list_box .shop_ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
	body#shoplist ul.shop_list li .shop_list_box {
		padding: 20px;
	}
	body#shoplist p.asterisk {
		font-size: 10px;
		padding-top: 10px;
	}
}

/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
	
	body#shoplist ul.shop_list li {
		width: 100%;
	}
	body#shoplist p.asterisk {
		padding-top: 10px;
	}
}

