@charset "UTF-8";

/* =======================================
	index

1.リセットCSS
2.メインコンテンツ
　Body
　Container
　headline
　MainContents
  リスト
  チェックリスト
  NEWSセクション
  スペーサー
  強調
  フォントサイズ
  Font Awesome
  マーカー
  ボタン
  テーブル
  youtube
  Q&A
3.フッター
4.お問い合わせフォーム
5.ページトップへアイコン
6.サンクスページ

#レスポンシブ
■レスポンシブ　1024px以下768px以上
■レスポンシブ　767px以下576px以上
■レスポンシブ　575px以下321px以上
■レスポンシブ　320px以下

======================================= */
/*リセットCSS
=========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

iframe {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

strong {
	font-weight: 600;
}

figure {
	margin: 0 10%;
}

figcaption {
	font-size: 90%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* =======================================
	メインコンテンツ
======================================= */
/* Body */
img {
	border: 0;
	vertical-align: bottom;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

body {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	margin: 0 auto;
	font-weight: 600;
}

.spbr {
	display: none;
}

/* Container */
#container {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	box-shadow:
		0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
}

.thanks_container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
}

p#catch {
	padding: 5px 20px;
	background: #fcb9001a;
}

.blink {
	animation: flash 0.3s 4;
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* headline */
header {
	padding: 0 0 10px 0;
}

.headimg>img.sp {
	display: none;
}

.headimg>span {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	padding: 20px;
	display: block;
	background: #efefef;
}

.headimgFilterNone {
	filter: none;
}

header>div.lead {
	background-color: #084b73;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 40px 20px;
	margin: 0;
}

div.headimg>img {
	border: 0;
	vertical-align: bottom;
	padding: 0;
	text-align: center;
	width: 100%;
}

/* MainContents */
section {
	background: #fff;
}

h2 {
	font-size: 30px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	position: relative;
	padding: 1.5rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
	box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
	vertical-align: baseline;
	letter-spacing: 0.05em;
	text-align: center;
	background: #512222;
	clear: #fff;
	color: #fff;
}

h2:before,
h2:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h2:before {
	top: 0;
}

h2:after {
	bottom: 0;
}

h3 {
	display: flex;
	align-items: center;
	font-size: 24px;
	padding: 10px;
	color: #990000;
}

h3::before,
h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #ccc;
}

h3::before {
	margin-right: 30px;
}

h3::after {
	margin-left: 30px;
}

section p {
	font-size: 20px;
	margin: 20px 10% 30px 10%;
	padding: 0 0 14px 0;
}

.img-center,
.text-center {
	text-align: center;
}

/*リスト*/
.checklist,
.arrowlist {
	margin: 0 auto;
	padding: 20px 10% 30px 10%;
}

.checklist>ul li:before {
	color: red;
	left: 1.5em;
	position: absolute;
	margin-left: 0.5rem;
}

.checklist>ul li {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.checklist>ul li:last-child {
	margin-bottom: 0 !important;
}

.fa-fa-check-square:before {
	content: "\f14a";
	color: #990000;
}

i.fa-fa-check-square {
	margin-right: 5px;
}

.arrowlist>ul li:before {
	color: red;
	left: 1.5em;
	position: absolute;
	margin-left: 0.5rem;
}

.arrowlist>ul li {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
	color: #990000;
}

i.far.fa-arrow-alt-circle-right {
	margin-right: 5px;
}

ol {
	counter-reset: number !important;
	font-size: 20px;
	margin: 20px 10% 30px 10%;
}

ol li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.6em;
}

ol li:before {
	position: absolute;
	font-family: "Quicksand", sans-serif;
	content: counter(number);
	counter-increment: number;
	top: 20px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #990000;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}

/* NEWSセクション */
div#newsContainer {
	padding: 1rem;
	overflow-y: scroll;
	border: 2px solid #ccc;
	height: 200px;
	width: 80%;
	margin: 1rem auto;
}

.news {
	margin-bottom: 20px;
}

/*自己紹介*/
.syoukai {
	width: 70%;
	margin-left: 10%;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: hidden;
}

.syoukai .column_main p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 20px;
	margin-bottom: 40px;
}

.syoukai .column_main p:last-child {
	margin-bottom: 0;
}

/* スペーサー */
span.spacer {
	display: block;
	margin: 20px 0 0 0;
}

/* 強調 */
.strong01 {
	/* 最も強調 */
	text-align: center !important;
	font-weight: 600;
	font-size: 30px !important;
	margin-bottom: 60px;
	color: #990000;
}

.strong01 p:last-child {
	margin-bottom: 0;
}

.strong02 {
	/* 強調 */
	font-weight: 600;
	margin-bottom: 40px;
	color: #990000;
}

.strong02 p:last-child {
	margin-bottom: 0;
}

