@charset "utf-8";

/* テーマデフォルトのスタイル
------------------------------------------------------------------------------------ */
.container_flex {
	display: flex;
}
.container_flex > div {
	width: 50%;
}
.product_txt {
	margin: 10px 40px;
}
.body-product-list .__category-description .table--tmp01,
.body-product-list .__category-description .table--tmp02,
.body-product-list .__category-description .table--tmp03,
.body-product-list .__category-description .table--tmp04,
.body-product-list .__category-description .table--tmp05 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.fred_txt {
	color: #f00;
}



/* 「メーカーから探す」商品一覧ページ
------------------------------------------------------------------------------------ */
.body-product-list .__category-description {
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.body-product-list .__category-description .__ttl {
	flex: 0 0  100%;
	max-width: 100%;
	margin-top: 30px;
	padding: 6px 0 10px 25px;
	font-size: 15px;
	position: relative;
	border-bottom: 2px solid #dcdcdc;
}
.body-product-list .__category-description .__ttl::before {
	display: block;
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #333;
}
.body-product-list .view_product {
	font-family: "Noto Sans JP", sans-serif !important;
}
.body-product-list .__category-description h4 {
	font-size: 1.5rem;
	line-height: 150%;
	font-weight: 700;
}



/* 自由ページ「オリジナル商品OEM」
------------------------------------------------------------------------------------ */
/* タイトルの改行調整用（スマホ/PC） */
.contact_cnt .br--sp{display: none;}
.contact_cnt .br--pc{display: none;}

/* お問い合わせセクションのレイアウト（共通）の変更[タイトル・本文・画像・ボタン] */
.contact_cnt h3{
    font-size: 26px;
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 1.23;
    color: #cc3131;
}

/* 背景画像 */
.contact_cnt__bg{
	background: #cc3131 url(https://wagashi-biz.jp/uploads/newpage/oempage/oemsoudan-haikei.png) no-repeat top -7px center;
}

/* お問い合わせセクションレイアウト（オリジナル商品OEM） */
.contact_cnt--oem .contact_cnt__bg .contact_cnt__bg__inner{
	display: grid;
	grid-template-columns: repeat(24,1fr);
	grid-template-rows: repeat(9,auto);
	grid-row-gap: 1em;
	padding: 1.4em 0.5em;
}
.contact_cnt--oem .contact_cnt__title-box{
	grid-column: 1/-1;
	grid-row: 1/3;
}
.contact_cnt--oem .contact_cnt__img-box{
	grid-column: 20/-1;
	grid-row: 3/9;
	padding: 0 1.6em 0 0;
	text-align: center;
	font-weight: 600;
}
.contact_cnt--oem .contact_cnt__text-box{
	grid-column: 1/20;
	grid-row: 3/6;
	font-weight: 500;
	text-align: center;
	padding: 0 1em;
}
.contact_cnt--oem .contact_cnt__btn-box{
	grid-column: 1/20;
	grid-row: 6/9;
	display: flex;
	margin: 0 auto;
	width: 69%;
}
.contact_cnt--oem .contact_cnt__btn-box a {
	transition: all 0.3s ease;
}
.contact_cnt--oem .contact_cnt__btn-box a:hover {
	opacity: 0.75;
}

/* オリジナル商品OEMページ */
/* オリジナル商品の製造条件 */
/* サムネイル画像セクションの設定 */
.original_example .example_thumbnails{
	display: grid;
	gap: 0.2em;
	grid-template-columns: repeat(auto-fit, minmax(14%, 1fr));
	padding: 0.5em 0 0 0;
}
/* 選択されていない画像は暗くする */
.example_thumbnails .example_thumbnails__item img{
	filter: brightness(30%);
	transition: filter 0.2s ease-in-out;
}
/* 選択されている画像は明るくする */
.example_thumbnails__item.active img,
.example_thumbnails__item:hover img {
	filter: brightness(100%);
	transition: filter 0.2s ease-in-out;
}
/* サムネイル画像の上に文字を重ねる */
.example_thumbnails .example_thumbnails__item a{
	position: relative;
	display: block;
	width: 100%;
}
/* サムネイル画像に重ねる文字の調整 */
.example_thumbnails .example_thumbnails__item .example_thumbnails__item__name{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	line-height: 1;
	transform: translate(-50%, -50%) translateZ(0);
}

/* サムネイルと詳細の間の余白 */
.original_example .example_cnt{
	margin-top: 0.5em!important;
}
/* 詳細セクション */
/* 詳細画面の表示/非表示 */
.original_example .example_cnt{
	display: none;
}
.original_example .example_cnt.is-active{
	display: block;
}

/*OEMTOP*/
section.oem {
	padding: 0 !important;
}
section.oem_top {
	padding: 0 !important;
	margin-bottom: 60px;
}
section.oem_top h3 {
	font-size: 35px;
	padding: 0.857em 0;
	line-height: 1.428;
}
.oem_top_flex {
	display: flex;
	justify-content: space-between;
}
.oem_top_flex > p {
	width: 41.66%;
}
.oem_top_flex > div {
	width: 55.1%;
}
.oem_top_flex > div p#oem_top_flex_img {
	width: 100%;
	max-width: 300px;
	margin: 15px auto 0 auto;
}
section.oem_top p.red_txt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 1.9em 0 18px;
}
section.oem_top ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
section.oem_top ul li {
	width: 49%;
	margin-bottom: 20px;
	background: #fcfbf8;
}
.oem_use {
	padding: 25px 22px 40px;
}
p.sankaku {
	position: relative;
	width: 100%;
	height: 3px;
	background: #e4c36b;
	margin: 18px 3px 28px;
}
p.sankaku::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 17px 16px 0 16px;
	border-color: #e4c46b transparent transparent transparent;
}
/*OEM流れ*/
p.step_arrow {
	position: relative;
	border-top: 1px solid #b9b9b9;
	margin: 10px 0 0;
}
p.step_arrow span {
	display: block;
	position: absolute;
	left: 33px;
	top: -1px;
	width: 42px;
	line-height: 100%;
}
.main.main--page-detail-2column section.oem_step {
	margin: 0 0 80px 0 !important;
	padding: 0 !important;
}
section.step_cnt {
	margin-top: 30px !important;
	padding: 0 !important;
}
section.step_cnt.step_cnt01 {
	margin-top: 0 !important;
}
.oem_step_flex {
	display: flex;
	justify-content: space-between;
}
p.oem_step_num span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffe0e0;
	border-radius: 50%;
	height: 104px;
	width: 104px;
}
p.oem_step_num {
	font-size: 20px;
	width: 15.625%;
	color: #cc3131;
}
.step_cnt_right {
	width: 84.375%;
}
.step_cnt_right h3 {
	font-size: 25px;
	line-height: 150%;
	margin-bottom: 0.56em;
}
.step_cnt_right p {
	margin-bottom: 1.35em;
}
.step_cnt_right p span.red_txt {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.388em;
}
.setp01_flex {
	display: flex;
	justify-content: space-between;
}
.setp01_flex div {
	width: 57%;
}
.setp01_flex > p {
	width: 37.1%;
	padding-right: 23px;
}
.step_cnt_right ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 48px;
	margin-top: -1.35em;
}
p.step_bg a {
	text-decoration: underline;
}
.step_cnt_right ul::before {
	content: "【例】";
	text-indent: -48px;
}
.step_cnt_right ul li {
	width: 33%;
}
.step_cnt_right ul li:nth-child(2), .step_cnt_right ul li:nth-child(5) {
	width: 20%;
}
.step_cnt_right p.step_bg {
	background: #fff6db;
	padding: 30px 27px;
}
.step_cnt_right.oem_step_flex div {
	width: 56.5%;
}
.step_cnt_right.oem_step_flex p.step_img {
	padding: 0 23px;
}
section.oem_step section.step_cnt:last-child .oem_step_flex {
	align-items: baseline;
}
/*オリジナル商品例*/
.main.main--page-detail-2column section.original_example {
	margin-bottom: 20px;
	padding: 0 !important;
}
.example_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main.main--page-detail-2column section.example_cnt {
	width: 100%;
	padding: 24px;
	border: 1px solid #c9c9c9;
	margin-bottom: 19px;
}
.example_cnt_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example_cnt_flex > p {
	width: calc((100% - 20px) / 2);
}
.example_cnt_flex > div {
	width: calc((100% - 20px) / 2);
}
  .example_cnt02 ul li {
    width: 32%;
  }
