@charset "UTF-8";

body {
	margin: 0vw 15vw;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #666666;
	font-size: 14px;
}

@media screen and (max-width: 1600px) {
	body {
		margin: 0vw 10vw;
	}
}

@media screen and (max-width: 1200px) {
	body {
		margin: 0vw 5vw;
	}
}

@media screen and (max-width: 600px) {
	body {
		margin: 0vw 3vw;
	}
}

/* =======================================================
h要素
======================================================= */
/* h1 */
h1 {
	position: relative;
	color: var(--thema-color-text);
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 32px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 28px;
	}
}

h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	opacity: 0.4;
	background: repeating-linear-gradient(-45deg, var(--thema-color-sub-1), var(--thema-color-sub-1) 2px, #fff0 2px, #fff0 4px);
}

h1.order {
	position: relative;
	margin-top: 50px;
	padding: 0.3rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 8px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
	h1.order {
		font-size: 20px;
		letter-spacing: 2px;
	}
}

h1.order:before,
h1.order:after {
	position: absolute;
	content: '';
}

h1.order:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
}

h1.order:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
}

h1.order i {
	font-size: 1.1rem;
	position: absolute;
	z-index: 1;
	top: -19px;
	left: calc(50% - 33px);
	width: 72px;
	height: 60px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	h1.order i {
		width: 66px;
	}
}

h1.order span {
	position: relative;
	z-index: 1;
}


/* 注文フォーム */
h2.order {
	position: relative;
	border-bottom: 3px solid #bb777d;
	border-left: 3px solid #bb777d;
	border-radius: 0 0 0 20px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #bb777d;
	margin-bottom: 30px;
	padding: 6px 10px;
	line-height: 1.3;
}

@media screen and (max-width: 600px) {
	h2.order {
		font-size: 18px;
	}
}

h2.order:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: "";
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #bb777d transparent transparent transparent;
}

h2.order:after {
	position: absolute;
	right: 54px;
	bottom: -13px;
	width: 0;
	height: 0;
	content: "";
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #fff7f0 transparent transparent transparent;
}

/* 看板 */
h2.banner {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #9f3932;
	background-color: #f3e3de;
	border-radius: 6px;
	letter-spacing: 3px;
}

/* h3 */
h3.banner {
	position: relative;
	margin-top: 30px;
	padding: 0.3rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 8px;
}

@media screen and (max-width: 600px) {
	h3.banner {
		font-size: 20px;
		margin-bottom: 0px;
		letter-spacing: 2px;
	}
}

h3.banner:before,
h3.banner:after {
	position: absolute;
	content: '';
}

h3.banner:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
}

h3.banner:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
}

h3.banner i {
	font-size: 1.1rem;
	position: absolute;
	z-index: 1;
	top: -19px;
	left: calc(50% - 33px);
	width: 72px;
	height: 60px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	h3.banner i {
		width: 66px;
	}
}

h3.banner span {
	position: relative;
	z-index: 1;
}

h3.main {
	margin: 10px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #a1424a;
	background: linear-gradient(#ffffff00 70%, var(--thema-color-base-2) 100%);
	border-radius: 50px;
}

@media screen and (max-width: 600px) {
	h3.main {
		font-size: 15px;
	}
}

/* 制作例 */
h3.seisakurei {
	position: relative;
	border-bottom: 3px solid #d6c3c4;
	border-left: 3px solid #d6c3c4;
	border-radius: 0 20px 0 20px;
	padding: 10px 15px;
	font-size: 15px;
	color: #7a3c43;
	background-color: #f9f7f5;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 50px;
}

h3.seisakurei:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: '';
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #d6c3c4 transparent transparent transparent;
}

h3.seisakurei:after {
	position: absolute;
	right: 54px;
	bottom: -13px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #f9f7f5 transparent transparent transparent;
}

/* h4 */
h4 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #c35f58;
	background: linear-gradient(#ffffff00 70%, #fceeee 100%);
	border-radius: 50px;
}

/* h5 */
h5 {
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d4cbb0;
	text-align: center;
	color: #342b0c;
}

/* =======================================================
p要素
======================================================= */
p {
	font-size: 18px;
	line-height: 1.4;
}

@media screen and (max-width: 600px) {
	p {
		font-size: 14px;
	}
}

p.sns {
	font-size: 16px;
	padding: 0px 10px 10px 10px;
}

@media screen and (max-width: 600px) {
	p.sns {
		font-size: 14px;
	}

}

p.design {
	font-size: 14px;
	line-height: 1.4;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

p.rogo {
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 16px 0px;
	padding: 8px 0px;
	background: #d07575;
	color: white;
	font-weight: 500;
	border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width: 600px) {
	p.rogo {
		font-size: 14px;
	}
}

/* =======================================================
hr要素
======================================================= */

hr.one {
	margin-top: 40px;
	border-style: none;
}

hr.two {
	margin-top: 0px;
	border-style: none;
}

hr.three {
	border-width: 0 0 6px;
	border-style: dotted;
	color: #f7e6e0;
	margin: 20px 0px;
}

hr.four {
	display: none;
}

@media screen and (max-width: 600px) {
	hr.four {
		display: block;
		border-width: 0 0 6px;
		border-style: dotted;
		color: #f7e6e0;
		margin: 30px 0px;
	}
}

/* =======================================================
フッター
======================================================= */
#footerMain p {
	font-size: 0.9em;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	margin: 0;
	padding: 10px;
}

#footerExtra ul {
	font-size: 0.8em;
	margin: 30px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#footerExtra li a {
	padding: 10px;
	background-color: #e2e2e2;
	color: #757575;
}