@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main .c-title1{
	line-height: 1.5;
} 
#page-main .c-title1 .f-eng{
	margin-bottom: 0.333rem;
}
.f23{
	font-size: 1.533rem;
	font-weight: bold;
	color: #962828;
}
.f20{
	font-size: 1.333rem;
	font-weight: bold;
	color: #962828;
}
.bdr20{
	border-radius: 20px;
}

 



/********************
/* まごころ弁当について
********************/
.about_main{
	position: relative;
	min-height: 413px;
	padding-bottom: 20px;
	overflow: hidden;
}
.about_main::before{
	position: absolute;
	content: "";
	width:  550px;
	height: 550px;
	border-radius: 50%; 
	display: block;
	background-color: #fff;
	top: -10.666rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);	
}
.about_main .txt_block{
	text-align: justify;
	margin-top: 3.733rem;
}
.about_img{
	position: absolute;
	width: 30%;
	bottom: 0;
	right: 6.41%;
}
/* secret */
.about_secret{
	margin-top: 4.933rem;
}
.about_secret .c-title1{
	margin-bottom: 4.266rem;
}
.as_point{
	margin-bottom: 0;
}
.as_point li{
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.666rem;
}
.as_point li + li{
	margin-top: 4rem;
}
.as_point li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: url("../images/page/dots_line.svg") repeat-x left center;
	bottom: 0;
	left: 0;
}
.point_no{
	width: 59px;
	font-size: 3.066rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #962828; 
	margin-top: -0.5rem;
}
.point_no span{
	display: block;
	font-size: 0.933rem;
	margin-top: 0.266rem;
}
.as_point_content{
	width: 73.67647%;
}
.as_point_tit{
	width: 100%;
	margin-bottom: 1rem;
}
.as_point_content .txt_block{
	line-height: 1.53;
	text-align: justify;
}
/* menu */
.about_menu{
	margin-top: 7.466rem;
}
.about_menu .c-title1{
	margin-bottom: 3rem;
}
.about_menu_block + .about_menu_block{
	margin-top: 4rem;
}
.am_img{
	margin-bottom: 1.4rem;
}
.am_tit{
	margin-bottom: 0.8666rem;
}
.about_menu_block .txt_block{
	line-height: 1.53;
	text-align: justify;
	margin-bottom: 1.633rem;
}
.about_menu_block a{
	display: inline-block;
	color: #622000;
	text-decoration: underline;
	font-size: 0.933rem;
	font-weight: 500;
	transition: .3s;
}
.about_menu_block a:hover{
	opacity: 0.8;
}
.am_price{
	margin-top: 2rem;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.am_price li{
	list-style: none;
	width: calc((100% - 12px)/2);
	border-radius: 6px;
	overflow: hidden;
}
.am_price li .tit{
	background-color: #622000;
	color: #fff;
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.am_price li .con{
	background-color: #fff;
	color: #622000;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.am_price li .con div{
	font-size: 0.8rem;
}
.am_price li .con div span{
	font-size: 1.4666rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-right: 4px;
}

/********************
/* お弁当献立例
********************/
.p_lineup{
	margin-top: 4rem;
}
.lineup_block{
	position: relative;
	padding: 3.733rem 0 3.8rem;
}
.lineup_block + .lineup_block{
	margin-top: 4rem;
}
.lineup_block::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	top: 0;
	left: 0;
	z-index: -1;
}
.lineup_block .inner{
	width: 88.23529%;
	margin: 0 auto;
}
.lineup_block .f23{
	margin-bottom: 1.6rem;
}
.lineup_block .inner > .txt_block{
	line-height: 1.53;
	text-align: justify;
	margin-bottom: 2.2rem;
}
.lineup_tit{
	font-size: 1rem;
	font-weight: bold;
	color: #962828;
	text-align: center;
	margin-bottom: 2.433rem;
}
.lineup_tit span::before, .lineup_tit span::after{
	position: relative;
	content: "";
	display: inline-block;
	background-color: rgba(150,40,40,0.75);
	width: 1px;
	height: 1.73em;
	bottom: -13px;
	margin: 0 15px;
}
.lineup_tit span::before{
	transform: rotate(-40deg);
}
.lineup_tit span::after{
	transform: rotate(40deg);
}
.lineup_list{
	margin-bottom: 0;
}
.lineup_list li{
	list-style: none;
}
.lineup_list li + li{
	margin-top: 3.2rem;
}
.lineup_img{
	margin-bottom: 0.933rem;
}
.lineup_list .txt_block{
	line-height: 1.46;
}
.lineup_block .am_price{
	margin-top: 3.7rem;
	margin-bottom: 1.033rem;
}
.lineup_block .am_price li .con{
	background-color: #f4f0ea;
}
.lineup_txt{
	font-size: 0.933rem;
	line-height: 1.5;
	margin-bottom: 0;
}

/********************
/* 配達エリア
********************/
.area_bg{
	position: relative;
	padding: 3.66rem 0 4rem;
	margin-bottom: 4rem;
}
.area_bg::before{
	position: absolute;
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0 0 20px 20px;
	z-index: -1;
}
.area_bg .txt_block{
	width: 85.294%;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.53;
}

/********************
/* ご注文方法
********************/
.order_step{
	margin-bottom: 2.3666rem;
}
.order_step > li{
	list-style: none;
	position: relative;
}
.order_step > li + li{
	margin-top: 2rem;
}
.order_step > li::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	top: 34px;
	left: 0;
	background-color: #962828;
}
.order_contents{
	width: 88.23529%;
	margin-left: auto;
	position: relative;
	padding: 1.333rem 0 2.466rem;
}
.order_contents::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
}
.order_contents .inner{
	width: 83.3333%;
	margin: 0 auto;
}
.step_no{
	color: #962828;
	font-size: 1.6rem;
	margin-bottom: 0.4333rem;
}
.step_no span{
	font-size: 0.9333rem;
	margin-right: 4px;
}
.order_contents .f20{
	margin-bottom: 0.566rem;
}
.order_contents .txt_block{
	text-align: justify;
	line-height: 1.53;
}
.order_step > li ul{
	margin-top: 1.6333rem;
	margin-bottom: 0;
}
.order_step > li ul li{
	list-style: none;
	border-radius: 6px;
	overflow: hidden;
}
.order_step > li ul li + li{
	margin-top: 10px;
}
.order_step > li ul li .tit{
	background-color: #622000;
	color: #fff;
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order_step > li ul li .con{
	background-color: #f4f0ea;
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.933rem;
}
.order_txt{
	width: 88.23529%;
	text-align: justify;
	font-size: 0.9333rem;
	line-height: 1.5;
	margin-left: auto;
	margin-bottom: 0;
	padding-right: 3.334%;
}

/********************
/* 会社概要
********************/
.company_main{
	position: relative;
	min-height: 635px;
	overflow: hidden;
	padding-top: 3.6rem;
}
.company_main::before{
	position: absolute;
	content: "";
	width: 700px;
	height: 700px;
	border-radius: 50%;  
	display: block;
	background-color: #fff;
	top: -4.533rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);	
}
.company_main .txt_block{
	text-align: justify;
}
.c_message{
	width: 180px;
	margin-top: 2.766rem;
}
/* outline */
.company_outline{
	margin-top: 5.133rem;
}

