/*
	$Id: common-contents.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  メインビジュアル設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background article.mainImage {
	background: #a68c4b;
	padding: 0;
}
#background article.mainImage section {
	width: 100%;
	max-width: initial;
	max-width: auto;
	min-height: 50vw;
	max-height: 640px;
	display: flex;
	padding-right: 50%;
}
#background .mainImage ul {
	width: 50%;
	height: 100%;
	margin: 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#background .mainImage ul li {
	display: block;
	width: 100%;
	height: 33.33%;
	background: url(./images/top/main01.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#background .mainImage ul li:nth-of-type(2) {
	background-image: url(./images/top/main02.jpg);
	height: 33.34%;
	top: 33.33%;
}
#background .mainImage ul li:nth-of-type(3) {
	background-image: url(./images/top/main03.jpg);
	top: 66.67%;
}
#background .mainImage .titleSet {
	width: 100%;
	max-width: 460px;
	padding: 80px 40px;
	margin: auto;
}
#background .mainImage .titleSet h2 {
	margin-bottom: 30px;
}
#background .mainImage .titleSet p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#background .mainImage .telephone {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 5vw 10px;
	background: #fff;
	border-radius: 0 4px 0 0;
	vertical-align: middle;
	font-weight: 700;
	color: #a68c4b;
	line-height: 1em;
}
#background .mainImage .telephone small {
	font-size: 18px;
	margin-right: 0.5em;
}
#background .mainImage .telephone a {
	color: #a68c4b;
	font-size: 24px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article.mainImage section {
		max-height: initial;
		max-height: auto;
		padding-right: 0;
		display: block;
	}
	#background .mainImage ul {
		width: 100%;
		height: 100vw;
		position: relative;
	}
	#background .mainImage .titleSet {
		padding: 30px 0 60px;
		width: 74vw;
	}
	#background .mainImage .titleSet p {
		text-align: left;
	}
	#background .mainImage .telephone {
		padding: 15px 5vw 5px;
	}
	#background .mainImage .telephone small {
		font-size: 14px;
	}
	#background .mainImage .telephone a {
		font-size: 18px;
	}
}
#background article.mainImage + article {
	padding-top: 0;
}
#background article.mainImage + article:before {
	display: none;
}
/*===========================================================================

  トップページコンテンツ 設定　ここから

===========================================================================*/
/*------------------------------------
  トップバナー設定　ここから
-------------------------------------*/
#background article.topContentes section.bannerArea {
	padding-top: 80px;
	width: 80vw;
	margin-bottom: 160px;
}
#background article.topContentes section.bannerArea:after {
	content: "";
	display: block;
	visibility: visible;
	width: calc(40vw + 40px);
	max-width: 745px;
	height: calc(100% + 250px);
	position: absolute;
	top: 0;
	left: 50%;
	border-right: 1px dotted #a68c4b;
	z-index: -10;
}
#background .topContentes .bannerArea ul {
	display: flex;
	position: relative;
}
#background .topContentes .bannerArea ul:before {
	content: "";
	display: block;
	width: calc(50% + 80px);
	height: 1px;
	position: absolute;
	top: 50%;
	right: -40px;
	border-top: 1px dotted #a68c4b;
}
#background .topContentes .bannerArea ul li {
	width: calc(50% - 20px);
	max-width: 480px;
	margin: 0 20px 0 auto;
	position: relative;
	z-index: 10;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}
