@charset "utf-8";

/*===========*/
/* 実店舗案内 */
/*===========*/

.store .msg-txt	{
	margin-bottom: 64px;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	line-height: 2;
	font-size: 40px;
	font-weight: 500;
}

.store .msg-txt + p	{
	line-height: 2;
	font-size: 18px;
}

.store .wrap {
	display: flex;
	justify-content: space-between;
	margin: 64px 0 120px;
}

.store .wrap .cell {
	width: 48%;
}

.store .wrap .store-info {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.store .wrap .store-info dt {
	margin-bottom: 24px;
	font-size: 28px;
}

.store .wrap .store-info ul li {
	margin-bottom: 8px;
}

.store .wrap .store-info dt span {
	display: block;
	font-size: 16px;
}

.store .wrap .map iframe {
	width: 100% !important;
	height: 450px !important;
}


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

.store .msg-txt	{
	margin-bottom: 32px;
	font-size: 20px;
}

.store .msg-txt + p	{
	font-size: 14px;
}

.store .wrap {
	display: block;
	margin: 32px 0 64px;
}

.store .wrap .cell {
	width: 100%;
	margin-bottom: 16px;
}

.store .wrap .store-info dt {
	margin-bottom: 16px;
	font-size: 20px;
}

.store .wrap .store-info dt span {
	font-size: 14px;
}

.store .wrap .map iframe {
	height: 240px !important;
}

}



/*=================================*/
/* 大量注文・法人契約ご希望のお客様へ */
/*=================================*/

.corporate .contents {
	margin-bottom: 120px;
}

.corporate .msg-txt {
	margin-bottom: 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	line-height: 2;
	text-align: center;
}

.corporate .list-corporate {
	display: flex;
	justify-content: space-between;
}

.corporate .list-corporate li {
	width: 24%;
	padding: 32px 8px;
	margin-bottom: 88px;
	text-align: center;
	font-size: 16px;
	background-color: #ECECEC;
}

.corporate .list-corporate dl dt {
	margin-bottom: 8px;
	font-size: 20px;
}

.corporate .list-corporate figure img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.corporate .list-corporate figcaption {
	display: block;
	margin-bottom: 16px;
}

.corporate .tel {
	margin-bottom: 24px;
	text-align: center;
}

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

.corporate .contents {
	margin-bottom: 64px;
}

.corporate .list-corporate {
	flex-wrap: wrap;
}

.corporate .list-corporate li {
	max-width: 250px;
	width: 45%;
	margin: 0 auto 16px;
	font-size: 15px;
}

.corporate .list-corporate dl dt {
	margin-bottom: 4px;
	font-size: 16px;
}

.corporate .list-corporate figure img {
	width: 96px;
	display: block;
	margin: 0 auto;
}

.corporate .msg-txt {
	font-size: 16px;
}

.corporate .tel {
	width: 90%;
	margin: 0 auto 24px;
}

}


/*======================*/
/* プライバシーポリシー */
/*======================*/

.privacy {
	margin-bottom: 64px;
}

.privacy p,
.privacy ul,
.privacy ol {
	margin-bottom: 16px;
}

.privacy .list-num > li {
	margin-bottom: 16px;
}

.privacy ul li > ul,
.privacy ul li > ol,
.privacy ol li > ul,
.privacy ol li > ol {
	margin-top: 16px;
}


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

.privacy {
	margin-bottom: 48px;
}

.privacy .ec-role {
	font-size: 14px;
}

}



/*==========*/
/* 商品詳細 */
/*==========*/
.product_page .ec-layoutRole__contents {
    margin-top: 160px;
}