/********************
/* ご利用者様の声
********************/
.voice_block{
	width: 94.871%;
	margin: 0 auto;
}
.voice_block ul{
	margin-bottom: 0;
}
.voice_block ul li{
	list-style: none;
}
.voice_block ul li + li{
	margin-top: 2rem;
}
.voice_inner{
	width: 91.891%;
	position: relative;
	box-sizing: border-box;
	padding: 2.266rem 0 2.466rem;
}
.voice_inner::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: -1;
}
.voice_block ul li:nth-child(odd) .voice_inner{
	margin-left: auto;
}
.voice_block ul li:nth-child(odd) .voice_inner::before{
	background-color: #fff;
}
.voice_block ul li:nth-child(odd) .voice_inner::after {
	content: "";
	position: absolute;
	bottom: 40px; /* 矢印の縦位置 */
	left: -24px;
	width: 24px;
	height: 26px;
	background: #fff;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.voice_block ul li:nth-child(even) .voice_inner{
	margin-right: auto;
}
.voice_block ul li:nth-child(even) .voice_inner::before{
	background-color: #e6dccd;
}
.voice_block ul li:nth-child(even) .voice_inner::after {
	content: "";
	position: absolute;
	bottom: 40px; /* 矢印の縦位置 */
	right: -24px; /* ボックスの外に出す */
	width: 24px;
	height: 26px;
	background: #e6dccd;
	clip-path: polygon(0 0, 100% 100%, 0 100%); /* ←直角三角形 */
}
.voice_inner .txt_block{
	width: 88.235%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.voice_img{
	margin-top: 6rem;
}
.voice_img img{
	border-radius: 20px;
}

/********************
/* よくあるご質問
********************/
.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  background: #fff;
  border-radius: 45px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: border-radius 0.3s ease, margin-bottom 0.35s ease;
}

.accordion-item.open {
  border-radius: 10px;
  margin-bottom: 2.66rem;
}

.accordion-header {
  width: 100%;
  padding: 20px 45px 20px 20px; 
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  background: #622000;
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.53;
  transition: border-radius 0.3s ease;
  border-radius: 45px;
}

.faq_q, .faq_a {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.06rem;
  width: 1.23rem;
  margin-right: 8px;
}

.faq_a {
  color: #622000;
}

.accordion-header .plus {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
	transition: transform 0.35s ease;
}
.accordion-header .plus::before,
.accordion-header .plus::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion-header .plus::before {
  width: 100%;
  height: 1.5px;
}
.accordion-header .plus::after {
  width: 1.5px;
  height: 100%;
}

.accordion-item.open .accordion-header .plus {
  transform: translateY(-50%) rotate(90deg); /* 開いたとき右に90度回転 */
}
.accordion-item.open .accordion-header {
  border-radius: 10px 10px 0 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.35s ease-out;
}

.accordion-content-inner {
  padding: 1.133rem 20px 2.2rem 20px;
	display: flex;
}

.accordion-content .txt_block {
  line-height: 1.4;
}
.accordion-content .txt_block .faq_txt {
  font-weight: bold;
  line-height: 1.53;
  color: #622000;
  margin-bottom: 0.7rem;
}

/********************
/* 環境への取り組み
********************/
.sdgs_block .f20{
	line-height: 1.6;
	margin-bottom: 1.866rem;
}
.sdgs_block .txt_block{
	text-align: justify;
}
.sdgs_block .vm{
	margin-top: 2.366rem;
}