#background .topContentes .bannerArea ul li:nth-of-type(2n) {
	margin: 0 auto 0 20px;
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article.topContentes section.bannerArea {
		padding-top: 40px;
		width: 86vw;
		margin-bottom: 60px;
	}
	#background article.topContentes section.bannerArea:after {
		display: none;
	}
	#background .topContentes .bannerArea ul {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: auto;
	}
	#background .topContentes .bannerArea ul:before {
		display: none;
	}
	#background .topContentes .bannerArea ul li {
		width: 100%;
		margin: 0 0 20px;
	}
	#background .topContentes .bannerArea ul li:nth-of-type(2n) {
		margin: 0;
	}
}
/*------------------------------------
  トップ制作実績設定　ここから
-------------------------------------*/
#background .topContentes .worksArea  {
	margin-bottom: 65px;
}
#background .topContentes .worksArea h3 {
	width: calc(50% + 40vw + 40px);
	max-width: 1450px;
}
#background .topContentes .worksArea h3:before {
	width: 100%;
}
#background .topContentes .worksArea h3:after {
	content: "";
	display: block;
	visibility: visible;
	width: 17px;
	height: 17px;
	border:  1px solid #a68c4b;
	position: absolute;
	right: -10px;
	top: calc(0.5em - 9px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .topContentes .worksArea  {
		margin-bottom: 32px;
	}
	#background .topContentes .worksArea h3:after {
		display: none;
	}
}
/*-----------------------------------*/
#background .topWorks {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#background .topWorks p {
	order: 2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.6em;
	margin: 0 0 0 auto;
	padding: 0 10px;
	color: #a68c4b;
}
#background .topWorks ul {
	order: 3;
	display: flex;
	margin-bottom: 64px;
	overflow: hidden;
}
#background .topWorks p + ul {
	order: 1;
	width: calc(100% - 170px);
}
#background .topWorks figure figcaption {
	display: block;
	margin-top: 16px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 1.4em;
	position: relative;
}
#background .topWorks ul + ul figure figcaption {
	padding-left: calc(10% + 30px);
}
#background .topWorks .photoBox {
	display: block;
	position: relative;
}
#background .topWorks .photoBox:before {
	content: "";
	display: block;
	width: 22%;
	height: calc(100% + 2px);
	background: url(./images/separate.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: -1px;
	left: -11%;
}
#background .topWorks ul + ul .photoBox:before {
	transform: scale(-1, 1);
}
#background .topWorks figure figcaption:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(./images/icon02.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
}
#background .topWorks ul + ul figure figcaption {
	padding-right: 0;
}
#background .topWorks ul + ul figure figcaption:before {
	left: 10%;
}
#background .topWorks li:first-child .photoBox:before {
	display: none;
}
#background .topWorks li:first-child figure figcaption {
	padding-left: 30px;
}
#background .topWorks li:first-child figure figcaption:before {
	left: 0;
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .topWorks p {
		width: 100%;
		order: 1;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size: 18px;
		padding: 0;
		margin-bottom: 20px;
	}
	#background .topWorks ul {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#background .topWorks ul li {
		width: 50%;
		margin-bottom: 32px;
	}
	#background .topWorks p + ul {
		width: 100%;
	}
	#background .topWorks li:nth-of-type(2n+1) .photoBox:before {
		display: none;
	}
	#background .topWorks li:nth-of-type(2n+1) figure figcaption ,
	#background .topWorks ul + ul li:nth-of-type(4n) figure figcaption {
		padding-left: 30px;
	}
	#background .topWorks li:nth-of-type(2n+1) figure figcaption:before ,
	#background .topWorks ul + ul li:nth-of-type(4n) figure figcaption:before {
		left: 0;
	}
	#background .topWorks ul + ul li:nth-of-type(4n) .photoBox:before {
		transform: none;
	}
	#background .topWorks ul + ul li:nth-of-type(4n-1) figure figcaption {
		padding-right: 30px;
	}
}