section.example_cnt p.example_cnt02_txt {
	font-size: 18px;
	display: inline-block;
	padding-right: 1.5em;
	background: #fff;
	position: relative;
	z-index: 1;
}
.example_cnt02 {
	position: relative;
}
section.example_cnt .example_cnt02::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #c9c9c9;
	position: absolute;
	top: 14px;
	z-index: 0;
}
.example_cnt02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example_cnt02 ul#dhk li {
	width: 31.9%;
}
.example_cnt02 ul li {
	width: 15.1%;
	font-weight: bold;
}
.example_cnt02 ul li p {
	padding: 6px 2px 0;
	margin-bottom: 15px;
}
section.example_cnt h4 {
	font-size: 30px;
	line-height: 2;
	padding-top: 0.07em;
}
section.example_cnt p.example_txt {
	font-size: 16px;
}
section.example_cnt p {
	font-size: 14px;
	margin-bottom: 20px;
}
.red_txt {
	color: #cc3131;
}
section.example_cnt p span.red_txt {
	display: block;
}
/*お問合せ*/
section.contact_cnt {
	padding: 0 !important;
}
.contact01 {
	padding: 25.5px 30px;
	background: #cc3131 url(https://wagashi-biz.jp/uploads/images/other/contact_bg.jpg) no-repeat center right;
	color: #fff;
	position: relative;
}
.contact01 h3 {
	font-size: 28px;
	padding: 0.28em 0 0.5em;
	letter-spacing: -1.2px;
	line-height: 1.23;
}
.contact01 h3 span {
	display: block;
	width: 84%;
}
.contact01 p {
	width: 63%;
	letter-spacing: -0.5px;
}
.contact01 .contact_img {
	position: absolute;
	bottom: 0;
	right: 2.3%;
	width: 30%;
	border: 0;
}
.contact01 .contact_img img {
	margin-right: 0;
}
.contact_flex {
	display: flex;
	justify-content: space-between;
	border: 1px solid #c9c9c9;
}
.contact_flex section {
	width: 50%;
	text-align: center;
	padding: 20px 43px 18px;
}
.contact_flex section + section {
	border-left: 1px solid #c9c9c9;
}
.contact_flex section h4 {
	font-size: 20px;
}
p.contact_tel {
	font-size: 47px;
	padding: 4px 0;
}
p.contact_tel a::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 37px;
	margin: 0 10px 0 0;
	vertical-align: unset;
	background: url(https://wagashi-biz.jp/uploads/images/common/ft_tel.png) no-repeat center;
	background-size: contain;
}
.contact_flex section p.ft_mail {
	padding: 10.5px 0;
}
.contact_flex section p.ft_mail a {
	font-size: 20px;
}
.contact_flex section p.ft_mail a::before {
	display: inline-block;
	margin-top: -8px;
	margin-right: 16px;
	width: 29px;
	height: 19px;
}

