﻿@charset "UTF-8";
.sp {
	display: none;
}
.concept-main .blank_icon_red {
	width: auto !important;
	height: auto !important;
	vertical-align: middle !important;
	margin-left: 5px;
}

/* top */
.concept-main .sect-title-parts {
	margin: 30px 0;
	padding: 0;
	text-align: center;
}
.concept-main .sect-title-parts img {
	width: 261px;
}
/* top text */
.concept-main .concept-top {
	padding: 0 20px;
}
.concept-main .concept-top h3 {
	text-align: center;
}
/* top text */
.concept-main .concept-area .concept-top p {
	margin: 10px 0 0;
	text-align: center;
}

/* about */
.concept-main .concept-about__box {
	margin: 20px 0 0;
	padding: 0 8px 8px 8px;
	box-shadow: 1px 4px 5px -1px rgb(0, 0, 0, 25%);
	-webkit-filter: none;
	filter: none;
}
.concept-main .concept-about__box_inner {
	position: relative;
	margin: 0;
	padding: 5px 15px 10px;
	border:#963248 solid 1px;
	border-radius: 3px;
}
.concept-main .img_about_01 {
	position: absolute;
	top: -20px;
	left: -18px;
}
.concept-main .img_about_02 {
	position: absolute;
	bottom: -45px;
	right: -18px;
}
.concept-main .concept-about__box h4 {
	padding: 0 70px;
	text-align: center;
}
.concept-main .concept-area .concept-about__box p {
	/* margin-top: 10px; */
	margin-bottom: 0;
	line-height: 1.7;
}