/*===========================================================================

  トップアバウト設定　ここから

===========================================================================*/
#background section.topAbout {
	width: 100%;
	max-width: auto;
	max-width: initial;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#background section.topAbout .aboutSet {
	width: 60%;
	margin: 0 0 80px auto;
	order: 1;
}
#background section.topAbout .aboutSet div {
	width: 100%;
	display: flex;
	height: 440px;
	padding-right: 10vw;
}
#background section.topAbout .aboutSet h4 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-weight: 700;
	order: 2;
	margin-left: 64px;
}
#background section.topAbout .aboutSet p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	order: 1;
	letter-spacing: 0;
	line-height: 2.4em;
}
#background section.topAbout .aboutSet figure {
	margin: auto 0 auto auto;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	margin-bottom: 64px;
}
#background section.topAbout > figure:first-of-type {
	width: 28%;
	margin: auto auto auto 0;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
	order: 0;
}
#background section.topAbout > figure:nth-of-type(2) {
	width: 60%;
	margin: auto auto auto 0;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
	order: 2;
}
#background section.topAbout > figure:nth-of-type(3) {
	width: 30%;
	margin: auto 0 auto auto;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	order: 2;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
	#background section.topAbout .aboutSet h4 {
		margin-left: 32px;
	}
	#background section.topAbout .aboutSet p {
		line-height: 2em;
	}
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 840px) {
	#background section.topAbout .aboutSet {
		width: 100%;
	}
	#background section.topAbout .aboutSet div {
		padding: 0 10vw;
	}
	#background section.topAbout .aboutSet h4 {
		margin-right: auto;
	}
	#background section.topAbout .aboutSet p {
		margin-left: auto;
	}
	#background section.topAbout > figure:first-of-type {
		width: 17.3%;
		order: 1;
	}
	#background section.topAbout > figure:nth-of-type(2) {
		width: 52%;
		margin: auto;
		border-radius: 4px;
	}
	#background section.topAbout > figure:nth-of-type(3) {
		width: 26%;
	}
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background section.topAbout {
		margin-bottom: 50px;
	}
	#background section.topAbout .aboutSet {
		width: 100%;
		margin: 0 0 40px;
		order: 0;
	}
	#background section.topAbout .aboutSet div {
		display: block;
		height: auto;
		padding: 0 7vw;
	}
	#background section.topAbout .aboutSet h4 {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size: 18px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#background section.topAbout .aboutSet p {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		line-height: 2em;
	}
	#background section.topAbout .aboutSet figure {
		margin: auto 0 auto 5vw;
		border-radius: 4px 0 0 4px;
		overflow: hidden;
		margin-bottom: 32px;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  実績 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background article.subTitle.worksArea {
	background-color: #4b6ca6;
}
#background article.worksArea > .worksSet {
	max-width: 880px;
	margin-bottom: 120px;
}
#background .worksSet ul {
	display: flex;
	flex-wrap: wrap;
}
#background .worksSet ul > li {
	width: calc(50% - 40px);
	margin: 0 auto 0 0;
	padding: 0 0 80px;
}
#background .worksSet ul > li:nth-of-type(2n) {
	margin: 0 0 0 auto;
	padding: 40px 0 40px;
}
#background .worksSet ul figure.newItem:before {
	content: "";
	display: block;
	width: 14vw;
	height: 14vw;
	max-width: 70px;
	max-height: 70px;
	background: url(./images/icon04.svg) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
#background .worksSet ul figcaption {
	padding-top: 0.5em;
	line-height: 1.4em;
	text-align: center;
	font-weight: 700;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
	#background .worksSet ul > li {
		width: calc(50% - 20px);
		padding: 0 0 60px;
	}
	#background .worksSet ul > li:nth-of-type(2n) {
		padding: 30px 0 30px;
	}
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article.worksArea > .worksSet {
		margin-bottom: 40px;
	}
	#background .worksSet ul > li ,
	#background .worksSet ul > li:nth-of-type(2n) {
		width: 90%;
		padding: 0 0 30px;
	}
}
/*-----------------------------------*/
#background .worksSet .more {
	display: none;
	padding-top: 40px;
}
#background article.worksArea .more a:before {
	background-image: url(./images/icon03.svg);
}
#background .worksSet .hiddenList .listInner {
	display: none;
}
#background .worksSet .showList + .hiddenList .more {
	display: block;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .worksSet .more {
		padding-top: 20px;
	}
}

