body {
	background-image: url("../img/leather_bg.jpg");
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb170 {
	margin-bottom: 170px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb70 {
	padding-bottom: 70px;
}
.pb90 {
	padding-bottom: 90px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.color_red {
	color: red;
}
.bold {
	font-weight: bolder;
}
.right {
	text-align: right;
}
.stitch {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	background-image: url("../img/stitch.png");
	background-repeat: repeat-y;
	background-position: right top;
}
.stitch:before {
	content: url(../img/stitch.png);
	background-image: url("../img/stitch.png");
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	height: 100%;
}
#container {
	width: 1220px;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
}
.headerBg {
	position: absolute;
	left: 50%;
	width: 1456px;
	margin-left: -728px;
	z-index: 2;
	overflow: visible;
	top: 0;
}
.headerBlock {
	height: 380px;
}
.blogBan {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
header {
	position: absolute;
	z-index: 2;
	width: 1220px;
	background-color: #ffffff;
	margin: 0 auto;
	height: 380px;
	display: block;
}
header h1 {
	position: absolute;
	text-align: center;
	z-index: 3;
	left: 50%;
	width: 672px;
	margin-left: -336px;
}
.txtRight {
	text-align: right;
}
.headerLs {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	width: 754px;
	left: 50%;
	margin-left: -370px;
	height: 90px;
	z-index: 4;
	overflow: hidden;
	border-radius: 6px;
}
.headerLs li {
	float: left;
	text-align: right;
	height: 90px;
	background-color: #ffffff;
}
.headerLs li:hover {
	background-color: #ffe200;
}
.main {
	position: static;
}
.footerTextArea {
	background-color: #eb6100;
	width: 100%;
	height: 40px;
}
footer .footerTextArea h3 {
	width: 1220px;
	text-align: left;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	display: block;
}
footer .footerTextArea h3 img {
	vertical-align: middle;
}
footer .footerLogoArea {
	background-color: #6e441e;
	width: 100%;
	height: 140px;
}
footer .footerLogo {
	width: 1220px;
	margin: 0 auto;
	height: 140px;
	display: table;
}
footer .footerLogo h2 {
	display: table-cell;
	height: 140px;
	line-height: 140px;
	width: 380px;
}
footer .footerLogo img {
	vertical-align: middle;
}
footer .footerLogo nav {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: #fff;
	padding-right: 20px;
	font-size: 80%;
}
footer .footerLogo nav ul {
	margin-bottom: 10px;
}
footer .footerLogo nav ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px 0 5px;
}
footer .footerLogo nav ul li a {
	color: #fff;
	text-decoration: none;
}
footer .footerLogo h2 {
	display: inline-block;
	height: 140px;
	line-height: 140px;
}
footer .pageTop {
	display: table-cell;
	height: 140px;
	line-height: 140px;
	text-align: right;
	width: 180px;
}
/* swaiper */
.swiper-container {
	width: 1220px;
	height: 672px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	color: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	color: #fff;
}
/* 価格表 */
.priceDetail table, .priceDetail td, .priceDetail th {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	padding: 15px;
	font-size: 20px;
}
.priceDetail table {
	width: 1130px;
	margin: 0 auto 5px;
	color: #352213;
	font-weight: bold;
}
.priceDetail table thead th, .priceDetail table tfoot td {
	background-color: #f7c9c7;
}
.priceDetail table tbody td .yen {
	font-size: 75%;
}
.priceDetail table tfoot td {
	height: 15px;
	padding: 0;
}
.explanation {
	overflow: hidden;
	display: block;
	width: 1130px;
	margin: 0 auto;
	color: #352213;
}
.explanation .expLeft {
	float: left;
}
.explanation .expRight {
	float: right;
}
.explanation .fbig {
	font-size: 120%;
}
.explanation .expLeft ul {
	text-align: left;
	font-size: 20px;
	margin-left: 40px;
}
.explanation .expLeft ul li {
	line-height: 1.5em;
}
.explanation .expLeft ul li:before {
	content: "＊";     /* 空の要素作成 */
	display: inline-block;     /* インラインブロックにする */
}
.priceWarning {
	width: 1060px;
	margin: 40px auto;
	font-weight: bold;
	color: #352213;
}
.priceWarning ul {
	text-align: left;
	font-size: 20px;
	margin-left: 40px;
}
.priceWarning ul li {
	line-height: 1.5em;
}
.priceWarning ul li:before {
	content: "＊";     /* 空の要素作成 */
	display: inline-block;     /* インラインブロックにする */
}
.priceInfo {
	text-align: center;
	color: #f37438;
	font-weight: bolder;
	font-size: 23px;
}
.priceHr {
	width: 1120px;
	margin: 0 auto;
	height: 1px;
	border-top: 1px solid #f37438;
}
.payInfo {
	width: 1060px;
	margin: 0 auto;
}
.payInfoTxt {
	width: 1000px;
	margin: 0 auto;
	color: #727171;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7em;
 padding-bottom:
}
.payInfoTxt h5 {
	margin-bottom: 10px;
}
.payInfoTxt p {
	width: 900px;
	margin: 0 auto;
}
/* flowページ */
.flowBtnArea {
	display: block;
	overflow: hidden;
}
.flowBtnArea .flowBtnLeft {
	float: left;
}
.flowBtnArea .flowBtnRight {
	float: right;
}
.flowBox {
	position: static;
}
.flowImg1 {
	position: relative;
	background: url(../img/flow/flow_14.jpg) no-repeat;
	height: 2280px;
	width: 100%;
}
.flowContactBan1 {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.flowImg2 {
	position: relative;
	background: url(../img/flow/flow_17.jpg) no-repeat;
	width: 100%;
	height: 1990px;
}
.flowContactBan2 {
	position: absolute;
	bottom: 180px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.flowBtn {
	position: absolute;
	border: 0;
}
/* Q&A */
.faqTitle {
	font-size: 49px;
	text-align: left;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 40px;
	color: #352213;
	padding-left: 10px;
}
.faqBgY {
	background-color: #fff6bd;
	border: #fff 10px solid;
	box-sizing: border-box;
	width: 100%;
	box-shadow: 0px -1px 2px 1px rgba(0,0,0,0.05);
	padding: 40px 30px;
}
.faqBgW {
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.staffA {
	position: absolute;
	top: -122px;
	right: 10px;
	z-index: 100;
}
.staffB {
	position: absolute;
	bottom: 0px;
	left: -30px;
	z-index: 100;
}
.faqList {
	margin-top: -20px;
	width: 102.5%;
	color: #352213;
	margin-bottom: 250px;
}
.faqList dt {
	background: url(../img/faq/question.png) no-repeat;
	height: 257px;
	max-width: 100%;
	margin-top: -50px;
	margin-left: -10px;
	position: relative;
}
.faqList dt:first-child {
	margin-top: 0;
}
.faqList dt p {
	position: absolute;
	top: 128px;
	left: 165px;
}
.faqList dt p .QNum {
	display: inline-block;
	margin-right: 15px;
	font-weight: bolder;
	font-size: 30px;
}
.faqList dt p .QList {
	display: inline-block;
	font-size: 23px;
}
.faqList dd {
	background: url(../img/faq/answer.png) no-repeat;
	height: 253px;
	max-width: 100%;
	background-position: right;
	margin-top: -110px;
	position: relative;
}
.faqList dd p {
	position: absolute;
	text-align: left;
	top: 130px;
	left: 220px;
	display: table;
}
.faqList dd p .ANum {
	display: table-cell;
	font-weight: bolder;
	padding-right: 15px;
	font-size: 30px;
}
.faqList dd p .AList {
	display: table-cell;
	font-size: 20px;
	vertical-align: top;
	line-height: 1.2em;
}
.faqList dd p .AList a {
	text-decoration: none;
	color: red;
}
.faqContactBan {
	padding-bottom: 250px;
}
/* 会社概要 */
#companyInfo {
	margin-top: 50px;
	padding-left: 10px;
}
.companyBg {
	background: url(../img/company/page_bg05.png) no-repeat;
	width: 1220px;
	height: 1864px;
	position: relative;
}
.companyProfile {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 28px;
	width: 900px;
	margin: 5px auto 0;
	padding-top: 140px;
	display: flex;
	flex-wrap: wrap;
	color: #221815;
}
.companyProfile dt {
	width: 20%;
	margin-bottom: 35px;
}
.companyProfile dd {
	width: 80%;
	margin-bottom: 35px;
}
.comapnyMessage {
	position: absolute;
	bottom: 0;
}
#comapnyItems {
	margin-top: 90px;
	padding-left: 10px;
}
.comapnyItemsImg {
	padding-bottom: 100px;
}
.comapnyItemsImg img {
	vertical-align: bottom;
}
/* コンタクト */
.contactBg {
	background: url(../img/contact/contact_bg.png) no-repeat;
	width: 1220px;
	height: 2350px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 100px;
}
.makeItem {
	padding-top: 100px;
	font-size: 34px;
	line-height: 1.5em;
}
.smileMan {
	position: absolute;
	right: 20px;
	top: 470px;
}
.contactTitle {
	color: #352213;
	font-size: 42px;
}
#formWrap {
	width: 800px;
	margin: 0 auto;
	color: #352213;
	margin-bottom: 30px;
}
table.formTable {
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable th {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	width: 33%;
}
table.formTable th {
	line-height: 1.5em;
}
table.formTable td {
	text-align: left;
	line-height: 2em;
}
table.formTable td, table.formTable th {
	padding: 10px;
}
.form_input {
	height: 30px;
	border: solid 3px #dcdddd;
}
textarea {
	border: solid 3px #dcdddd;
}
.sbmit_button {
	border: solid 3px #dcdddd;
	font-size: 42px;
	color: #352213;
	font-weight: bold;
	border-radius: 20px;
	background: #FFF;
	padding: 0 40px;
	line-height: 1.8em;
	margin: 150px auto 120px;
}
.sbmit_button:hover {
	background-color: #ffe200;
}
.withMake {
	position: absolute;
	left: 0px;
	bottom: 340px;
}
.withStaff {
	text-align: left;
	margin-left: -5px;
	margin-top: -400px;
}
.helpColumn {
	border: 50px solid #ffe8c7;
}
.titleColumn {
	margin: 20px auto;
	background-color: #e5bf8a;
	color: #352213;
	width: 1000px;
	text-align: left;
	line-height: 2em;
	padding-left: 30px;
	border-radius: 10px;
	font-size: 30px;
	box-sizing: border-box;
}
.textColumn {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
.textColumn li {
	list-style: decimal;
	font-weight: bolder;
	margin-bottom: 30px;
}