/* 自由ページ「メーカー様の募集」
------------------------------------------------------------------------------------ */
div#PageMaker {
}
div#PageMaker img {
	display: block;
	width: auto;
	margin: 0 auto;
}
section.about_shop {
	padding: 0 !important;
}
section.about_shop ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 30px;
}
section.about_shop ul li {
	width: 49%;
	margin-bottom: 20px;
	background: #fcfbf8;
}
.about_shop_cnt {
	padding: 25px 22px;
}
.about_shop_cnt p {
	padding-bottom: 20px;
	letter-spacing: -0.2px;
}
.about_shop_cnt p span {
	background: #f7dc0a;
}
.about_shop_cnt p img {
	margin: 0;
}

ul.recruitment_flex {
	display: flex;
	justify-content: space-between;
	padding: 40px 20px 0;
}
ul.recruitment_flex li {
	text-align: center;
	border: 1px solid #c9c9c9;
	padding: 29px 3px 19px;
	width: 18.8%;
	position: relative;
}
ul.recruitment_flex li h3 {
	font-size: 25px;
	margin-bottom: 6px;
}
p.recruitment_num span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffe0e0;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin: 18px auto 9px;
}
p.recruitment_num {
	font-size: 20px;
	width: 100%;
	color: #cc3131;
}
ul.recruitment_flex li + li::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 9px;
	border-color: transparent transparent transparent #a0a0a0;
	position: absolute;
	top: 30%;
	left: -12px;
}