/*===========================================================================
-----------------------------------------------------------------------------
  プライバシーポリシー 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .subTitle.privacyArea {
	padding-top: 40px;
}
#background section.privacyArea {
	max-width: 840px;
	margin-bottom: 60px;
}
#background .privacyArea .textBox {
	padding: 60px 30px;
	border-bottom: 1px dotted #a68c4b;
}
#background .privacyArea .textBox:last-child {
	border-bottom: none;
}
#background .privacyArea .textBox h4 {
	color: #a68c4b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#background .privacyArea .textBox p {
	font-size: 14px;
	line-height: 2.3em;
	margin-bottom: 30px;
}
#background .privacyArea .textBox p:last-child {
	margin-bottom: 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .subTitle.privacyArea {
		padding-top: 5vw;
	}
	#background section.privacyArea {
		margin-bottom: 30px;
	}
	#background .privacyArea .textBox {
		padding: 30px 10px;
	}
	#background .privacyArea .textBox h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#background .privacyArea .textBox p {
		margin-bottom: 15px;
	}
	#background .privacyArea .textBox p:last-child {
		margin-bottom: 0;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  始めての方へ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background article.subTitle.customerArea {
	background-color: #e07743;
}
#background article.customerArea h3 {
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 80px;
	color: #e07743;
	text-align: center;
}
#background article.customerArea h3:before {
	width: 50vw;
	left: 50%;
}
#background article.customerArea.chocolate h3:before {
	left: calc(50% - 50vw);
}
#background article.customerArea h3 em {
	font-weight: 700;
	padding: 0 1em;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article.customerArea h3 {
		font-size: 22px;
		line-height: 1.2em;
		margin-bottom: 40px;
	}
	#background article.customerArea h3 em {
		letter-spacing: 0;
		padding: 0 0.5em;
	}
}
/*===========================================================================

  流れ 設定　ここから

===========================================================================*/
#background .customerArea .customerFlow {
	max-width: 620px;
}
#background .customerFlow .flowBox dl {
	display: block;
	width: 100%;
	background: #fff;
	border: 2px dotted #a68c4b;
	border-radius: 24px;
	padding: 0 24px;
	margin-bottom: 48px;
}
#background .customerFlow .flowBox dl:before {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	border-left: 2px dotted #a68c4b;
	position: absolute;
	bottom: -50px;
	left: 50%;
}
#background .customerFlow .flowBox:last-child dl {
	margin-bottom: 80px;
}
#background .customerFlow .flowBox:last-child dl:before {
	display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerFlow .flowBox dl {
		border-radius: 18px;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	#background .customerFlow .flowBox dl:before {
		height: 30px;
		bottom: -32px;
	}
	#background .customerFlow .flowBox:last-child dl {
		margin-bottom: 40px;
	}
}
/*------------------------------------
  流れ箱 設定　ここから
-------------------------------------*/
#background .customerFlow .flowBox dl dt {
	display: flex;
	padding: 24px 0;
	color: #e07743;
	font-weight: 700;
}
#background .customerFlow .flowBox dl dt:only-child {
	padding: 8px 0 10px;
}
#background .customerFlow .flowBox dl dt em {
	margin: auto 0;
	font-size: 28px;
	line-height: 1em;
}
#background .customerFlow .flowBox dl dt em + em {
	margin: auto 1em auto auto;
	font-size: 20px;
	line-height: 1em;
	width: calc(100% - 2em);
	text-align: center;
}
#background .customerFlow .flowBox dl dd {
	border-top: 2px dotted #a68c4b;
	padding: 32px 50px 24px;
}
#background .customerFlow .flowBox ul li {
	padding-left: 28px;
	margin-bottom: 30px;
	line-height: 1.6em;
}
#background .customerFlow .flowBox ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #e07743;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(0.8em - 4px);
}
#background .customerFlow .flowBox a {
	color: #e07743;
	font-weight: 700;
	display: inline-block;
	padding-right: 60px;
}
#background .customerFlow .flowBox small {
	display: inline-block;
	font-size: 14px;
}
#background .customerFlow .flowBox a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(./images/icon05.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: calc(0.8em - 12px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerFlow .flowBox dl dt {
		padding: 16px 0;
	}
	#background .customerFlow .flowBox dl dt:only-child {
		padding: 8px 0;
	}
	#background .customerFlow .flowBox dl dt em {
		font-size: 22px;
	}
	#background .customerFlow .flowBox dl dt em + em {
		font-size: 18px;
	}
	#background .customerFlow .flowBox dl dd {
		padding: 20px 0 10px;
	}
	#background .customerFlow .flowBox ul li {
		padding-left: 28px;
		margin-bottom: 10px;
	}
	#background .customerFlow .flowBox ul li:before {
		width: 6px;
		height: 6px;
		left: 10px;
		top: calc(0.8em - 3px);
	}
	#background .customerFlow .flowBox a {
		padding-right: 40px;
	}
	#background .customerFlow .flowBox a:before {
		width: 16px;
		height: 16px;
		right: 10px;
		top: calc(0.8em - 8px);
	}
}
/*------------------------------------
  注文フォーム設定　ここから
-------------------------------------*/
#background .customerFlow .moreForm {
	margin-bottom: 120px;
}
#background article .customerFlow .more.moreForm a {
	display: block;
	padding: 30px 50px;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border: none;
	background: #63b88c;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#background article .customerFlow .more.moreForm a em {
	padding-left: 60px;
	position: relative;
}
#background article .customerFlow .more.moreForm a:before {
	display: none;
}
#background article .customerFlow .more.moreForm a em:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(./images/icon06.svg) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerFlow .moreForm {
		margin-bottom: 60px;
	}
	#background article .customerFlow .more.moreForm a {
		padding: 20px;
		font-size: 18px;
	}
	#background article .customerFlow .more.moreForm a em {
		padding-left: 40px;
	}
	#background article .customerFlow .more.moreForm a em:before {
		width: 24px;
		height: 24px;
		left: 0;
		top: calc(50% - 12px);
	}
}
/*===========================================================================

  デザインサイズ 設定　ここから

===========================================================================*/
#background .customerArea .customerSize {
	max-width: 840px;
	padding: 120px 0;
}
#background .customerSize p {
	text-align: center;
	margin-bottom: 40px;
}
#background .customerSize p.more {
	margin-bottom: 0;
}
#background .customerSize ul {
	display: flex;
	margin-bottom: 80px;
}
#background .customerSize ul li {
	width: calc(50% - 20px);
	margin: 0 auto 0 0;
}
#background .customerSize ul.threeItem li {
	width: calc(33.33% - 16px);
}
#background .customerSize ul.threeItem li:nth-of-type(3n-1) {
	margin: 0 auto;
}
#background .customerSize ul li:last-child {
	margin: 0 0 0 auto;
}
#background .customerSize figcaption {
	display: block;
	margin-top: 1.2em;
	font-size: 14px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerArea .customerSize {
		padding: 60px 0;
	}
	#background .customerSize p {
		text-align: left;
		margin-bottom: 20px;
	}
	#background .customerSize p.more {
		text-align: center;
		margin-bottom: 0;
	}
	#background .customerSize ul {
		margin-bottom: 40px;
	}
	#background .customerSize ul li {
		width: calc(50% - 8px);
	}
	#background .customerSize ul.threeItem li {
		width: calc(33.33% - 6px);
	}
	#background .customerSize figcaption {
		margin-top: 0.8em;
		font-size: 14px;
	}
}
/*===========================================================================

  写真 設定　ここから

===========================================================================*/
#background .customerArea .customerPhoto {
	max-width: 840px;
	padding: 120px 0 0;
}
#background .customerPhoto p {
	text-align: center;
	margin-bottom: 64px;
}
#background .customerPhoto .photoList {
	display: flex;
	flex-wrap: wrap;
}
#background .customerPhoto .photoList .photoSet {
	width: calc(50% - 60px);
	margin: 0 auto 120px 0;
}
#background .customerPhoto .photoList .photoSet:nth-of-type(2n) {
	margin: 0 0 120px auto;
}
#background .customerPhoto .photoList figure {
	margin-bottom: 40px;
}
#background .customerPhoto .photoList dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color: #e07743;
	text-align: center;
	margin-bottom: 32px;
}
#background .customerPhoto .photoList dd {
	font-size: 14px;
	line-height: 2.2em;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerArea .customerPhoto {
		padding: 60px 0 0;
	}
	#background .customerPhoto p {
		text-align: left;
		margin-bottom: 30px;
	}
	#background .customerPhoto .photoList {
		display: block;
	}
	#background .customerPhoto .photoList .photoSet ,
	#background .customerPhoto .photoList .photoSet:nth-of-type(2n) {
		width: 100%;
		margin: 0 0 40px;
	}
	#background .customerPhoto .photoList figure {
		margin-bottom: 20px;
	}
	#background .customerPhoto .photoList dt {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
