@charset "UTF-8";
/* ############################################### */
/* 特集 敬老の日ページ スタイルシート */
/* ############################################### */


.ke_title1{
	text-align: center;
	width: 700px;
	margin: 40px auto 40px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #fabe00;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.ke_title3{
	width: 100%;
	text-align: center;
	margin: 100px auto 26px auto;
}


.ke_title_icon{
	text-align: center;
	margin: 10px auto 20px auto;
}



.ke_text{
	width: 42em;
	margin: 60px auto 100px auto;

	font-size: 1.16em;
	line-height: 2.1em;
}

.ke_text2{
	margin: 20px auto 40px auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.1em;
}


.ke_date{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}



/* ここが嬉しい！セゾンファクトリーのギフト -------------------------------- */


.sub_aj{
	margin: 150px 0 50px 0;
}


.sub_title3{
	width: 17em;
	margin: 100px auto 30px auto;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3em;
}
.sub_title3 *{
	font-weight: 700;
}

.sub_title3 span{
	display: block;
	position: relative;
}
.sub_title3 span:before{
	content: "" ;
	position: absolute;
	display: inline-block;
	
	width: 44px;
	height: 2px;
	/* border-radius: 1px; */
	background-color: #fabe00;

	top: 1.5em;
	left: 0;
	/* transform: translateX(-50%); */
	transform: translateY(10px) rotate(55deg);
}

.sub_title3 span:after{
	content: "" ;
	position: absolute;
	display: inline-block;
	
	width: 44px;
	height: 2px;
	/* border-radius: 1px; */
	background-color: #fabe00;

	top: 1.5em;
	right: 0;
	/* transform: translateX(-50%); */
	transform: translateY(10px) rotate(-55deg);
}




.sub_main33{
	border-top: 1px solid #a57a43;
	width: 800px;
	margin: 0 auto 0 auto;
}

.sub_main33 li{
	padding: 46px 0 10px 0;
	border-bottom: 1px solid #a57a43;


}

.sub_title33{
	position: relative;
	font-size: 2.2em;
	padding: 0 0 0 60px;
	
}
.sub_title33_no{
	position: absolute;
	top: -34px;
	left: -14px;
}


.sub_main33_txt{
	width: 70%;
}

.sub_main33_txt_main{
	padding: 10px 10px 0 70px;
	font-size: 1.06em;
	line-height: 1.6em;
}

.sub_main33_txt_sub{
	color: #a57a44;
	margin-top: 5px;

}

.sub_main33_txt_sub a{
	color: #a57a44;
}


.sub_main33_img{
	width: 30%;
}


.sub_main33 li.ke_service_bag{
	border-bottom: none;
	text-align: center;
}

.sub_main33 li.ke_service_bag .itemlist_todetail a{
	margin: 20px 0 0 10px;
	width: 260px;
	font-size: 0.88em;
}









/* ------------------------------------- */

.ke_card_area{
	width: 900px;
	margin: 10px auto 100px auto;
}