/* 自由ページ「サンプルの依頼方法」
------------------------------------------------------------------------------------ */
section.sample_note {
	background: #fff6db;
	padding: 30px;
	margin: 50px 0 60px;
}
section.sample_note h2.red_txt {
	font-size: 25px;
	margin-bottom: 15px;
}
section.sample_note h2.red_txt::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url(https://wagashi-biz.jp//uploads/images/other/sample_note.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 9px 3px 7px;
}
section.sample_note p {
	margin-bottom: 0.35em;
}
section.sample p.step_arrow span img {
		width: 42px;
}
section.sample section.step_cnt p.view_more {
	max-width: unset;
	display: flex;
	justify-content: left;
	
}
section.sample .sample_frow p.view_more {
	margin: 0 0 1.35em;
}
section.sample p.view_more a {
	display: block;
	font-size: 1.18em;
	color: #fff;
	background: #cc3131;
	border-radius: 0;
	padding: 13px 20px;
	text-decoration: none;
}
section.sample p.view_more a::before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4.5px;
	border-color: transparent transparent transparent #ffffff;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3.5px;
}
section.sample p.sample_img {
	margin-bottom: 2.5em;
}
section.sample p.sample_img img {
	width: auto;
	margin: 0;
}
section.sample span[style] a {
	color: inherit!important;
	text-decoration: none!important;
}


/* PC（小）用
------------------------------------------------------------------------------------ */
@media screen and (min-width:1024px) and (max-width:1380px) {
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1023px) {

	/* 自由ページ「注文の変更について」
	------------------------------------------------------------------------------------ */
	.main.main--page-detail-1column section:not(.__heading), .main.main--page-detail-2column section:not(.__heading) {
		padding: 0;
	}

	/* 自由ページ「サンプルの依頼方法」
	------------------------------------------------------------------------------------ */
	section.sample_note {
		padding: 30px!important;
	}
}