/*===========================================================================

  納期 設定　ここから

===========================================================================*/
#background .customerArea .customerDeli {
	max-width: 840px;
	padding: 120px 0;
}
#background .customerArea .customerDeli h4 {
	color: #e07743;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
#background .customerArea .customerDeli p {
	text-align: center;
}
#background .customerArea .customerDeli p small {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
#background .customerArea .customerDeli p + h4 {
	margin-top: 80px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .customerArea .customerDeli {
		padding: 60px 0;
	}
	#background .customerArea .customerDeli h4 {
		margin-bottom: 20px;
	}
	#background .customerArea .customerDeli p {
		text-align: left;
	}
	#background .customerArea .customerDeli p small {
		text-align: left;
		margin-top: 10px;
	}
	#background .customerArea .customerDeli p + h4 {
		margin-top: 40px;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  会社概要 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .subTitle.companyArea {
	padding-top: 40px;
}
#background .subTitle.companyArea:before {
	background-image: url(./images/background01.svg);
}
#background article.companyArea h3 {
	font-size: 32px;
	margin-bottom: 80px;
}
#background article.companyArea h3:before {
	content: "";
	display: block;
	width: 50vw;
	left: calc(-40px - 50vw);
}
#background article.chocolate.companyArea h3 {
	text-align: right;
}
#background article.chocolate.companyArea h3:before {
	left: auto;
	right: calc(-40px - 50vw);
}
#background article.companyArea h3 em {
	font-weight: 700;
	padding: 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .subTitle.companyArea {
		padding-top: 5vw;
	}
	#background article.companyArea h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#background article.companyArea h3:before {
		display: none;
	}
}
/*------------------------------------
  あいさつ設定　ここから
-------------------------------------*/
#background .companyArea .messageArea {
	max-width: 840px;
	margin-bottom: 120px;
}
#background .companyArea .messageArea p {
	line-height: 2.5em;
	margin-bottom: 60px;
}
#background .companyArea .messageArea p.sing {
	text-align: right;
	margin-bottom: 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .companyArea .messageArea {
		margin-bottom: 60px;
	}
	#background .companyArea .messageArea p {
		margin-bottom: 30px;
	}
	#background .companyArea .messageArea p.sing {
		margin-bottom: 0;
	}
}
/*------------------------------------
  会社概要設定　ここから
-------------------------------------*/
#background .companyArea .companyArea {
	max-width: 840px;
	padding-top: 120px;
}
#background .companyArea .companyArea h3 {
	margin-bottom: 55px;
}
#background .companyArea .companyTable {
	margin-bottom: 80px;
}
#background .companyTable dl {
	display: flex;
}
#background .companyTable dl dt ,
#background .companyTable dl dd {
	padding: 24px 24px 16px;
	border-bottom: 1px dotted #a68c4b;
	width: 200px;
	margin: 0 auto 0 0;
}
#background .companyTable dl dd {
	width: calc(100% - 230px);
	margin: 0 0 0 auto;
}
#background .companyArea .photoBox {
	margin-bottom: 120px;
}
#background .companyArea .photoBox figcaption {
	font-size: 14px;
	text-align: center;
	margin-top: 1em;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .companyArea .companyArea {
		padding-top: 60px;
	}
	#background .companyArea .companyArea h3 {
		margin-bottom: 15px;
	}
	#background .companyArea .companyTable {
		margin-bottom: 30px;
	}
	#background .companyTable dl {
		display: block;
	}
	#background .companyTable dl dt ,
	#background .companyTable dl dd {
		padding: 5px 15px 15px;
		width: 100%;
	}
	#background .companyTable dl dt {
		padding: 15px 15px 0;
		border-bottom: none;
		font-weight: 700;
	}
	#background .companyArea .photoBox {
		margin-bottom: 60px;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  メールフォーム 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background article.subTitle.orderArea {
	background-color: #63b88c;
}
#background .orderArea .formArea {
	max-width: 920px;
	padding: 60px 0 120px;
}
#background .orderArea .formArea form ,
#background .orderArea .formArea .formInner {
	background: #fff;
	padding: 80px 100px 120px;
}
#background .orderArea .formArea form.noLayout {
	background: transparent;
	padding: 0;
}
#background .orderArea a {
	color: #63b88c;
	text-decoration: underline;
}
#background .orderArea h3 {
	font-size: 24px;
	font-weight: 700;
	color: #63b88c;
	text-align: center;
}
#background .orderArea h3:before {
	display: none;
}
#background .orderArea .formArea h4 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	line-height: 1em;
}
#background .orderArea .formArea h4 strong {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: auto 10px auto 0;
}
#background .orderArea .formArea h4 em {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #63b88c;
	margin: auto auto auto 0;
}
#background .orderArea .formArea p + h4 {
	margin-top: 48px;
}
#background .orderArea .formArea h4 + p {
	display: flex;
	flex-wrap: wrap;
}
#background .orderArea .formArea input ,
#background .orderArea .formArea label {
	margin: auto 0;
}
#background .orderArea .formArea input + label ,
#background .orderArea .formArea label + input {
	margin: auto auto auto 10px;
}
#background .orderArea .formArea input[type=text] ,
#background .orderArea .formArea textarea {
	border: 1px solid #e1e1e1;
	background: #fcfcfc;
	padding: 0 0.5em;
	line-height: 2.6em;
	width: 70%;
}
#background .orderArea .formArea input.long {
	width: 100%;
}
#background .orderArea .formArea input.short {
	width: 50%;
}
#background .orderArea .formArea input.number {
	width: 4em;
}
#background .orderArea .formArea textarea {
	padding: 0.2em 0.8em;
	width: 100%;
	line-height: 1.8em;
	height: 7.6em;
}
#background .orderArea .formArea select {
	width: 50%;
	border: 1px solid #e1e1e1;
	background: #fcfcfc;
	text-align: center;
	padding: 0.6em 0.5em;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .formArea {
		padding: 0 0 60px;
	}
	#background .orderArea .formArea form ,
	#background .orderArea .formArea .formInner {
		padding: 5vw;
	}
	#background .orderArea h3 {
		font-size: 18px;
		line-height: 1.4em;
		text-align: left;
		margin: 10px 0 20px;
	}
	#background .orderArea .formArea p + h4 {
		margin-top: 20px;
	}
	#background .orderArea .formArea input[type=text] ,
	#background .orderArea .formArea input.long {
		width: 100%;
	}
	#background .orderArea .formArea input.number {
		width: 4em;
	}
	#background .orderArea .formArea select {
		width: 100%;
	}
}
/*-----------------------------------*/
#background .orderArea .formArea .fileBox {
	margin: 30px 0 0;
}
#background .orderArea .formArea .fileBox p {
	font-size: 14px;
	line-height: 2.5em;
	margin-bottom: 40px;
}
#background .orderArea .formArea .fileBox ul {
	margin-bottom: 20px;
}
#background .orderArea .formArea .fileBox li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#background .orderArea .formArea .fileBox li label {
	font-size: 14px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .formArea .fileBox {
		margin: 10px 0 0;
	}
	#background .orderArea .formArea .fileBox p {
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	#background .orderArea .formArea .fileBox ul {
		margin-bottom: 10px;
	}
	#background .orderArea .formArea .fileBox li {
		display: block;
		margin-bottom: 10px;
	}
	#background .orderArea .formArea .fileBox li label {
		font-weight: bold;
	}
}
/*-----------------------------------*/
#background .orderArea .formArea .requestBox {
	margin: 80px 0;
}
#background .orderArea .formArea .requestBox p {
	font-size: 14px;
	text-align: center;
}
#background .orderArea .formArea .requestBox p + p {
	margin-top: 40px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .formArea .requestBox {
		margin: 30px 0;
	}
	#background .orderArea .formArea .requestBox p {
		text-align: left;
	}
	#background .orderArea .formArea .requestBox p + p {
		margin-top: 10px;
	}
}
/*-----------------------------------*/
#background .orderArea .formArea .submitBox {
	display: flex;
}
#background .orderArea .formArea .formInner .submitBox {
	margin-top: 60px;
}
#background .orderArea .formArea .submitBox li {
	margin: auto 10px;
}
#background .orderArea .formArea .submitBox li:first-child {
	margin-left: auto;
}
#background .orderArea .formArea .submitBox li:last-child {
	margin-right: auto;
}
#background .orderArea .formArea .submitBox button {
	min-width: 260px;
	padding: 20px;
	border: none;
	border-radius: 4px;
	background: #63b88c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