.tred {
	color: #990000;
}

.bold {
	font-weight: 600;
}

.marker {
	/* マーカー */
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff799 10%) repeat scroll 0 0;
	font-weight: 600;
}

.marker:before {
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.fnormal {
	font-weight: normal;
}

/* フォントサイズ */
.f70 {
	font-size: 70%;
}

.f80 {
	font-size: 80%;
}

.f90 {
	font-size: 90%;
}

.f100 {
	font-size: 100%;
}

.f110 {
	font-size: 110%;
}

.f120 {
	font-size: 120%;
}

/* Font Awesome */
.fa-hand-point-up:before {
	content: "\f0a6";
	font-weight: 100;
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
}

/*ボタン*/
.btn_wrap {
	text-align: center;
	margin-bottom: 1em;
}

.btn,
a.btn,
button.btn {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}

.btn-soudan,
a.btn-soudan {
	display: block;
	color: #fff;
	background-color: #990000;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 50%;
	box-shadow: 2px 2px 4px grey;
	font-size: 20px;
}

.btn-soudan:hover,
a.btn-soudan:hover {
	color: #fff;
	background: #762020;
}

/* .btn-soudan, a.btn-soudan {
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px grey;
  background: radial-gradient(circle farthest-side at center, #643d09ba 0%, #563307e3 50%, #4c2e06 100%);
} */
/*テーブル*/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tbl01 {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 300px;
	margin: 30px auto;
	font-size: 20px;
}

.tbl01 th,
.tbl01 td {
	padding: 0.5em 0.3em;
	border: 1px solid #aaa;
	vertical-align: middle;
}

.tbl01 th {
	background: #eee;
	text-align: center;
}

.tbl01 td {
	background: #fff;
	text-align: center;
}

th:first-child {
	width: 40%;
}

.treatment {
	margin-bottom: 20px;
}

table.tbl01 td {
	padding: 8px;
}

/* youtube */
#youtubewrap {
	width: 50%;
	margin: 0 auto;
	padding: 10px 10px 30px 10px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Q&A */
.qa p.q:before {
	content: "Q.";
	margin-right: 20px;
	font-weight: 600;
	color: #4b8823;
}

.qa p.a:before {
	content: "A.";
	margin-right: 20px;
	font-weight: 600;
	color: #b22626;
}

div.qa p.q {
	font-size: 20px;
	margin: 0 10%;
	padding: 0;
}

div.qa p.a {
	font-size: 20px;
	margin: 0 10% 20px 10%;
	padding: 0;
}

/* リード */
p.read {
	text-align: center;
	font-size: 30px;
	/* font-weight: 600; */
	color: #c1541c;
}

/* 料金 */
figure.img-center {
	margin-top: 20px;
}

p#ryoukin {
	text-align: center;
}

th#tbl-title {
	background: #4b882338;
}

/* ご注文からお受け取りになるまで */
.order-flow p {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}

p.arrow-icon {
	text-align: center;
	font-size: 30px;
	color: #880000;
}

.order-flow {
	margin-bottom: 30px;
}

/* お支払い方法 */
#payment-margin {
	margin-bottom: -10px;
}

/* =======================================
	フッター
======================================= */
footer {
	width: 100%;
	background-color: #391d2b;
	color: #fff;
	text-align: center;
	padding: 30px 10%;
	font-size: 80%;
	font-weight: 100;
}

#thanks_footer {
	width: 100%;
	background-color: #391d2b;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 80%;
	bottom: 0;
}

.thanks_wrapper {
	min-height: 70vh;
	position: relative;
	background: #fff;
}

.thanks_wrapper p :first-child {
	margin-top: 30px;
}

/* =======================================
	お問い合わせフォーム
======================================= */
.lp_mail_form {
	text-align: center;
}

#acceptance_wrap {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#acceptance_wrap center a {
	text-decoration: none;
}

#sec_form p {
	display: none;
}

#jobformwrap {
	text-align: center !important;
	margin: 0 auto !important;
}

.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	margin: 10px auto;
	width: 80%;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.wpcf7-textarea,
.field {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 0 !important;
	padding: 0 12px;
	border: 0;
	border-radius: 3px;
	background-color: #eff1f5;
	box-shadow: none;
	vertical-align: middle;
	line-height: 45px;
	transition: background-color 0.24s ease-in-out;
}

textarea {
	max-width: 100%;
	min-height: 120px;
	line-height: 1.5em;
	padding: 0.5em;
	overflow: auto;
}

.inquiry th {
	text-align: left;
	font-size: 14px;
	color: #444;
	padding-right: 5px;
	width: 30%;
	background: #cccccc;
	border: solid 1px #d7d7d7
}

.inquiry td {
	font-size: 13px;
	border: solid 1px #d7d7d7
}