/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
/* テーマデフォルトのスタイル
------------------------------------------------------------------------------------ */
.container_flex {
	flex-direction: column;
}
.container_flex > div {
	width: 100%;
}
.product_txt {
	margin: 10px;
}

	/* 「メーカーから探す」商品一覧ページ
	------------------------------------------------------------------------------------ */
	.body-product-list .__category-description h4 {
		font-size: 1.25rem;
		line-height: 150%;
	}

	/* 自由ページ「オリジナル商品OEM」
	------------------------------------------------------------------------------------ */
	/* タイトルの改行調整用（スマホ/PC） */
	.contact_cnt .br--sp{display: none;}
	.contact_cnt .br--pc{display: none;}

	/*OEMTOP*/
	section.oem_top h3 {
		font-size: 25px;
	}
	.oem_top_flex {
		display: block;
	}
	.oem_top_flex > p {
		width: 100%;
		margin-bottom: 20px;
	}
	.oem_top_flex > div {
		width: 100%;
		margin-bottom: 30px;
	}
	section.oem_top p.red_txt {
		font-size: 16px;
	}
	section.oem_top ul {
		display: block;
	}
	section.oem_top ul li {
		width: 100%;
	}
	/*OEMの流れ*/
	.main.main--page-detail-2column section.oem_step {
		margin-bottom: 50px !important;
	}
	.oem_step_flex {
		display: block;
	}
	p.oem_step_num {
		width: 100%;
		font-size: 18px;
		margin-bottom: 15px;
	}
	p.oem_step_num span {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 5px;
	}
	.step_cnt_right {
		width: 100%;
	}
	.step_cnt_right h3 {
		font-size: 18px;
		text-align: center;
	}
	p.step_arrow span {
		left: 50%;
		transform: translateX(-50%);
	}
	p.step_arrow span img {
		margin: 0 auto;
	}
	.step_cnt_right p span.red_txt {
		font-size: 16px;
	}
	.step_cnt_right ul li {
		width: 100%;
	}
	.step_cnt_right ul li:nth-child(2), .step_cnt_right ul li:nth-child(5) {
		width: 100%;
	}
	.step_cnt_right p.step_bg {
		padding: 20px 17px;
	}
	p.step_arrow span svg {
		margin: 0 auto;
	}
	.step_cnt_right.oem_step_flex div {
		width: 100%;
	}
	/*オリジナル商品例*/
	.example_cnt_flex {
		display: block;
	}
	.example_cnt_flex > p {
		width: 100%;
		margin-right: 0;
	}
	.example_cnt_flex > div {
		width: 100%;
	}
	.example_cnt02 ul li {
		width: 32%;
	}
  .setp01_flex {
    display: block;
  }
  .setp01_flex div {
    width: 100%;
  }
  .setp01_flex > p {
    width: 100%;
    padding: 0;
  }
	.main.main--page-detail-2column section.step_cnt {
		padding: 20px 0 0;
	}
	p.step_arrow {
		margin: 35px 0 0;
	}

	/* お問い合わせセクションレイアウト（オリジナル商品OEM） */
	.contact_cnt--oem .contact_cnt__bg .contact_cnt__bg__inner{
		grid-column-gap: 0.5em;
	}
	.contact_cnt--oem .contact_cnt__text-box-box{
		padding: 0;
		grid-row: 3/6;
	}
	.contact_cnt--oem .contact_cnt__img-box span {
		font-size:0.875rem;
		line-height:125%;
	}
	.contact_cnt--oem .contact_cnt__text-box {
		font-size:0.875rem;
		line-height:150%;
	}
	.contact_cnt--oem .contact_cnt__btn-box{
		grid-column: 1/-1;
		width: 100%;
	}

	/* オリジナル商品OEMページ */
	/* オリジナル商品の製造条件 */
	/* サムネイル画像セクションの設定 */
	.original_example .example_thumbnails{
		grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
	}
	/* 商品名 */
	.example_thumbnails .example_thumbnails__item .example_thumbnails__item__name{
		font-size: 12px;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		line-height: 1;
	}
	/* お問い合わせセクションレイアウト（オリジナル商品OEM） */
	.contact_cnt--oem .contact_cnt__bg .contact_cnt__bg__inner{
		grid-column-gap: 0.5em;
	}
	.contact_cnt--oem .contact_cnt__img-box{
		padding: 0;
		grid-row: 3/6;
	}
	.contact_cnt--oem .contact_cnt__btn-box{
		grid-column: 1/-1;
		width: 100%;
	}

	/* 自由ページ「メーカー様の募集」
	------------------------------------------------------------------------------------ */
	section.about_shop ul {
		display: block;
		padding: 0 8px;
		margin-top: 20px;
	}
	section.about_shop ul li {
		width: 100%;
	}
	ul.recruitment_flex {
		padding: 20px 0;
		display: block;
	}
	ul.recruitment_flex li {
		width: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.rc_flex_cnt01 {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		width: 35%;
	}
	.rc_flex_cnt02 {
		width: 65%;
		text-align: left;
		padding: 0 4% 0 8%;
		line-height: 1.4;
	}
	ul.recruitment_flex li h3 {
		font-size: 20px;
	}
	p.recruitment_num span {
		margin: 0 auto;
	}
	ul.recruitment_flex li + li::before {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -25px;
		border-width: 20px 25px 0 25px;
		border-color: #a0a0a0 transparent transparent transparent;
	}

	/* 自由ページ「注文の変更について」
	------------------------------------------------------------------------------------ */
	.main.main--page-detail-1column section:not(.__heading), .main.main--page-detail-2column section:not(.__heading) {
		padding: 0;
	}

	/* 自由ページ「サンプルの依頼方法」
	------------------------------------------------------------------------------------ */
	section.sample_note {
		padding: 0!important;
		margin: 25px 0 30px;
	}
	section.sample_note h2.red_txt {
		font-size: 19px;
		padding: 15px 10px 0;
	}
	section.sample_note p {
		padding: 0 15px 0 32px;
		text-indent: -18px;
		margin-bottom: 0.35em;
	}
	section.sample_note p:last-child {
		padding-bottom: 20px;
	}
	section.sample p.step_arrow span img {
			margin: 0 auto;
	}
	section.sample section.step_cnt p.view_more {
		justify-content: center;
	}
}