.product_page .ec-productRole {
	margin: 64px auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.product_page .ec-productRole__description .wrap {
	display: flex;
	justify-content: space-between;
}

.product_page .ec-productRole__description .wrap .prodact-data {
	width: 48%;
}

.product_page .ec-productRole__description .prodact-data {
	padding-top: 16px;
	border-top: 1px solid #000;
}

.product_page .ec-productRole__description .prodact-data dt {
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.3;
}

.product_page .ec-productRole__description .prodact-data dd {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #000;
}

.product_page .ec-productRole__category .title {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.product_page .ec-productRole__category > ul {
	display: flex;
}

.product_page .ec-productRole__category > ul > li {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
.product_page .ec-layoutRole__contents {
	margin-top: 120px;
}

.product_page .ec-productRole__description {
	font-size: 14px;
}

.product_page .ec-productRole__description .wrap {
	display: block;
}

.product_page .ec-productRole__description .wrap .prodact-data {
	width: 100%;
}

.product_page .ec-productRole__description .prodact-data + .prodact-data {
	border-top: none;
}

.product_page .ec-productRole__description .prodact-data dd {
	padding-bottom: 8px;
	margin-bottom: 8px;
}

}

/*=============*/
/* お問い合わせ */
/*=============*/

.contact {
	margin-bottom: 64px;
}

.contact p,
.contact ul,
.contact ol {
	margin-bottom: 16px;
}

.contact .ec-borderedDefs {
	margin: 64px 0;
	border-top: 1px solid #000;
}

.contact .ec-borderedDefs dl {
    border-bottom: 1px solid #000;
}

.contact .ec-required {
	padding: 2px 8px;
	border-radius: 16px;
	background-color: #DE5D50;
	color: #FFF;
	line-height: 1;
}

.contact .end-msg {
	max-width: 878px;
	margin: 64px auto;
	padding: 64px 16px;
	background-color: #ECECEC;
	text-align: center;
}

.contact .end-msg dt {
	margin-bottom: 16px;
	font-size: 32px;
	line-height: 1.3;
}

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

.contact .end-msg {
	margin: 32px auto;
	padding: 32px 16px;
}

.contact .end-msg dt {
	font-size: 24px;
}

}


/*=============*/
/* 舘岡さんページ */
/*=============*/

.tateoka .main {
	margin-top: 60px;
	margin-bottom: 84px;
}

.tateoka .main .ma01{
	margin-bottom: 90px;
}

.tateoka .main .logo01 {
	max-width: 56%;
	margin: 0 auto 74px;
}

.tateoka .main .txt {
	text-align: center;
}

.tateoka .chef-area .heading01 {
	font-size: 18px;
}

.tateoka .chef-area .heading01 span {
	position: relative;
	padding-top: 14px;
	margin-top: 12px;
}

.tateoka .chef-area .heading01 span::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #000;
	width: 380px;
}

.tateoka .chef-area .chef .txt {
	max-width: 66%;
	margin: 0 auto;
}

.tateoka .lineup {
	flex-wrap: wrap;
}

.tateoka .lineup,
.tateoka .lineup .flex {
	display: flex;
	justify-content: space-between;
}

.tateoka .lineup .contents {
	width: 930px;
}

.tateoka .lineup .heading01 {
	padding: 80px 0 50px;
}

.tateoka .lineup-list li:nth-child(even) {
	flex-direction: row-reverse;
}

.tateoka .lineup-list li {
	width: 100%;
}

.tateoka .lineup-list li:not(:last-child) {
	margin-bottom: 50px;
}

.tateoka .lineup-list li .img {
	width: 50%;
}

.tateoka .lineup-list li .txt {
	width: 45%;
}

.tateoka .lineup-list li .txt .title {
	font-size: 20px;
	margin-bottom: 16px;
}

.tateoka .lineup-list .lift {
	display: block;
}

.tateoka .lineup-list .lift .img {
	margin-bottom: 24px;
}

.tateoka .lineup-list .lift .img,
.tateoka .lineup-list .lift .txt {
	width: 100%;
}

.tateoka .lineup .notice {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12%;
	width: 100%;
}

.tateoka .lineup .notice .logo {
	width: 22%;
	margin-right: 12%;
}

.tateoka .lineup .notice .txt {
	font-size: 24px;
}


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

	.tateoka .chef-area .heading01,
	.tateoka .lineup .heading01 {
		padding: 54px 0 24px;
	}

	.tateoka .main {
		margin-bottom: 70px;
	}

	.tateoka .main .ma01{
		margin-bottom: 70px;
	}

	.tateoka .main .logo01 {
		max-width: 56%;
		margin: 0 auto 40px;
	}

	.tateoka .main .logo01 {
		max-width: 80%;
	}

	.tateoka .main .txt {
		text-align: left;
	}

	.tateoka .chef-area {
		margin-bottom: 0;
	}

	.tateoka .chef-area .heading01 span::before {
		width: 150px;
	}

	.tateoka .chef-area .chef .txt {
		max-width: 100%;
	}

	.tateoka .lineup-list .flex {
		display: block;
	}

	.tateoka .lineup-list li .img {
		margin: 0 auto 24px;
	}

	.tateoka .lineup-list li .txt {
		padding: 0 16px;
		margin: 0 auto;
	}

	.tateoka .lineup-list li .img,
	.tateoka .lineup-list li .txt {
		width: 100%;
		max-width: 451px;
	}

	.tateoka .lineup-list li .txt .title {
		font-size: 16px;
	}

	.tateoka .lineup .notice {
		display: block;
	}

	.tateoka .lineup .notice .logo {
		margin: 0 auto 24px;
		width: 130px;
	}

	.tateoka .lineup .notice .txt {
		font-size: 20px;
		text-align: center;
	}

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

		.tateoka .lineup .notice .txt {
			font-size: 18px;
		}
	}
}


/*========================*/
/* ラッピングについてページ */
/*========================*/

.wrap .heading-title .title .icon {
	width: 72px;
}