/* concept list */
.concept-main .concept-nav_2 {
	margin: 40px 0 0;
	padding: 20px 0 0;
	position: relative;
}
.concept-main .dot_red_line {
	background-size: 10px 1px;
	background-image: linear-gradient(to right, #963248 6px, transparent 4px);
	background-repeat: repeat-x;
	background-position: left top;
}
.concept-main .concept-nav_2 h3 {
	padding: 0 72px;
	text-align: center;
}
.concept-main .concept-nav_2 .concept-list {
	margin: 25px 0 0;
	min-height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* list */
.concept-main .concept-list a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.concept-main .concept-list li:hover {
	opacity: 0.8;
}
.concept-main .concept-list li:first-child {
	box-shadow: 10px 6px #F0E8D3;
}
.concept-main .concept-list li:nth-child(2) {
	box-shadow: -10px 6px #F0E8D3;
}
.concept-main .concept-list li:nth-child(3) {
	box-shadow: -2px 12px #F0E8D3;
}
.concept-main .concept-list li:nth-child(4) {
	box-shadow: 10px 6px #F0E8D3;
}
.concept-main .concept-list li:nth-child(5) {
	box-shadow: 10px 6px #F0E8D3;
}
.concept-main .concept-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 164px;
	min-height: 164px;
	border-radius: 50%;
/*	background-color: #963248; */
	margin: 0 20px;
}
.concept-main .concept-list__item a {
	width: 100%;
	min-height: 164px;
	border-radius: 50%;
	background-color: #963248;
	position: relative;
}
.concept-main .concept-list p.concept-list__des {
	margin: 0;
	padding: 59px 0 3px;
	color: #fff;
	font-size: 116.67%;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	position: relative;
}
.concept-main .concept-list__item a::after {
	content: "";
	background-position: center;
	background: url(/sp/common/img/concept/arrow_red.png) no-repeat center 0;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: calc(50% - 31px / 2);
	bottom: 15px;
}
.concept-main .concept-nav_2 .bg-img {
	padding-top: 40px;
}
.concept-main .concept-nav_2 .bg-img img {
	width: 100%;
	height: auto;
}
.concept-main .concept-nav_2 .img_concept_01 {
	position: absolute;
	bottom: 140px;
	right: 0;
}


/* ------------------------------ 
 * 01: お約束
 */
.concept-main .dtl-01 .sect-title-parts {
	margin-top: 0;
	margin-bottom: 25px;
}
.concept-main .sect-title-parts_2 {
	margin-bottom: 28px;
	padding: 0 32px;
	text-align: center;
}
.concept-main .sect-title-parts_2 img {
	width: 60%;
	height: auto;
}

.concept-main .dtl-01 .sect-title-parts img {
	width: 150px;
	height: auto;
}
/* top text */
.concept-main.dtl .concept-top {
	padding-right: 0;
	padding-left: 0;
}
.concept-main .dtl-01 .concept-top h3 {
	color: #963248;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
}
.concept-main.dtl .concept-top p {
	margin-top: 16px;
	text-align: left;
	font-size: inherit;
	font-weight: 300;
}

/* promise */
.concept-main .dtl-01 .concept-promise_inner {
	margin: 30px 0 0;
}
.concept-main .dtl-01 .sect-title-parts_3 {
	margin-bottom: 25px;
	padding: 20px 50px 0;
	text-align: center;
}
.concept-main .dtl-01 .sect-title-parts_3 img {
	width: 60%;
	height: auto;
}
.concept-main .dtl-01 .concept-promise_txt h3 {
	color: #963248;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main .dtl-01 .concept-promise_txt p {
	margin-bottom: 20px;
	font-size: inherit;
	font-weight: 300;
}
.concept-main .dtl-01 .concept-promise_txt span {
	font-weight: 600;
}
.concept-main .dtl-01 .concept-promise_txt .promise__img {
	margin-bottom: 18px;
	padding: 0;
	text-align: center;
}
.concept-main .dtl-01 .concept-promise_txt .promise__txt span {
	color: #963248;
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.1;
}
.concept-main .dtl-01 .concept-promise_txt {
	padding: 0;
}
.concept-main .dtl-01 .concept-promise_txt .atn {
	margin-bottom: 30px;
}
.concept-main .dtl-01 .concept-promise_txt .atn li {
	list-style: none;
	color: #5A5A5A;
	font-size: 0.6875rem;
}
.concept-main .dtl-01 .atn_2 li {
	position: relative;
	padding: 0 0 0 12px;
}
.concept-main .dtl-01 .atn_2 li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/* 8つの約束*/
.concept-main .dtl-01 .concept-promise__box {
	position: relative;
	margin: 0 0 30px;
	padding: 5px 5px 30px;
	border:#963248 solid 1px;
	border-radius: 6px;
}
.concept-main .dtl-01 .sect-title-parts_4 {
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0 120px;
	text-align: center;
}
.concept-main .dtl-01 .concept-promise_8 {
	padding: 0 27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.concept-main .dtl-01 .concept-promise_8 li {
	width: 25%;
	padding-top: 20px;
	text-align: center;
}
.concept-main .dtl-01 .concept-promise_8 li img {
	max-width: 124px;
}

.concept-main .dtl-01 .btn {
	margin: 0 0 25px;
	text-align: center;
}
.concept-main .dtl-01 .btn a {
	padding: 6px 48px 6px 20px;
	position: relative;
	border: #963248 solid 1px;
	border-radius: 100vh;
	font-size: 0.875rem;
	color: #963248;
	font-weight: 400;
}
.concept-main .dtl-01 .btn a::before {
	content: url("");
	width: 24px;
	height: 24px;
	background-image: url(/sp/common/img/concept/arrow_red_2.png);
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.concept-main .dtl-01 .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
	background-color: rgba(150,50,72,0.1);
}

/* ------------------------------ 
 * 02: 商品
 */
.concept-main .dtl-02 .sect-title-parts img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.concept-main .dtl-02 .concept-top h3 {
	color: #963248;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main .dtl-02 .concept-goods_inner {
	margin: 40px 0 30px;
	padding: 10px 15px 0;
	border:#963248 solid 1px;
	border-radius: 10px;
	background-color: #FFFCF9;
}
.concept-main .dtl-02 .goods h3 {
	padding: 0;
	text-align: center;
}
.concept-main .dtl-02 .goods h3 img {
	width: 55%;
	height: auto;
}
.concept-main .dtl-02 .goods__cnt {
	display: flex;
	flex-direction: row-reverse;
}
.concept-main .dtl-02 .goods .ttl {
	margin-bottom: 20px;
	color: #963248;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main .dtl-02 .goods__img {
	display: flex;
	margin-top: -35px;
	padding-left: 20px;
}
.concept-main .dtl-02 .goods__img > div {
	width: 142px;
}
.concept-main .dtl-02 .goods__box {
	position: relative;
	padding: 20px 0;
}
.concept-main .dtl-02 .goods__img + p,
.concept-main .dtl-02 .goods .ttl + p {
	margin-bottom: 0;
}
.concept-main .dtl-02 .goods__box::before {
	content: "";
	position: absolute;
	left: calc((100% - 80%) / 2);
	bottom: 0;
	background-size: 4px 1px;
	background-image: linear-gradient(to right, #963248, #963248 2px, transparent 2px, transparent 4px);
	background-color: initial;
	height: 2px;
	width: 80%;
}
.concept-main .dtl-02 .goods__box:last-child::before {
	content: none;
}

/* ------------------------------ 
 * 03: 環境と社会貢献
 */
.concept-main .dtl-03 .sect-title-parts_2 {
	padding: 0 28px;
}
.concept-main .dtl-03 .sect-title-parts img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.concept-main .dtl-03 .shop h3 {
	padding: 0 18px;
	text-align: center;
}
.concept-main .dtl-03 .plant {
	width: 309px;
	text-align: center;
}
.concept-main .dtl-03 .shop__txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.concept-main .dtl-03 .txt {
	flex-grow: 1;
}
.concept-main .dtl-03 .shop__img img {
	height: auto;
}
.concept-main .dtl-03 .link {
	position: relative;
	margin-bottom: 0;
	padding-right: 20px;
	text-align: right;
}
.concept-main .dtl-03 .link::before {
	content: ">";
	position: absolute;
	top: 0;
	right: 5px;
	color:#963248
}
.concept-main .dtl-03 .link a {
	color: #963248;
}
.concept-main .dtl-03 .sub-ttl {
	margin-top: 20px;
}
.concept-main.dtl-03 .sub-ttl p {
	font-weight: 400;
}
.concept-main .dtl-03 .sub-ttl a {
	text-decoration: revert;
	color: #963248;
}
.concept-main .dtl-03 .sub-ttl a:hover {
	text-decoration: none;
}

 /* ------------------------------ 
 * 04: 店舗・業態
 */
.concept-main .dtl-04 .sect-title-parts_2 {
	padding: 0 38px;
}
.concept-main .dtl-04 .sect-title-parts img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.concept-main .dtl-04 .concept-top h3 {
	color: #963248;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main.dtl .concept-shop_inner {
	margin: 30px 0 30px;
	padding: 15px 15px 0;
	border:#963248 solid 1px;
	border-radius: 10px;
	background-color: #FFFCF9;
}
.concept-main .dtl-04 .shop h3 {
	padding: 0 27px;
	text-align: center;
}
.concept-main.dtl .shop h3 img {
	width: 50%;
	height: auto;
}
.concept-main.dtl .shop__cnt {
	display: flex;
	flex-direction: row;
}
.concept-main.dtl .shop .ttl {
	margin-bottom: 20px;
	color: #963248;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main.dtl .shop__img,
.concept-main.dtl .shop__img_2 {
	margin-right: 20px;
}
.concept-main.dtl .shop__box {
	position: relative;
	padding: 30px 0;
}
.concept-main.dtl .shop__box::before {
content: "";
	position: absolute;
	left: calc((100% - 80%) / 2);
	bottom: 0;
	background-size: 4px 1px;
	background-image: linear-gradient(to right, #963248, #963248 2px, transparent 2px, transparent 4px);
	background-color: initial;
	height: 2px;
	width: 80%;
}
.concept-main.dtl .shop__box:last-child::before {
	content: none;
}
.concept-main.dtl .shop__img + p span {
	color: #595959;
	font-size: 0.6875rem;
	font-weight: 300;
}
.concept-main .dtl-04 .shop__img_2 {
	display: flex;
	justify-content: space-between;
	width: 309px;
}

/* ------------------------------ 
 * 05: ストーリ
 */
.concept-main .dtl-05 .sect-title-parts_2 {
	padding: 0 28px;
	text-align: center;
}
.concept-main .dtl-05 .sect-title-parts img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 3px 4px #D9D9D9;
}
.concept-main .dtl-05 .concept-top h3,
.concept-main .dtl-05 .concept-story h3 {
	color: #963248;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
}
/* history */
.concept-main .dtl-05 .concept-story h3 {
	margin-bottom: 20px;
	text-align: center;
}
.concept-main .dtl-05 .concept-story h3 img {
	width: 45%;
	height: auto;
}
.concept-main .dtl-05 .concept-story_inner {
	margin: 0 0 30px;
	padding: 19px 10px 20px;
	border:#963248 solid 1px;
	border-radius: 10px;
	background-color: #FFFCF9;
}
.concept-main .dtl-05 .concept-story {
	margin: 22px 0 0;
}
.history dl {
	display: flex;
	position: relative;
	padding: 0 0 20px;
}
.history dl.row-1 {
	padding: 0 0 70px;
}
.history dl::before {
	content: "";
	position: absolute;
	left: 33px;
	top: 30px;
	bottom: 10px;
	background-color: #963248;
	width: 1px;
}
.history dl.dot_y_line::before,
.history dl.dot_y_line_2::before {
	content: "";
	position: absolute;
	left: 33px;
	top: 30px;
	background-size: 1px 4px;
	background-image: linear-gradient(to top, #963248, #963248 2px, transparent 2px, transparent 4px);
	background-color: initial;
}
.history dl.dot_y_line_2::after {
	content: "";
	position: absolute;
	left: 33px;
	top: 30px;
	height: 20px;
	background-color: #963248;
	width: 1px;
}
.history dt {
	width: 90px;
}
.history dd {
	padding-left: 40px;
	width: calc(100% - 90px);
}

.concept-main .dtl-05 .h_year {
	font-family: "Abhaya Libre", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 40px;
	color: #963248;
	line-height: 0.5;
}
.concept-main .dtl-05 p.h_ttl {
	margin-bottom: 1.1rem;
	padding: 0 0 6px;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main .dtl-05 .dot_red_line_2 {
	background-size: 4px 1px;
	background-image: linear-gradient(to right, #963248 2px, transparent 2px);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.concept-main .dtl-05 .h_subttl {
	font-size: inherit;
	font-weight: 600;
	color: #963248;
}
.concept-main .dtl-05 .history__box {
	display: flex;
}
.concept-main .dtl-05 .history__box > div {
	padding: 0 15px 0;
	text-align: right;
}
.concept-main .dtl-05 .history__box p {
	margin-bottom: 5px;
	font-size: inherit;
	font-weight: 300;
}
.concept-main .dtl-05 .img_history_01 img { width: 83px; }
.concept-main .dtl-05 .img_history_02 img { width: 76px; }
.concept-main .dtl-05 .img_history_03 img { width: 62px; }
.concept-main .dtl-05 .img_history_04 img { width: 45px; }
.concept-main .dtl-05 .img_history_05 img { width: 71px; }
.concept-main .dtl-05 .img_history_06 img { width: 39px; }
.concept-main .dtl-05 .img_history_07 img { width: 75px; }
.concept-main .dtl-05 .img_history_08 img { width: 75px; }

/* ------------------------------ 
 * xx: 食品添加物の考え方
 */
.concept-main .dtl-food .sect-title-parts_2 {
	margin-bottom: 0;
	padding: 0;
}
.concept-main .dtl-food h2 {
	background-color: #963248;
}
.concept-main .dtl-food h3 {
	margin-top: 20px;
	color: #963248;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
}
.concept-main .dtl-food .concept-top h3 span {
	border-bottom: #963248 solid 1px;
}
.concept-main .dtl-food .concept-top p {
	margin-top: 2px;
}
.concept-main .dtl-food .cat__box {
	display: flex;
}
.concept-main .dtl-food .cat__img {
	max-width: 234px;
	display: inherit;
}
.concept-main .dtl-food .cat__txt li {
	position: relative;
	padding: 0 0 0 20px;
}
.concept-main .dtl-food .cat__txt li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 9px;
}
.concept-main .dtl-food .concept-category h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.concept-main .dtl-food .atn {
	color: #747474;
	font-size: 0.6875rem;
}
.concept-main .dtl-food .btn {
	margin: 30px 0 25px;
	text-align: center;
}
.concept-main .dtl-food .btn a {
	padding: 6px 48px 6px 20px;
	position: relative;
	border: #963248 solid 1px;
	border-radius: 100vh;
	font-size: 0.875rem;
	color: #963248;
	font-weight: 400;
}
.concept-main .dtl-food .btn img {
	max-width: 15px;
}
.concept-main .dtl-food .btn a::before {
	content: url("");
	width: 24px;
	height: 24px;
	background-image: url(/sp/common/img/concept/arrow_red_2.png);
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.concept-main .dtl-food .btn span {
	margin-left: 8px;
}
.concept-main .dtl-food .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
	background-color: rgba(150,50,72,0.1);
}
.concept-main .dtl-food .img_style {
	margin-left: 10px;
	border: #ccc solid 1px;
	box-sizing: border-box;
}

/* ------------------------------ 
 * コンセプト リスト (detail配下ページ用)
 */
/* concept list */
.concept-main.dtl .concept-nav_2 {
	margin-bottom: 40px;
	padding: 40px 20px;
	background-color: #fff;
	border: 1px solid #EDEBE3;
	border-radius: 5px;
}
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:first-child,
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(2),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(3),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(4),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(5),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(6),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(7),
.concept-main.dtl .block-frame.concept-nav_2 .concept-list li:nth-child(8) {
	box-shadow: none;
	position: initial;
}