@charset "utf-8";
/* CSS Document */

/*********↓components.cssの上書きスタイル↓***************/
.c-richMv {
	background-color: #c73f35;
}

@media print, screen and (min-width: 768px) {
	.c-richMv_innerImage {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 20.65% 100%);
		height: 510px;
	}

	.c-richMv_image {
		margin-left: 0px;
		height: 510px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-richMv_slider_item img {
		width: auto;
		max-width: none;
		aspect-ratio: auto;
	}
}

.c-richMv_text {
	text-align: center;
}

.c-richMv_lead {
	line-height: 1.4;
	font-size: 2rem;
	margin-top: 10px;
	color: #fff087;
}

.c-richMv_title {
	line-height: 1.3;
	font-size: 3.0rem;
}

@media print, screen and (min-width: 768px) {
	.c-richMv_title {
		line-height: 1.2;
		font-size: 4.5rem;
	}
}

.c-borderCard {
	flex: 1;
	border: 4px solid #c73f35;
}

.c-serviceGroup_heading {
	background-color: #c73f35;
}



.c-borderCard {
	margin: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-borderCard {
		margin: 0px;
	}
}

.c-borderCard img {
	width: 200px;
	margin: 30px auto 0px;
}

.c-borderCard_heading {
	font-size: 2rem;
	line-height: 1.7;
	color: #c73f35;
}

@media print, screen and (min-width: 768px) {
	.c-borderCard_heading {
		line-height: 1.6;
	}
}



.c-sectionLead01 {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
	.c-sectionLead01 {
		font-size: 2rem;
		line-hight: 1.7;
	}
}

.c-decorativeListWrap img{
	width: 200px;
	margin: auto;
}


.c-decorativeList li::before {
	background-color: #e2b300;
	margin-top: 10px;
}

.c-richMv_actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 22px;
}

@media print, screen and (min-width: 768px) {
	.c-richMv_actions {
		grid-area: none;
		/*grid-template-columns: repeat(2, 243px);*/
	}
}


.c-richMv_actions .c-btn {
	overflow: hidden;
	max-width: none;
	border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
	.c-richMv_actions .c-btn {
		/*min-width: 450px;	/*** 追加 ***/
		width: 450px;
        margin: auto;
		
	}
}

.c-richMv_actions .c-btn_inner {
	gap: 16px;
}

.c-richMv_actions .c-btn_inner::before {
	position: static;
	transform: none;
}

.c-richMv_actions .c-btn--mail .c-btn_inner:before {
	width: 26px;
	height: 19px;
}

.c-richMv_actions .c-btn--dl .c-btn_inner:before {
	width: 26px;
	height: 26px;
}

.c-richMv_actions .c-btn_text {
	font-size: 1.8rem;
	color: #c73f35;
	
}

.c-fixedCv_list .c-btn_text {
	font-weight: bold;
	font-size: 1.1rem;
	padding-left: 8px;
	position: relative;

}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn_text {
		font-size: 1.8rem;
		padding-left: 0;
	}

	.c-fixedCv_list .c-btn--dl .c-btn_inner:before {
		transform: translateX(3px);
	}

	.c-fixedCv_list:nth-child(1) {
		margin-bottom: 16px;
		height: 300px;	/*** 変更 ***/
	}

	.c-fixedCv_list:nth-child(2) {
		height: 243px;
	}
}

.p-closure_PointTag {
	width: 90%;
    margin: 10px auto 10px auto;
	max-width: 380px;
}



.c-btn_text {
	color: #c73f35;
}

.c-btn {
	color: #c73f35;
	background-color: transparent;
}