.wrap .heading02 {
	border-bottom: 1px solid #000;
	padding: 64px 0 20px;
	margin-bottom: 30px;
	font-size: 30px;
}

.wrap .heading03 {
	font-size: 24px;
	padding: 27px 0 15px;
	font-weight: bold;
}

.wrap p {
	font-size: 18px;
}

.wrap p:not(:last-child) {
	margin-bottom: 30px !important;
}

.wrap .contents {
	max-width: 1320px;
	padding-bottom: 50px;
}

.wrap .catch-txt .txt p {
	line-height: 2.2;
	font-size: 18px;
}

.wrap .catch-txt .txt p:not(:last-child) {
	margin-bottom: 40px;
}

.wrap .first-txt,
.wrap .list-area,
.wrap .list-process {
	margin-bottom: 30px;
}

.wrap .list-area dl {
	font-size: 18px;
}

.wrap .list-area dl:not(:last-child) {
	margin-bottom: 30px;
}

.wrap .list-area dl dt {
	margin-bottom: 6.3px;
	font-weight: normal;
}

.wrap .list-area dl dd {
	line-height: 1.9;
}

.wrap .item-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrap .item-area .item {
	display: flex;
	width: calc( 100% / 2 );
}

.wrap .item-area .item {
	margin-bottom: 50px;
}

.wrap .item-area .item:nth-of-type(odd) {
	justify-content: flex-start;
}

.wrap .item-area .item:nth-of-type(even) {
	justify-content: flex-end;
}

.wrap .item-area .item .img {
	max-width: 250px;
}

.wrap .item-area .item .txt {
	padding-left: 24px;
	width: 390px;
}

.wrap .list-process {
	font-size: 18px;
}

.wrap .list-process ol {
	list-style: none;
}

.wrap .list-process li span {
	margin-left: 1em;
}

.wrap .list-process li:not(:last-child) {
	margin-bottom: 30px;
}

.wrap .area03 .item .warning-txt {
	color: #ff4a00;
	width: 100%;
	align-self: flex-end;
	padding-bottom: 15px;
}

.wrap .area04 .list-area {
	margin-bottom: 0;
}

.wrap .area05 {
	margin-bottom: 90px;
}

.wrap .area06 {
	background-color: #ECEDED;
	padding: 36px 0 34px;
}

.wrap .area06 .heading02 {
	margin-bottom: 20px;
}


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

	.wrap .heading-title .title .icon {
		width: 26px;
	}

	.wrap .heading02 {
		font-size: 24px;
		padding: 32px 0 14px;
		margin-bottom: 20px;
	}

	.wrap .heading03 {
		font-size: 18px;
		padding: 27px 0 15px;
	}

	.wrap p,
	.wrap .list-area dl,
	.wrap .list-process {
		font-size: 14px;
	}

	.wrap .contents {
		padding-bottom: 20px;
	}

	.wrap .catch-txt .txt p {
		line-height: 2.2;
		font-size: 14px;
	}


	.wrap .item-area {
		display: block;
	}

	.wrap .item-area .item {
		display: block;
		width: 100%;
	}

	.wrap .item-area .item:last-child {
		margin-bottom: 0;
	}

	.wrap .item-area .item:not(:last-child) {
		margin-bottom: 30px;
	}

	.wrap .item-area .item .img,
	.wrap .item-area .item .txt {
		width: 100%;
	}

	.wrap .item-area .item .img {
		margin: 0 auto;
	}

	.wrap .item-area .item .txt {
		padding-left: 0;
	}

	.wrap .area03 .item .warning-txt {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.wrap .area05 {
		margin-bottom: 32px;
	}

	.wrap .area06 {
		background-color: #ECEDED;
		padding: 20px 0 18px;
	}

}

/*=============*/
/* 新規会員登録 */
/*=============*/
.entry .catch-txt {
	text-align: center;
}

.entry .point-area .heading03 {
	font-size: 32px;
}

.entry .point-area .tx01 {
	font-size: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto;
}

.entry .point-area .tx01::before,
.entry .point-area .tx01::after {
	border-top: 1px solid #000;
	content: "";
	width: 70px;
}

.entry .point-area .tx01::before {
	margin-right: 10px;
}
.entry .point-area .tx01::after {
	margin-left: 10px;
}

.entry .point-area .point-new {
	display: block;
	font-size: 20px;
}

.entry .point-area .point-num {
	font-size: 138px;
    font-weight: bold;
	line-height: 1;
}

.entry .point-area .point-pt {
	font-size: 42px;
}

.entry .point-area .point-pre {
	display: block;
	font-size: 25px;
}

.entry .note-area ul {
	display: flex;
    flex-flow: row wrap;
    flex-direction: column;
	max-width: 800px;
    height: 200px;
    list-style: none;
    align-content: center;
	margin: 70px auto;
}

