@charset "utf-8";
/* CSS Document */

:root {
  --bg-color1: #f2eeeb;
}


/*ショッピングガイド*/

#shopping_guide_wrap .guide_01 .comm_flex {
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: normal;
}

#shopping_guide_wrap .guide_01 .comm_flex .box {
	width: 18.4%;
	margin-right: 2%;
	background: var(--bg-color1);
	text-align: center;
	padding: 1.5em 1.0em;
	box-sizing: border-box;
	border-radius: 10px;
}

#shopping_guide_wrap .guide_01 .comm_flex .box img {
	mix-blend-mode: darken;
	margin: 0.5em auto;
	max-width: 90px;
}

#shopping_guide_wrap .guide_01 .comm_flex .box span {
	display: block;
	font-size:  clamp(1.5rem, 0.120rem + 4.16vw, 3rem);
}

#shopping_guide_wrap .guide_01 .comm_flex .box p {
	text-align: center;
}

#shopping_guide_wrap .guide_01 .comm_flex .box:last-child {
	margin-right: 0;
}

#shopping_guide_wrap .luty_sub_list dt p {
	position: relative;
	padding-left: 3.0em;
}

#shopping_guide_wrap .luty_sub_list dt p:before {
	content: "";
        display: inline-block;
        height: auto;
        width: 20%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	mix-blend-mode: darken;
	max-width: 46px;
}

#shopping_guide_wrap .luty_sub_list .guide_01 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/001.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_02 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/002.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_03 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/003.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_04 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/004.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_05 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/005.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_06 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/006.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_07 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/007.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_08 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/008.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .luty_sub_list .guide_09 dt p:before {
        background: url("../../../Contents/ImagesPkg/luty2026/shoppingguide/009.png") no-repeat left;
        background-size: 100%;
}

#shopping_guide_wrap .pay_guide span {
	display: block;
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 2.0rem;
	margin-bottom: 2.0rem;
	font-size: 120%;
	position: relative;
	padding-left: 2.0em;
}

#shopping_guide_wrap .pay_guide span:before {
	content: "〇";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	/*font-size: 110%;*/
	padding-bottom: 2.0rem;
	font-weight: 200;
}

#shopping_guide_wrap .pay_guide p {
	margin-bottom: 2.0em;
}

#shopping_guide_wrap .pay_guide img {
	margin-bottom: 2.0em;
}

#shopping_guide_wrap #shopping_guide_footer {
	padding: 3.0em 0 5.0em;
	align-items: normal;
}

#shopping_guide_wrap #shopping_guide_footer .footer_box {
	width: 49%;
	background: var(--bg-color1);
	padding: 2.0em 1.0em;
	box-sizing: border-box;
	border-radius: 10px;
}

#shopping_guide_wrap #shopping_guide_footer .footer_box img {
	mix-blend-mode: darken;
}

#shopping_guide_wrap #shopping_guide_footer .footer_box .luty_comm_btn {
	width: 90%;
	margin: auto;
	margin-top: 1.5em;
}

#shopping_guide_wrap .luty_comm_btn {
	width: 100%;
}

#shopping_guide_wrap .luty_sub_list dt {
	font-size: clamp(1.5rem, 0.120rem + 4.16vw, 3rem);
}



@media only screen and (max-width: 798px) {
	
/*ショッピングガイドSP*/
	#shopping_guide_wrap .luty_sub_list dt p:before {
    width: 8%;
}
	#shopping_guide_wrap .guide_01 .comm_flex .box {
		display: flex;
		width: 100%;
		padding: 1.0em 0.5em;
        margin-bottom: 0.5em;
		margin-right: 0;
		align-items: center;
		border-radius: 5px;
	}
	
	#shopping_guide_wrap .guide_01 .comm_flex .box:last-child {
		margin-bottom: 0;
	}
	#shopping_guide_wrap .guide_01 .comm_flex .box img {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 10%;
		margin: auto 0.5em;
		
	}
	
	#shopping_guide_wrap .guide_01 .comm_flex .box br {
		display: none;
	}
	
	#shopping_guide_wrap .guide_01 .comm_flex .box span {
		width: 10%;
	}
	
	#shopping_guide_wrap .guide_01 .comm_flex .box p {
		font-size: 105%;
		margin-left: 0.5em;
	}

	#shopping_guide_wrap .guide_01 .comm_flex .box:nth-child(4) p,#shopping_guide_wrap .guide_01 .comm_flex .box:nth-child(5) p {
	margin-bottom: 0;
}
	#shopping_guide_footer.comm_flex {
		flex-direction: column;
	}
	
	#shopping_guide_wrap #shopping_guide_footer .footer_box {
		width: 100%;
		margin-bottom: 1.0em;
	}
	
	#shopping_guide_wrap #shopping_guide_footer {
		padding: 0;
	}
	
	.luty_sub_list dd {
        padding: 2.0em 0;
    }

	
}

@media only screen and (max-width: 480px) {

/*ショッピングガイドSP*/
	#shopping_guide_wrap  .luty_btn_area.comm_flex {
		flex-direction: column;
	}
	
	#shopping_guide_wrap  .luty_btn_area.comm_flex .luty_comm_btn {
		width: 80%;
		margin-bottom: 0.5em;
	}
	
	
	
	
	
	#shopping_guide_wrap .pay_guide span {
    font-size: 110%;
}
	#shopping_guide_wrap .guide_01 .comm_flex .box img {
        width: 15%;
    }
	
	#shopping_guide_wrap .guide_01 .comm_flex .box p {
        font-size: 90%;
         margin-left: 0; 
    }
	
}


/* -------- アコーディオン --------- */

.luty_sub .accordion {
	margin:0 auto 5.0em;
    line-height:1.4;
    text-align:left;
	/*border-bottom: 1px solid;*/
}

.luty_sub .accordion dt {
  cursor: pointer;
  /*line-height:2.0;*/
  position:relative;
  /*padding:15px 3px;
  border-top:1px solid;*/
	border-bottom: none;
}

.luty_sub .accordion li:last-child {
	border-bottom: 1px solid;
}

.luty_sub .accordion dt .ttl{
    font-weight: 600;
}

.luty_sub .accordion dt .meta{
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.luty_sub .accordion dt:after {
	content:"";
    background: url("../../../Contents/ImagesPkg/luty2026/comm/open.png") no-repeat;
	right:5%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
    width: 15%;
    max-width: 45px;
    aspect-ratio: 60 / 31;
    background-size: contain;
    
}

.luty_sub .accordion dt.active:after{
    background: url("../../../Contents/ImagesPkg/luty2026/comm/close.png") no-repeat;
    background-size: contain;
}

.luty_sub .accordion dd{
	display:none;
	/*font-size:14px;
	line-height:2.0;
	margin:0 0 55px 8px;
	padding-top:5px;*/
}

.luty_sub .accordion dd p{
    margin-bottom: 20px;
}


/*@media only screen and (max-width: 798px) {
	.luty_sub .accordion dt:after {
    top: 1.3em;
}
}*/