.p-servicePage_goalBtn {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.p-servicePage_goalBtn .c-btn {
	max-width: none;
}

.p-servicePage_goalBtn .c-btn_inner {
	background-color: #f9d346;
	border-radius: 999px;
	gap: 8px;
}

.p-servicePage_goalBtn .c-btn_inner:before {
	position: static;
	transform: none;
}

@media print, screen and (min-width: 768px) {
	.p-servicePage_goalBtn {
		grid-template-columns: none;	/*** 変更 ***/
		gap: initial;	/*** 変更 ***/
		width: 600px;	/*** 追加 ***/
	}

	.p-servicePage_goalBtn .c-btn_inner {
		gap: 16px;
	}

	.p-servicePage_goalBtn .c-btn_inner {
		height: 124px;

	}

	.p-servicePage_goalBtn .c-btn_text {
		font-size: 2.4rem;
		color: #c73f35;
	}
}

.c-form--common .c-form_title {
	display: inline-block;
	padding-right: 10px;
}

.c-form_title_supplement {
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 5px;
}

.c-fixedCv_list .c-btn--mail {		/*** 追加 ***/
	width: 80%;
}

.c-fixedCv_list {
	display: inline-flex;	/*** 追加 ***/
	justify-content: center;	/*** 追加 ***/
}

.c-fixedCv_list .c-btn_inner {
	border: 2px solid #c73f35;
}


.c-sectionHeading {
	margin-bottom: 20px;
}

.p-servicePage_tel {
	color: #c73f35;

}

.p-servicePage_telTerm {
	text-align: center;
}

.p-servicePage_flowFooter {
	background-color: #c73f35;
}

.p-servicePage_text strong {
	color: #c73f35;
}


.c-ballonHeading--pointed {
	color: #c73f35;
	border: 3px solid #c73f35;
}

.c-ballonHeading--pointed::before {
	background-color: #c73f35;
}


.c-sectionHeading--deco .c-sectionHeading_inner::before,
.c-sectionHeading--deco .c-sectionHeading_inner::after {
	background: url("/store_closure/images/deco_logocarousel_red.png") no-repeat top left / 100% 100%;
}



.p-servicePage_telNum::before {
	background: url("/store_closure/images/icon-tel_red.svg") no-repeat top left / 100% 100%;
}


.c-btn--mail .c-btn_inner:before {
	background-image: url("/store_closure/images/icon-mail-red.svg");
}

.p-servicePage_flowBody {
	background-color: #ffbd0917;
}

.c-step_heading {
	color: #333;

}

.c-step:not(:last-child)::after {
	background: url("/store_closure/images/icon-chevron_red.svg") no-repeat top left / 100% 100%;
}


/*
#solution .c-sectionHeading {
	color: #c73f35;
}
*/

#service-standard .c-sectionHeading {
	color: #333;
}





/* 古物商ページ用に追加　2025/6/16〜　追加*/

.p-closure_solution_lead {
	text-align: center;
	margin: 20px;
}


.p-closure_solution_wrap {
	display: block;
}

@media (min-width: 769px) {
	.p-closure_solution_wrap {
		display: flex;
		gap: 10px;
		flex: 1;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
}

.p-closureBoard {
	padding: 2rem;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 2rem;
}

.p-closureItem {
	margin-bottom: 2rem;
}

.p-closureItem_heading {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

/*
.p-closureItem_voice {	
	background-color: #f9f9f9;
	padding: 0.75rem;
	border-left: 4px solid #007BFF;
	margin: 0.5rem 0;
}
*/

.p-closureItem_voice {
	margin-bottom: 20px;
}

.p-closureItem_solution {
	font-weight: normal;
	font-size: 1rem;
	color: #333;
}




.p-closure_service_grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 769px) {
	.p-closure_service_grid {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
		gap: 2rem;
	}
}

.p-closure_service_item {
	border: 5px solid #c73f35;
	border-radius: 10px;
	flex: 1;
	margin: 10px auto;
}

@media (min-width: 769px) {
	.p-closure_service_item {
		border: 5px solid #c73f35;
		border-radius: 10px;
		flex: 1;
		background-color: #FFF;
	}
}



.c-serviceGroup_body {
	font-size: 1.6rem;
	background-color: #FFF;
	padding: 30px;
}

@media print, screen and (min-width: 768px) {
	.c-serviceGroup_body {
		font-size: 1.8rem;
		padding: 40px;
	}
}

/*----------------------------------------
	strength 0623追記
----------------------------------------*/

.l-section--pink {
	background-color: #fff4ef;
}

.l-section--pink_tex {
	background-image: url(/store_closure/images/img_bg_pink.jpg);
}

.l-section--white {
	background-color: #ffffff;
}


.l-section--yellow {
	background-color: #f9d346;
}

.l-section--grey {
	background-color: #f5f5f5;
}

.l-section--red {
	background-color: #c73f35;
}

.strength {
	padding: 100px 0;
}



.p-closure_solution_lead img {
	width: 80%;
	margin: 30px 20px 40px 20px;

}

@media (min-width: 769px) {
	.p-closure_solution_lead img {
		width: 500px;
	}
}




.p-closure_item {
	margin-bottom: 15px;
	padding: 20px 25px 30px 40px;
	border-radius: 8px;
	background-color: #fff;
}

@media (min-width: 769px) {
	.p-closure_item {
		margin-bottom: 30px;
	}
}



.p-closure_section_title {
	margin-bottom: 55px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
}
.p-closure_item_in {
	display: flex;
}
.p-closure_tem_in .p-closure_item_content {
	flex: 1;
	padding-right: 4%;
	font-size: 1.8rem;
}
.p-closure_item_in .p-closure_title {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	color: #c73f35;
}

@media (min-width: 769px) {
	.p-closure_item_in .p-closure_title {
		margin-bottom: 0px;
		font-size: 2.4rem;
	}
}

.p-closure_item_in .p-closure_title span {
	display: inline-block;
	margin-right: 10px;
	font-size: 3.2rem;
	color: #e2b300;
}
.p-closure_item_in .p-closure_item_image {
	max-width: 458px;
	/* width: 50%; */
}
 .p-closure_item_in .p-closure_item_content {
	/* flex: 1; */
	padding-right: 3.8%;
}
.p-closure_item .p-closure_item_bottom {
	margin: 40px 0 0;
	padding: 24px;
	font-size: 1.8rem;
	background: #f7f7f7;
}

.p-closure_item .p-closure_item_bottom span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}



