@charset "utf-8";
/* CSS Document */

/*tenpo*/


.sale__shoplist-btn {
    background-color: #F5F5F5;
    padding: 80px 0 50px;
}

.wrap {
    margin: 0 20px;
    position: relative;
    z-index: 2;
}

.sale__shoplist-btn h2 {
    text-align: center;
}

.sale__shoplist-btn .list {
    display: none;
}

.sale__shoplist-cont h2 {
    background-color: #D3D3D3;
    height: 70px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}


.sale__shoplist-cont .area__parent {
    display: none;
}
.sale__shoplist-cont h3 {
    background-color: #EBEBEB;
    height: 70px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.area__detail {
    display: none;
}

.area__detail>div {
    padding: 30px;
    border-bottom: 1px solid #D3D3D3;
}

.area__detail>div .ttl {
    font-size: 15px;
    margin-bottom: 16px;
}

.area__detail>div ul {
    display: flex;
}

.area__detail>div ul a {
    color: #2E3192;
    font-size: 14px;
}
.area__detail>div ul li:last-child {
    margin-left: 30px;
}

.addr{
	display: none;
}
.sale__shoplist-cont h2::before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
    transition: .3s;
}
.sale__shoplist-cont h2::after {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: .3s;
}

.area__detail>div ul a::after {
    content: "";
    display: inline-block;
    background: url(../img/link_arrow_blue.svg) no-repeat 50% 50% / contain;
    width: 8px;
    height: 10px;
    margin-left: 10px;
    transition: .3s;
}

.sale__shoplist-btn h2 {
	font-weight: bold;
	font-size: 1.3em;
}

@media screen and (min-width: 1024px){
	.area__detail{
		display: block!important;
	}
	.sale__shoplist-cont h3{
		pointer-events: none;
	}
.sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
}
	.sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
}
	.sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
}
	.sale__shoplist-btn .list {
    display: block;
    flex: none;
}
	.sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
}
	.sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
}
	.sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
}
	.sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
}
	.sale__bd {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 80px;
}
	.sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
}
	.sale__shoplist-cont h2 {
    display: none;
}
	.sale__shoplist-cont .area__parent {
    display: block;
}
	
.sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
	.sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px;
}
	.area__detail {
    display: block;
    margin-bottom: 80px;
}
.area__detail>div:first-child {
    border-top: 1px solid #D3D3D3;
}

.area__detail>div {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.area__detail>div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
}

.area__detail>div ul {
    display: flex;
    width: 330px;
}

.area__detail>div ul a {
    color: #2E3192;
    font-size: 14px;
}
	
	

.area__detail>div ul li:last-child {
    margin-left: 40px;
}



	}


@media screen and (min-width: 768px){
.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
	}



@media screen and (max-width: 1023px){
	.sale__shoplist-btn{
		display: none;
	}
	.sale__shoplist-cont h2{
		margin: 0 auto;
	}
	.sale__shoplist-cont h3{
		margin: 0 auto;
	}
	.sale__shoplist-cont h3::after {
    content: "";
    background: url(https://www.izumi.jp/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50% / contain;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.sale__shoplist-cont h3.act::after {
    transform: rotate(90deg);
}
}