.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7
}

.haveto {
	font-size: 7px;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px
}

.any {
	font-size: 7px;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px
}

.verticallist .wpcf7-list-item {
	display: block
}

#formbtn {
	display: block;
	padding: 15px;
	width: 350px;
	background: #4a90e28c;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin: 25px auto 0;
	box-shadow: 2px 2px 4px grey;
	border-radius: 0.5rem !important;
	border: 2px solid #4a90e229;
}

#formbtn:hover {
	background: #ececec;
	color: #0693e3;
	border: 2px solid #4a90e229;
}

th {
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px
}

td {
	border-top: 1px solid #ededed;
	padding: 10px
}

input {
	cursor: pointer;
}

input,
select,
textarea {
	border: 1px solid #dfdfdf;
	letter-spacing: 1px;
	margin: 0;
	max-width: 100%;
	resize: none;
}

select[name="sentei1_1"],
select[name="sentei2_1"],
select[name="sentei3_1"] {
	font-size: 0.04em;
}

input[type=checkbox] {
	transform: scale(1.5);
}

div#wpcf7-f45272-p45161-o1 {
	margin-top: -30px;
}

select[name="haitatsukibou"] {
	width: 200px !important;
}

input#Kakunin,
input#Modoru,
input#Sousin {
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 120%;
	border-radius: 10px;
	box-shadow: 2px 2px 4px grey;
	height: 80px;
	width: 400px;
	background-color: #990000;
	border: none;
	outline: none;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

input#Modoru {
	background: #666;
	display: block;
	margin: 20px auto;
	width: 30%;
}

input#Sousin {
	display: block;
	margin: 30px auto;
	margin: 30px auto 0 auto;
	font-size: 26px;
	width: 60%;
	height: 100px;
	background-color: #990000;
}

input#Kakunin:hover {
	background: #762020;
}

input#Modoru:hover {
	background: rgb(134, 133, 133);
}

input#Sousin:hover {
	background: #762020;
}

select[name="size01"],
select[name="size02"],
select[name="size03"],
select[name="quantity01"],
select[name="quantity02"],
select[name="quantity03"] {
	width: 30%;
	display: inline-block;
	font-size: 90%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	line-height: 1.5em;
	padding: 10px;
}

/* Contact Form 7 Cost Calculator調整 */
select.wpcf7-form-control.wpcf7-select_custom.wpcf7-validates-as-required {
	display: inline;
	width: 40%;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
	display: inline;
	width: 20%;
}

span#quantityBox {
	margin-left: 10px;
}

input.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
	text-align: left !important;
}

input.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
	text-align: left !important;
	background: #fff;
	font-weight: 600;
}

input.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
	pointer-events: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	line-height: 1.5em;
	padding: 10px;
}

/* お問合せ確認 */
select.wpcf7c-conf,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
	border: solid 1px #eee !important;
	color: #000 !important;
	font-weight: 600;
	background: #e3ecfc;
}

input.wpcf7c-conf span.note {
	display: none;
}

p.wpcf7c-elm-step2 {
	background: #5122221f;
	padding: 10px;
	margin: 0;
	text-align: center;
	color: red;
}

/* お問合せエラーメッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: red;
	margin: 20px 10% 30px 10%;
	text-align: center;
	color: #fff;
	background: red;
	font-weight: 600;
	font-size: 120%;
}

/* reCAPTCHA調整 */
div#reCAPTCHA {
	font-size: 80%;
	margin-bottom: 30px;
}

/* =======================================
	ページトップへアイコン
======================================= */
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	z-index: 999999;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* =======================================
	サンクスページ
======================================= */
p#toMainPage {
	text-align: center;
	color: #512222;
}

p#toMainPage a {
	text-decoration: none;
	color: #512222;
}

p#toMainPage a:hover {
	color: #512222ab;
}

/* =======================================
■レスポンシブ　1024px以下768px以上
======================================= */
@media (max-width: 1024px) {

	/* headline */
	header {
		padding: 0 0 10px 0;
	}

	header>div.lead {
		font-size: 40px;
	}

	.headimg>span {
		font-size: 34px;
	}

	header>div.headimg {
		text-align: center;
		width: 100%;
	}

	/* MainContents */
	figure {
		margin: 0 10%;
		text-align: center;
	}

	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}

	section p {
		font-size: 20px;
	}

	/*リスト*/
	ol,
	ul {
		font-size: 24px !important;
	}

	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
	}

	.inquiry th {
		width: 26% !important;
	}

	input[type=checkbox] {
		transform: scale(1.8);
		margin-right: 5px;
	}
}