#background .orderArea .formArea .submitBox button.back {
	min-width: auto;
	min-width: initial;
	background: #999;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .formArea .formInner .submitBox {
		margin-top: 30px;
	}
	#background .orderArea .formArea .submitBox button {
		min-width: auto;
		min-width: initial;
		padding: 15px 20px;
		font-size: 16px;
		margin-bottom: 20px;
	}
}
/*------------------------------------
  エラー・確認 設定　ここから
-------------------------------------*/
#background .orderArea .errorArea {
	max-width: 800px;
}
#background .orderArea .errorArea h3 {
	color: #e07743;
}
#background .orderArea .errorArea ul li {
	padding-left: 26px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #e07743;
}
#background .orderArea .errorArea ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #e07743;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(1em - 4px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .errorArea ul {
		margin-bottom: 20px;
	}
	#background .orderArea .errorArea ul li {
		padding-left: 20px;
	}
	#background .orderArea .errorArea ul li:before {
		width: 6px;
		height: 6px;
		top: calc(1em - 3px);
	}
}
/*-----------------------------------*/
#background .orderArea .formArea em.error {
	width: 100%;
	margin: 0.5em 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #e07743;
}
#background .orderArea .formArea .confirmBox {
	width: 100%;
	margin: 0.5em 0 0;
}
#background .orderArea .formArea .confirmBox p {
	margin: 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  サンクス 設定　ここから
-------------------------------------*/
#background .orderArea .thanksArea {
	max-width: 800px;
	padding: 60px 0;
}
#background .orderArea .thanksArea p {
	margin-bottom: 60px;
}
#background .orderArea .thanksArea a {
	text-decoration: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .orderArea .thanksArea {
		padding: 0 0 30px;
	}
	#background .orderArea .thanksArea p {
		margin-bottom: 30px;
	}
}
/*===========================================================================

  設定　ここから

===========================================================================*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  設定　ここから
-------------------------------------*/