.p-closure_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 0px;
	column-gap: 16px;
	margin-top: -10px;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.p-closure_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -10px;
	}
	.p-closure_list p {
		width: 22%; /* 4列に */
	}
}





.p-closure_detail_btn {
	margin: 80px auto 0;
}
.p-closure_detail_btn a {
	display: block;
	max-width: 641px;
	margin: 0 auto;
	padding: 14px 25px;
	/* font-size: 2.4rem; */
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #c73f35;
	color: #fff;
	position: relative;
}
.p-closure_detail_btn a span {
	padding-right: 20px;
	line-height: 2;
}
.p-closure_detail_btn a::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 19px;
		background: url(/csm_kintai/food-service/images/arrow02.png)	no-repeat center / 100% 100%;
	position: absolute;
	top: 33%;
}


.p-closure_item_text {
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.p-closure_item_text {
		font-size: 1.8rem;
	}
}



/* お客様の声セクション全体 */
.p-closure_voice {
	padding: 40px 20px;
}

/* セクションタイトル */
.p-closure_section_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #333;
}

/* ボード全体 */
.p-closureBoard {
	background-color: #fff;
	border: none;
	padding: 40px 50px;
	border-radius: 12px;
}

@media print, screen and (min-width: 768px) {
	.p-closure_serviceVoiceGrid {
		gap: 20px;
		display: flex;
		grid-template-columns: repeat(3, 1fr);
	}
}

/* 各お客様の声 */
.p-closureItem {
	margin-bottom: 20px;
}

.p-closureItem_strong {
	font-weight: bold;
	color: #c73f35;
}

.p-closureItem:last-child {
	margin-bottom: 0;
}

/* 吹き出し風コメント */
.p-closureItem_voice {
	line-height: 1.9;
	font-size: 1.6rem;
}

@media (min-width: 769px) {
	.p-closureItem_voice {
		line-height: 1.9;
		font-size: 1.8rem;
	}
}

#introduction-flow .l-section {
	padding-bottom: 0px;
}



/* 担当者・会社名 */
.p-closureItem_CustomerName {
	text-align: right;
	/*font-size: 1.6rem;*/
	font-weight: bold;
	line-height: 1.5;
}




/* よくあるご質問：全体ラップ */
.p-closure_faq {
	padding: 20px;
}

/* セクションタイトル */
.p-closure_section_title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
	color: #333;
}

/* 各FAQ項目 */
.p-closure_faq_item {
	background: #fff;
	border-bottom: 3px solid #f2f2f2;
	padding: 1.2rem 1rem;
	margin-bottom: 1.2rem;
}


/* 質問 */
.p-closure_faq_question {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #2c3e50;
	font-size: 2rem;
    font-weight: bold;
}

/* 回答 */
.p-closure_faq_answer {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}




/*footer*/
.l-footer {
	padding: 30px 50px;
	border-top: 1px solid #ddd;
}
.l-footer__container {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.l-footer__container ul {
	display: flex;
}
.l-footer__container ul li {
	margin: 0 30px 0 0;
}
.l-footer__container ul li:last-child {
	margin: 0;
}
.l-footer__container ul li a {
	font-size: 1.3rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
}
.l-footer__container p {
	font-size: 1.3rem;
	font-family: "PT Sans", sans-serif;
	color: #333;
}

@media only screen and (max-width: 1024px) {
		.l-footer {
		padding: 20px;
	}

		.l-footer__container {
			flex-direction: column;
		}

		.l-footer__container ul {
			flex-wrap: wrap;
			justify-content: center;
			margin: 0 0 20px;
		}
		.l-footer__container ul li {
			margin: 5px 10px;
		}
		.l-footer__container ul li:last-child {
			margin: 5px 10px;
		}
		.l-footer__container ul li a {
			font-size: 1.2rem;
		}
		.l-footer__container p {
			font-size: 1.2rem;
			text-align: center;
		}
	}

@media screen and (max-width: 767px) {
	.l-footer {
		margin: 0 0 120px;
	}
}