.ke_card_text{
	text-align: center;
	font-size: 1.24em;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
.ke_card_text_notice{
	color: #cc181e;
}

.ke_card_img{
	text-align: center;
	padding-top: 20px;
}


/* ------------------------------------- */




/* ギフト商品紹介 -------------------------------- */

.g_product_slide_area{
	margin-bottom: 100px;
}


.g_product_pc{
	width: 860px;
	margin: 0 auto 50px auto;
}


.g_product_pc_area{
	width: 340px;
	margin: 10px 0 0 0;
}

.g_product_text{
	width: 490px;
	text-align: left;
	font-size: 1.06em;
	line-height: 1.9em;
}
.g_product_text p{
	padding: 0 10px;
}


.g_product_image{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.g_product_image .g_product_slide{
	padding-bottom: 10px;
}

.g_item_img{
	display: block;
	/* height: 230px; */
	/* object-fit: cover; */
	width: 100%;
}

.g_product_title{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 1.5em;
	line-height: 1.8em;
}



.g_product_icon{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	margin-bottom: 20px;
}

.g_product_icon img{
	padding: 0 4px;
}


/* ------------------------------------- */

.sg_item_w{
	display:inline-block;
	vertical-align: top;
	/* float: left; */
	width: 320px;
	/* height: 640px; */
	margin: 0 10px 20px 10px;
	/* border-top: 1px dotted #888; */
}


.sg_item_w .itemlist_name{
	margin-top: 20px;
	line-height: 1.8em;
}

.sg_item_w .itemlist_price{
	width: auto;
	font-size: 1.15em;
	padding-right: 40px;
}

.g_product_slide_area .itemlist_notice{
	color: #cc181e;
	background-color: #fff5db;
}

/* ------------------------------------- */








/* ############################################### */
/* スマートフォン */
/* ############################################### */

@media screen and (max-width: 510px) {


.ke_title1{
	width: 96%;
	font-size: 1.6em;
	letter-spacing: 0;
}


.ke_date img{
	width: 96%;
	height: auto;
}

.ke_title1 img,
.ke_title3 img{
	width: 100%;
	height: auto;

	max-width: 320px;
}



.ke_title_icon img{
	width: 130px;
	hgeight: auto;
}


.ke_text{
	margin: 50px auto 60px auto;
	width: 92%;
	font-size: 1.08em;
	line-height: 2em;
}
.ke_text2{
	width: 92%;
	margin: 30px auto 30px auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 2em;
}

.ke_date{
	margin-bottom: 20px;
}



.ke_title3{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}




/* ------------------------------------- */

.g_product_slide_area  .slick-prev{
	background-image: url(../img_keiro2023/sp_prev.png);
	left: -11px;
	width: 26px;
	height: 26px;
}

.g_product_slide_area .slick-next{
	background-image: url(../img_keiro2023/sp_next.png);
	right: -11px;
	width: 26px;
	height: 26px;
}

.sg_item_w{
	width: 100%;
	max-width: 320px;
	margin: 10px auto 0 auto;
}

.sg_item_w .itemlist_name{
	margin-top: 10px;
	line-height: 1.4em;
	text-align: center;
}


.sg_notice {
	padding: 20px 8px 20px 8px;
}



.p_slide .slick-prev,
.p_slide .slick-next{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: 49%;
}



/* ------------------------------------- */
.ke_card_area{
	width: 96%;
	margin: 10px auto 80px auto;
}

.ke_card_text{
	float: none;
	width: 100%;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.6em;
	letter-spacing: 0em;
}
.ke_card_img{
	float: none;
	margin: 0 auto;
	padding-top: 20px;
}


/* ここが嬉しい！セゾンファクトリーのギフト -------------------------------- */

.sub_aj{
	margin: 100px 0 40px 0;
}

.sub_title3{
	width: 94%;
	margin: 60px auto 30px auto;
	font-size: 1.44em;
}



.sub_main33{
	width: 100%;
}

.sub_title3 span:before{
	width: 30px;
	top: 1.3em;
}
.sub_title3 span:after{
	width: 30px;
	top: 1.3em;
}


.sub_main33 li{
	padding: 34px 0 20px 0;
}

.sub_title33{
	position: relative;
	font-size: 1.4em;
	padding: 0 0 0 60px;
	
}
.sub_title33_no{
	top: -20px;
	left: 8px;
	width: 40px;
	height: auto;
}


.sub_main33_part{
	flex-direction: column-reverse;

}
.sub_main33_txt{
	width: 100%;
	font-size: 0.9em;
}


.sub_main33_img{
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
.sub_main33_img img{
	width: 50%;
	max-width: 200px;
	height: auto;

}


.sub_main33_txt_main{
	padding: 10px 10px 0 10px;
	font-size: 1.06em;
}

.sub_main33 li.ke_service_bag .itemlist_todetail a{
	margin: 20px auto 0 auto;
}

.ke_service_bag_img{
	width: 100%;
	max-width: 300px;
	height: auto;
}


/* ------------------------------------- */



/* ギフト商品紹介 -------------------------------- */

.g_product_slide_area{
	width: 96%;
	margin: 0 auto;
}

.g_product_slide{
	display: none;
	width: 96%;
	margin: 0 auto;
}

.g_product_slide li{
	box-sizing: content-box;
	padding: 1px;
}

.g_product_slide_thumb{
	display: none;
	margin: 5px auto 15px auto;
	width: 94%;
}
.g_product_slide_thumb li{
	margin: 0 10px;
}
.g_product_slide_thumb li img:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor: pointer
}
.g_product_slide_thumb .slick-track{
	margin: 0 auto;
}





.g_product_slide_area .itemlist_notice{
	width: 84%;
	margin: 10px auto 10px auto;
	text-align: center;
}



.g_product_slide_area{
	height: auto;
}

.g_product_pc{
	width: 96%;
}

.g_product_pc_area{
	width: 86%;
	max-width: 320px;
	margin: 0 auto 20px auto;
	float: none;
}


.g_product_text{
	width: 100%;
	margin: 0 auto 40px auto;
	padding-left: 0;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
}



.g_product_title{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.16em;
	line-height: 1.4em;
}




.sg_item{
	width: 45%;
	/* height: 450px; */
	margin: 0 2% 10px 2%;
	padding-bottom: 20px;
}

.sg_itemlist_img{
	width: 100%;
	padding-bottom: 0;
	height: auto;
}
.sg_img1{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.sg_item_mark {
	position: static;
	width: 35px;
	height: auto;
	display: block;
	margin: 0 auto;
}



/* ------------------------------------- */






} /* @media screen and (max-width: 510px) */

@media screen and (max-width: 399px) {





} /* @media screen and (max-width: 399px) */