/* =======================================
 ■レスポンシブ　767px以下576px以上
======================================= */
@media (max-width: 767px) {
	img {
		border: 0;
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}

	/* headline */
	header {
		padding: 0 0 10px 0;
	}

	.headimg>img.sp {
		display: block;
	}

	.headimg>img.pc {
		display: none;
	}

	header>div.headimg {
		text-align: center;
		width: 100%;
	}

	.img_wrap {
		margin: 0 auto;
		overflow: hidden;
	}

	.img_wrap img {
		width: 100%;
		cursor: pointer;
		transition-duration: 0.3s;
	}

	.img_wrap:hover img {
		opacity: 0.6;
		transition-duration: 0.3s;
	}

	/* MainContents */
	figure {
		margin: 0 10%;
		text-align: center;
	}

	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}

	section p {
		font-size: 20px;
	}

	/* リスト */
	ol,
	ul {
		font-size: 24px !important;
	}

	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	/* Q&A */
	.question {
		font-weight: bold;
		color: blue;
	}

	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
	}

	input[type=checkbox] {
		transform: scale(1.8);
		margin-right: 5px;
	}
}

/* =======================================
■レスポンシブ　575px以下321px以上
======================================= */
@media (max-width: 575px) {
	.spbr {
		display: inline;
	}

	figure {
		margin: 0 10%;
		text-align: center;
	}

	/* headline */
	header {
		padding: 0 0 10px 0;
	}

	header>div.lead {
		font-size: 26px !important;
	}

	.headimg>span {
		font-size: 20px;
		font-weight: 600;
		padding-left: 0;
		padding-right: 0;
	}

	.headimg>span>span.marker {
		letter-spacing: -0.08em;
	}

	section p {
		font-size: 18px;
	}

	/* MainContents */
	h2 {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}

	/* リスト */
	.checklist>ul li {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	/* リード */
	p.read {
		text-align: center;
		font-size: 20px;
		color: #c1541c;
		letter-spacing: -0.04em;
	}

	/* ボタン */
	.btn-soudan,
	a.btn-soudan {
		width: 90%;
		padding-left: 8px;
		padding-right: 8px;
	}

	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	/* Q&A */
	div.qa p {
		margin-top: 0;
		margin-bottom: 0;
	}

	/* ご注文からお受け取りになるまで */
	.order-flow p {
		margin: 0 10%;
		text-align: left;
	}

	p.arrow-icon {
		text-align: center;
	}

	/* 料金 */
	.tbl01 {
		font-size: 18px;
	}

	/* よくあるご質問 */
	div.qa p.q,
	div.qa p.a {
		font-size: 18px;
	}

	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
		width: 90%;
	}

	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
	}

	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important
	}

	.inquiry .any,
	.inquiry .haveto {
		font-size: 10px
	}

	input[type=checkbox] {
		transform: scale(1.5);
	}

	select[name="size01"],
	select[name="size02"],
	select[name="size03"],
	select[name="quantity01"],
	select[name="quantity02"],
	select[name="quantity03"] {
		width: 100% !important;
		margin-bottom: 5px !important;
	}

	/* ご注文フォーム */
	input#Kakunin,
	input#Modoru,
	input#Sousin {
		font-size: 80%;
	}

	input#Modoru {
		width: 50%;
		font-size: 16px;
	}

	input#Sousin {
		font-size: 26px !important;
		width: 100%;
	}

	input#Kakunin,
	input#Modoru,
	input#Sousin {
		height: 60px;
		width: 100%;
	}

	.formNote {
		margin-top: 3px;
		display: block;
	}

	/* Contact Form 7 Cost Calculator調整 */
	select.wpcf7-form-control.wpcf7-select_custom.wpcf7-validates-as-required {
		display: block;
		width: 100%;
	}

	input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
		display: block;
		width: 100%;
	}

	span#quantityBox {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}

/* =======================================
■レスポンシブ　320px以下
======================================= */
@media (max-width: 320px) {

	/* headline */
	header {
		padding: 0 0 10px 0;
	}

	header>div.lead {
		font-size: 30px;
		padding: 30px 0;
	}

	header>div.headimg {
		text-align: center;
		width: 100% !important;
	}

	/* MainContents */
	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}

	/* テーブル */
	.tbl01 {
		width: 90%;
		font-size: 20px;
	}

	.tbl01 th,
	.tbl01 td {
		display: block;
		width: auto;
		border-bottom: none;
	}

	.tbl01 tr:last-child {
		border-bottom: 1px solid #aaa;
	}

	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	/* Q&A */
	div.qa p {
		margin-top: 0;
		margin-bottom: 0;
	}

	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
	}

	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
	}

	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important
	}

	.inquiry .any,
	.inquiry .haveto {
		font-size: 10px
	}

	input[type=checkbox] {
		transform: scale(1.5);
	}
}

/* スマホのみ改行（768px以下） */
@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}