.entry .note-area ul img {
	width: 40px;
	vertical-align: middle;
}

.entry .note-area li {
	padding: 20px;
    padding-left: 30px;
    font-size: 20px;
    text-align: start;
}

.entry .note-area li span {
	color: #C8623E;
}

.entry .policy-area {
	max-width: 960px;
	margin: 0 auto;
    padding: 0 16px;
}

.entry .policy-area .heading03 {
	font-size: 30px;
	margin: 70px auto 40px;
}

.entry .policy-area .note01 {
	font-size: 20px;
}

.entry .policy-area .note02 {
	margin: 20px auto 35px;
}

.entry .policy-box {
	border: solid 1px #333;
	height: 360px;
    padding: 20px 50px;
    overflow-y: scroll;
}

.entry .policy-box .title {
	font-size: 20px;
	font-weight: 700;
	margin: 30px auto 16px;
}

.entry .policy-box .sub-title {
	font-weight: 700;
	margin: 10px auto 0;
}

.entry .ec-off4Grid .ec-off4Grid__cell {
	width: 100%;
	margin: 24px auto 0;
	text-align: center;
}

.entry .list-btn {
	display: flex;
	justify-content: center;
	max-width: 720px;
	margin: 32px auto 0;
}

.entry .list-btn li {
	width: 50%;
	padding: 0 8px;
	line-height: 1;
}

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

.entry .point-area .heading03,
.entry .policy-area .heading03 {
	font-size: 24px;
}

.entry .point-area .tx01 {
	font-size: 34px;
	margin: 10px auto 20px;
}

.entry .point-area .tx01::before,
.entry .point-area .tx01::after {
    width: 0.5em;
}

.entry .point-area .point-num {
    font-size: 100px;
}

.entry .point-area .point-pt {
    font-size: 30px;
}

.entry .note-area {
display: inline-block;
}

.entry .note-area ul {
    display: block;
    margin: 20px auto;
    height: auto;
}

.entry .note-area ul img {
	width: 30px;
}

.entry .note-area li {
font-size: 16px;
    padding: 10px;
    text-align: start;
}

.entry .policy-area {
    width: 100%;
}

.entry .policy-area .note01 {
    font-size: 18px;
}

.entry .policy-box {
    width: 100%;
	padding: 16px;
	font-size: 12px;
}

.entry .policy-box .title {
	font-size: 14px;
    margin: 16px auto 8px;
}

.entry .policy-box .sub-title {
	margin: 8px auto 0;
}

.entry .ec-off4Grid .ec-off4Grid__cell {
	margin: 0px auto 0;
}

.entry .list-btn {
	display: block;
	margin: 24px auto 0;
}

.entry .list-btn li {
	width: 100%;
	padding: 0;
	margin-bottom: 8px;
}

}

/*===========*/
/* 購入ページ */
/*===========*/

#noshi_add {
	margin-bottom: 32px;
}


/*===============*/
/* 登録完了ページ */
/*===============*/


#page_entry_complete .ec-off3Grid .ec-off3Grid__cell {
	margin-left: 0;
	width: 100%;
}

#page_entry_complete .ec-off4Grid {
	display: block;
}

#page_entry_complete .ec-off4Grid .ec-off4Grid__cell {
	max-width: 320px;
	margin: 0 auto;
}

/*===============*/
/* 商品レコメンド */
/*===============*/

@media screen and (max-width: 767px) {
#plg_recommended_products .ec-shelfGrid .ec-shelfGrid__item {
	align-items: center;
	padding: 0 1%;
}

#plg_recommended_products .ec-shelfGrid .ec-shelfGrid__item-image {
	text-align: center;
}

}


/*=============*/
/* その他ページ */
/*=============*/

.other_page .ec-layoutRole__contents {
	padding-bottom: 64px;
	font-family: 'Noto Sans JP', sans-serif;
}


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

.other_page .ec-layoutRole__contents {
	font-size: 14px;
}

}


/*=============*/
/* WP投稿ページ */
/*=============*/

.news .heading-title span {
	display: block;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
}

.coverage-detail .sec-detail .img {
	margin-bottom: 1em;
	text-align: center;
}

.coverage-detail .sec-detail .txt {
	margin-bottom: 1em;
}

.coverage-detail .interview-area .txt + .img {
	margin-top: 32px;
}
.coverage-detail .shopinfo-area .address {
	display: flex;
	margin-bottom: 1em;
}

.coverage-detail .shopinfo-area .address dt {
	width: 3em;
}

.coverage-detail .shopinfo-area .free-txt {
	padding: 16px;
	border: 1px solid #4D4D4D;
}

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

	.news .heading-title span {
		font-size: 14px;
	}

	.coverage-detail .shopinfo-area .free-txt {
		padding: 8px;
		font-size: 13px;
	}
}