@charset "UTF-8";
/* Fixed margin Col */
/* base
=========================================== */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;

	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

/*! ------------------------------------------------------
	common
------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	line-height: 1.1;
	overflow-x: hidden;
	color: #41392e;
	font: 1.3rem/1.6 "Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.05em;
}

img {
	max-width: 100%;
	vertical-align: top;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

* {
	box-sizing: border-box;
}

em {
	color: #8b001f;
	font-style: normal;
	font-weight: 700;
}

input[type="text"], input[type="submit"], input[type="button"], select, textarea, button {
	border-radius: 0;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 1.6rem;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	        box-sizing: border-box;
	border: none;

	-webkit-appearance: none;
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input[type="text"]:focus {
	outline: 0;
}

input[type="text"] {
	border: solid 1px #8f8e8e;
	text-indent: 0.5em;
}

select {
	width: 70%;
	height: 45px;
	border: solid 1px #8f8e8e;
	background: url(../img/bg_select01.png) no-repeat right top;
	background-size: auto 45px;
	text-indent: 0.5rem;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

textarea {
	border: solid 1px #8f8e8e;
}

/*! clearfix
---------------------------------------------- */
.cf:after {
	display: block;
	clear: both;
	content: '';
}

/*! ------------------------------------------------------
	共通ボタン
------------------------------------------------------- */
.btn {
	display: block;
	text-decoration: none;
}

.btn > span {
	display: block;
	position: relative;
	color: inherit;
}

.btn > span::before {
	position: absolute;
	top: 50%;
	font-family: "icomoon";
	content: "";
}

.btnCmn01 {
	line-height: 1.1;
	border-radius: 4px;
	background: linear-gradient(to bottom, #9c0024 0%, #7a001b 100%);
	background-color: #7a001b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9c0024), to(#7a001b));
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.15em;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#9c0024', EndColorStr='#7a001b');
}

.btnCmn01 a {
	display: block;
	position: relative;
	padding: 16px 0;
	color: #fff;
}

.btnCmn01 a > span::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 6px;
	margin-top: -3px;
	background: url(../img/ico_down02.png) no-repeat 50% top;
	background-size: 7px;
	content: "";
}

/*! ------------------------------------------------------
	共通-タイトル
------------------------------------------------------- */
.tit {
	text-align: center;
}

.titCmn01 {
	line-height: 1.1;
	padding: 15px;
	background: url(../img/bg01.png) repeat 50% top;
	background-size: 100% auto;
}

.titCmn01 > span {
	position: relative;
	padding-left: 12px;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
}

.titCmn01 > span::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 5px;
	height: 19px;
	background: url(../img/bg_tit01.png) no-repeat left top;
	background-size: 5px;
	content: "";
}

/*! ------------------------------------------------------
	共通パーツ
------------------------------------------------------- */
/*! LINE ---------- */
.btnLine {
	overflow: hidden;
	margin: 0 6.55%;
	border-radius: 3px;
	background: linear-gradient(to bottom, #cfb262 0%, #bf9848 100%);
	background-color: #bf9848;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cfb262), to(#bf9848));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#cfb262', EndColorStr='#bf9848');
}

.btnLine a {
	display: block;
	height: 55px;
	line-height: 55px;
	background: url(../img/bg_line01.png) no-repeat right bottom;
	background-size: 42px;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

.btnLine a .ico {
	display: inline-block;
	position: relative;
	top: -7px;
	left: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 5px 0 10px;
	background: url(../img/ico_line01.png) no-repeat 50% 50%;
	background-size: 40px;
	text-indent: 100%;
	white-space: nowrap;
}

@media screen and (min-width: 321px) {
	.btnLine {
		text-align: center;
	}
	.btnLine a {
		text-indent: -25px;
	}
}

/*! フレーム ---------- */
.frame {
	position: relative;
}

.frame::before, .frame::after {
	display: block;
	position: absolute;
	width: 50%;
	height: 13px;
	background: url(../img/ico_frame01.png) no-repeat;
	background-size: 13px;
	content: '';

	-webkit-box-reflect: right;
}

.frame::before {
	top: 0;
	left: 0;
}

.frame::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-180deg);
}

/*! 流れ ---------- */
.flowList li {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	padding-left: 45px;
	border: solid 1px #d4d2d2;
	border-radius: 3px;
	background: #f7f7f5;
	font-weight: 700;
	font-size: 1.4rem;
}

.flowList li:not(:last-of-type)::after {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 12px;
	height: 8px;
	margin-left: -6px;
	background: url(../img/ico_down01.png) no-repeat 50% 50%;
	background-size: 100%;
	content: "";
}

.flowList li::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	width: 25px;
	height: 26px;
	margin-top: -13px;
	background: no-repeat 50% 50%;
	background-size: 25px !important;
	content: "";
}

.flowList li:first-of-type::before {
	background-image: url(../img/ico_no01.png);
}

.flowList li:nth-of-type(2)::before {
	background-image: url(../img/ico_no02.png);
}

.flowList li:nth-of-type(3)::before {
	background-image: url(../img/ico_no03.png);
}

.flowList li:nth-of-type(4)::before {
	background-image: url(../img/ico_no04.png);
}

.flowList li:nth-of-type(5)::before {
	background-image: url(../img/ico_no05.png);
}

/*! ------------------------------------------------------
	ヘッダー #gHeader
------------------------------------------------------- */
#gHeader {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 52px;
	transition: top 0.2s ease;
}

#gHeader .hGrp {
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#gHeader .hGrp .logo {
	float: left;
	margin: 12px 0 0 14px;
}

#gHeader .hGrp .contact {
	float: right;
	width: 106px;
	height: 52px;
}

#gHeader .hGrp .contact li {
	display: block;
	float: left;
	width: 53px;
}

#gHeader .hGrp .contact li a {
	display: block;
	position: relative;
	width: 100%;
	height: 52px;
	padding-top: 24px;
	text-align: center;
}

#gHeader .hGrp .contact li a span::before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 13px;
	content: "";
}

#gHeader .hGrp .contact .tel a {
	background: linear-gradient(to bottom, #93731e 0%, #6f5616 100%);
	background-color: #6f5616;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93731e), to(#6f5616));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#93731e', EndColorStr='#6f5616');
}

#gHeader .hGrp .contact .tel a span::before {
	background: url(../img/ico_tel01.png) no-repeat 50% top;
	background-size: 16px;
}

#gHeader .hGrp .contact .mail a {
	background: linear-gradient(to bottom, #9c0024 0%, #7a001b 100%);
	background-color: #7a001b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9c0024), to(#7a001b));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#9c0024', EndColorStr='#7a001b');
}

#gHeader .hGrp .contact .mail a span::before {
	background: url(../img/ico_mail01.png) no-repeat 50% top;
	background-size: 16px;
}

#gHeader .open {
	width: 100%;
	height: 18px;
	background: url(../img/bg01.png) repeat 50% top;
	background-size: 320px;
	font-weight: 700;
	font-size: 1.0rem;
	text-align: center;
}

#gHeader .open dt, #gHeader .open dd {
	display: inline;
	color: #fff;
	letter-spacing: 0;
}

#gHeader .open dt {
	padding-right: 5px;
	color: rgba(255, 255, 255, 0.6);
}

#gHeader .open dd:first-of-type {
	padding-right: 10px;
}

/*! ---------------- */
#gHeader.fixed {
	position: fixed;
	top: -18px;
	z-index: 1000;
	width: 100%;
	transition: top 0.2s ease;
}

#gHeader.fixed .hGrp .contact a span::before {
	margin-top: 11px;
}

#gHeader.fixed .hGrp .contact a span img {
	display: none;
}

@media screen and (min-width: 321px) {
	#gHeader .open dd, #gHeader .open dt {
		letter-spacing: 0.05em;
	}
}

/*! ------------------------------------------------------
	レイアウト layout
-------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 100%;
}

#main {
	width: 100%;
	background: #fafafa;
}

.taC {
	text-align: center !important;
}

.taL {
	text-align: left !important;
}

.taR {
	text-align: right !important;
}

/*! ------------------------------------------------------
	mv
------------------------------------------------------- */
#mv {
	padding: 93px 15px 30px;
	background: url(../img/bg_mv01.png) no-repeat 50% top #e6e2ca;
	background-size: cover;
}

#mv .tit img {
	width: 96%;
}

#mv .pic {
	display: block;
}

#mv .txt {
	position: relative;
	margin: -20px 0 20px;
	color: #fff;
}

/*! ------------------------------------------------------
	gNav
------------------------------------------------------- */
#gNav {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#gNav ul {
	display: table;
	width: 100%;
	border-bottom: solid 1px #b5a49e;
	table-layout: fixed;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    z-index: 5;
    position: relative;
}

#gNav ul li {
	display: table-cell;
	border-bottom: solid 1px #fff;
	background: linear-gradient(to bottom, #fff 0%, #e6dfdb 100%);
	background-color: #e6dfdb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6dfdb));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#ffffff', EndColorStr='#e6dfdb');
}

#gNav ul li a {
	display: block;
	position: relative;
	height: 65px;
	margin-bottom: -1px;
	padding-top: 10px;
	background-color: none;
	color: #5a504c;
	font-weight: 700;
	text-align: center;
}

#gNav ul li a::before {
	display: block;
	width: 27px;
	height: 23px;
	margin: 0 auto 5px;
	background: no-repeat 50% top;
	background-size: 27px !important;
	content: "";
}

#gNav ul li:not(:first-of-type) a {
	background: url(../img/bg_gnavi01.png) no-repeat left bottom;
	background-size: 2px;
}

#gNav ul li:first-of-type a::before {
	background-image: url(../img/ico_gnavi01.png);
}

#gNav ul li:nth-of-type(2) a::before {
	background-image: url(../img/ico_gnavi02.png);
}

#gNav ul li:nth-of-type(3) a::before {
	background-image: url(../img/ico_gnavi03.png);
}

/*! ------------------------------------------------------
	買取実績
------------------------------------------------------- */
#record {
	padding: 28px 15px 30px;
	background: url(../img/bg02.png) no-repeat 50% top, url(../img/bg01.png) repeat 50% top;
	background-size: 100%, 320px;
}

#record .tit {
	margin-bottom: 20px;
}

#record .tit img {
	width: 96.55%;
}

#record .recordList li {
	display: table;
	width: 100%;
	min-height: 115px;
	overflow: hidden;
	background: url(../img/bg_record01.png) repeat-x 50% top;
	background-size: 100%;
}

#record .recordList li:not(:first-of-type) {
	margin-top: 15px;
}

#record .recordList li .pic, #record .recordList li .price {
	display: table-cell;
	vertical-align: middle;
}

#record .recordList li .pic {
	width: 130px;
/*	padding: 13px 0;*/
	text-align: center;
}

#record .recordList li .pic img {
	display: block;
	margin: auto;
}

#record .recordList li:nth-child(2) .pic img{
	width: 57%;
}

/*
#record .recordList li .price dt {
	line-height: 1.4;
}

#record .recordList li .price dd {
	line-height: 1.1;
	margin-top: 10px;
	color: #8b001f;
	font-weight: 700;
	font-size: 1.9rem;
}

#record .recordList li .price dd span {
	font-size: 1.6rem;
}
*/

#record .recordList li .price p{
	line-height: 1.1;
    color: #8b001f;
    margin-left: 10px;
    font-weight: 700;
    font-size: 2.4rem;
}

#record .recordList li .price p span{
	font-size: 1.6rem;
}

/*! ------------------------------------------------------
	促進
------------------------------------------------------- */
.promotion {
	overflow: hidden;
	padding: 25px 15px 0;
}

.promotion .tit {
	margin-bottom: 5px;
}

.promotion .txt {
	margin-bottom: 15px;
	letter-spacing: 0.15em;
}

.promotion .pic {
	display: block;
	margin-bottom: 1px;
}

.promotion02 {
	background: url(../img/bg_promotion01.png) repeat 50% top;
	background-size: 50px;
}

/*! ------------------------------------------------------
	cv
------------------------------------------------------- */
.cv {
	padding: 15px 0;
	background: url(../img/bg_cv02.png) repeat 50% top;
	background-size: 320px;
	text-align: center;
}

.cv .inner {
	max-width: 92%;
	margin: auto;
	padding: 20px 0;
	background: url(../img/bg_cv01.png) no-repeat 50% top;
	background-size: 100% 100%;
}

.cv .inner .box {
	width: 252px;
	margin: 15px auto 0;
	padding: 7px;
	background: rgba(255, 255, 255, 0.5);
}

.cv .inner .box .btn a {
	text-indent: 0.75em;
}

.cv .inner .box .btn small {
	padding: 0 2px 0 3px;
	font-size: 1.2rem;
}

/*! ------------------------------------------------------
	買取までの流れ
------------------------------------------------------- */
#flow {
	padding-top: 30px;
}

#flow .tit {
	margin: 0 15px 15px;
}

#flow .tit img {
	width: 83.1%;
}

#flow .titCmn01 .sub {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-left: 12px;
	padding: 0 8px;
	border-radius: 9px;
	background: #a08036;
	color: #fff;
	font-weight: 700;
	font-size: 1.0rem;
}

#flow .flowList {
	margin: 20px 15px;
}

#flow .txt {
	margin: 0 15px 30px;
}

#flow .txt small {
	font-size: 1.1rem;
}

/*! ------------------------------------------------------
	キャンペーン
------------------------------------------------------- */
#campaign {
	margin-bottom: 30px;
	padding: 15px 15px 30px;
	background: url(../img/bg_campaign01.png) no-repeat 50% top #372c12;
	background-size: 100%;
}

#campaign .tit {
	margin: 0 -9px 15px;
}

#campaign .tit img {
	width: 90%;
}

#campaign .inner {
	padding: 20px;
	background: #fff;
}

#campaign .pointList li {
	position: relative;
	padding: 14px 0 14px 20px;
	border-bottom: solid 1px #cecece;
	font-size: 1.4rem;
}

#campaign .pointList li::before {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 13px;
	height: 13px;
	line-height: 1.2;
	margin-right: 6px;
	background: url(../img/ico_check01.png) no-repeat 50% top;
	background-size: 13px;
	content: "";
}

#campaign .pointList li:first-of-type {
	padding-top: 0;
}

#campaign .pointList li:first-of-type::before {
	top: 4px;
}

#campaign .pointList li:last-of-type {
	padding-bottom: 0;
	border: 0;
}

#campaign .pointList li em {
	line-height: 1.4;
	font-size: 1.6rem;
}

#campaign .notes {
	line-height: 1.6;
	margin: 10px 0;
	font-size: 1.1rem;
}

#campaign .sizeList li {
	display: table;
	width: 100%;
}

#campaign .sizeList li:not(:first-of-type) {
	margin-top: 15px;
}

#campaign .sizeList li .txt {
	margin-top: 10px;
}

#campaign .sizeList li .detail {
	width: 100%;
	line-height: 1.3;
	background: #f0f0f0;
	font-weight: 700;
	text-align: center;
}

#campaign .sizeList li .detail > div {
	display: table-cell;
	vertical-align: middle;
}

#campaign .sizeList li .detail div:first-of-type {
	width: 26%;
	background: #10243f;
}

#campaign .sizeList li .detail div:first-of-type .type {
	margin-bottom: 15px;
	color: #fff;
}

#campaign .sizeList li .detail div:first-of-type .type span {
	display: block;
	font-size: 1.7rem;
}

#campaign .sizeList li .detail div:first-of-type .size {
	color: #dce2eb;
	font-size: 1.0rem;
}

#campaign .sizeList li .detail div:first-of-type .size span {
	display: block;
	margin: auto;
	font-size: 1.1rem;
}

#campaign .sizeList li .detail .pic img {
	display: inline-block;
	margin: auto;
}

#campaign .imp {
	padding: 10px 15px;
	background: url(../img/bg_imp01.png) repeat 50% top;
	background-size: 40px;
}

#campaign .imp .impBox .pic, #campaign .imp .impBox .name {
	display: block;
	text-align: center;
}

#campaign .imp .impBox .name {
	line-height: 1.1;
	margin: 15px 0;
}

#campaign .imp .impBox:last-of-type {
	margin-top: 20px;
	padding-top: 15px;
	border-top: solid 1px #cbcbcb;
}

/*! ------------------------------------------------------
	お店で買取
------------------------------------------------------- */
#purchase .flowList {
	margin: 20px 15px 30px;
}

/*! ------------------------------------------------------
	お客様の声
------------------------------------------------------- */
#voice {
	padding: 30px 15px;
	background: url(../img/bg_voice01.png) repeat 50% top;
	background-size: 50px;
}

#voice .tit {
	margin-bottom: 15px;
}

#voice .tit img {
	width: 65.17%;
}

#voice .frame {
	padding: 20px;
	background: #fff;
}

#voice .frame:first-of-type {
	margin-bottom: 20px;
}

#voice .vHead {
	min-height: 110px;
	margin-bottom: 15px;
	padding-left: 110px;
}

#voice .vHead .pic {
	position: absolute;
	top: 20px;
	left: 20px;
}

#voice .vHead .voiceInfo {
	line-height: 1.5;
	font-size: 1.1rem;
}

#voice .vHead .voiceTit {
	line-height: 1.4;
	margin-top: 6px;
	font-weight: 700;
	font-size: 1.4rem;
}

/*! ------------------------------------------------------
	メッセージ
------------------------------------------------------- */
#message {
	padding: 20px 15px 30px;
	background: url(../img/bg_message01.png) no-repeat left 10px #291f15;
	background-size: 104px;
}

#message .tit {
	line-height: 1.1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #544c44;
}

#message .pic {
	display: inline-block;
	float: right;
	width: 113px;
	margin: 0 0 10px 10px;
}

#message .pic .name {
	display: block;
	width: 113px;
	line-height: 1.3;
	padding: 6px 0;
	background: #a08036;
	color: #e9d8b1;
	font-size: 1.0rem;
	text-align: center;
}

#message .pic .name span {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
}

#message .txt {
	display: inline;
	color: #fff;
}

#message .btnLine {
	margin-top: 15px;
}

/*! ------------------------------------------------------
	フォーム
------------------------------------------------------- */
#form {
	background: url(../img/bg02.png) no-repeat 50% top, url(../img/bg01.png) repeat 50% top;
	background-size: 100%, 320px;
}

#form #mhMailForm {
	overflow: hidden;
	padding: 30px 15px;
}

#form .tit {
	margin-bottom: 15px;
}

#form form table {
	width: 100%;
	background: #fff;
	/* .trKit{
				label.form_size:not(:last-of-type){
					font-size: 1.1rem;
				}
			} */
}

#form form table th, #form form table td {
	display: block;
	text-align: left;
}

#form form table th {
	line-height: 1.1;
	padding: 15px;
	border-top: solid 1px #cbcbcb;
	border-bottom: solid 1px #cbcbcb;
	background: #f7f7f5;
	font-weight: 700;
	font-size: 1.4rem;
}

#form form table th .ico {
	display: inline-block;
	position: relative;
	top: -4px;
	float: right;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 1.1rem;
}

#form form table th .ico.req {
	background: #9c0023;
}

#form form table th .ico.any {
	background: #9b9a9a;
}

#form form table td {
	overflow: hidden;
	padding: 20px 15px;
	/* input[type=radio]:not(:last-of-type) + label::after{
					clear: both;
					display: block;
					content: "";
					width: 100%;
					height: 15px;
				} */
}

#form form table td input[type=radio] {
	display: block;
	float: left;
	clear: both;
	width: 18px;
	height: 18px;
	margin: 10px 5px 0 0;
}

#form form table td input[type=radio] + label {
	display: block;
	float: left;
	width: 230px;
	height: 40px;
	line-height: 40px;
}

#form form table td input[type=text] {
	height: 45px;
}

#form form table td textarea {
	height: 150px;
}

#form form table td input[type=text], #form form table td textarea {
	width: 100%;
}

#form form table .trHow td, #form form table .trContact td, #form form table .trKit td {
	padding: 10px 15px;
}

#form form table .trAddress .inpZip span:first-of-type {
	position: relative;
	top: 13px;
}

#form form table .trAddress .inpZip #form_postcode {
	display: inline-block;
	float: right;
	width: 93%;
}

#form form table .trAddress .inpZip select {
	margin: 10px 0;
}

#form form .submitArea {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
}

#form form .submitArea #mhFormConfirm, #form form .submitArea #mhFormSend, #form form .submitArea #mhFormAdjust {
	width: 100%;
	padding: 16px 0;
	border-radius: 5px;
}

#form form .submitArea #mhFormConfirm, #form form .submitArea #mhFormSend {
	background: url(../img/ico_right01.png) no-repeat 15px 50%, linear-gradient(to bottom, #9c0024 0%, #7a001b 100%);
	background: url(../img/ico_right01.png) no-repeat 15px 50%, -webkit-gradient(linear, left top, left bottom, from(#9c0024), to(#7a001b));
	background-size: 6px, auto;
	color: #fff;
}

#form form .submitArea #mhFormAdjust {
	margin-bottom: 10px;
	background: url(../img/ico_right01.png) no-repeat 15px 50%, linear-gradient(to bottom, #fff 0%, #e6dfdb 100%);
	background: url(../img/ico_right01.png) no-repeat 15px 50%, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6dfdb));
	background-size: 6px, auto;
	color: #41392e;
}

#form #errorMsg {
	margin-bottom: 15px;
}

#form #errorMsg .error {
	color: #cfb262;
}

#form #errorMsg .msg {
	color: #fff;
}

#form .error {
	display: block;
	clear: both;
	color: #8b001f;
}

#form .typeThankyou .trAddress .inpZip span:first-of-type, #form .typeConfirm .trAddress .inpZip span:first-of-type {
	position: static !important;
}

#form .typeThankyou .submitArea {
	display: none;
}

/*! ------------------------------------------------------
	ブランドガーデンについて
------------------------------------------------------- */
#about {
	margin-bottom: 30px;
	padding-top: 30px;
}

#about .tit {
	margin: 0 15px 15px;
}

#about table {
	width: 100%;
}

#about table th, #about table td {
	line-height: 1.5;
	padding: 15px;
	border: solid 1px #8a847f;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
}

#about table th {
	background: #f7f7f5;
}

#about table td em {
	font-weight: 300;
}

/*! ------------------------------------------------------
	地図
------------------------------------------------------- */
#map .gmap {
	margin: 20px 15px 15px;
}

#map .gmap iframe {
	width: 100%;
	height: 188px;
}

#map .link {
	line-height: 1.1;
	margin: 0 15px 30px 0;
	color: #424241;
	font-size: 1.1rem;
	text-decoration: underline;
}

#map .link a {
	color: inherit;
}

#map .link a::before, #map .link a::after {
	display: inline-block;
	width: 9px;
	height: 8px;
	content: "";
}

#map .link a::before {
	margin-right: 5px;
	background: url(../img/ico_right01.png) no-repeat left top;
	background-size: 6px;
}

#map .link a::after {
	margin-left: 5px;
	background: url(../img/ico_window01.png) no-repeat left top;
	background-size: 9px;
}

/*! ------------------------------------------------------
	ページトップ
------------------------------------------------------- */
#pagetop {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-top: solid 1px #b5a49e;
	border-bottom: solid 1px #fff;
	background: linear-gradient(to bottom, #fff 0%, #e7e0db 100%);
	background-color: #e7e0db;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e0db));
	color: #424241;
	font-weight: 700;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#fff', EndColorStr='#e7e0db');
}

#pagetop span {
	position: relative;
}

#pagetop span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 8px;
	height: 6px;
	margin-top: -3px;
	background: url(../img/ico_up01.png) no-repeat 50% top;
	background-size: 8px;
	content: "";
}

/*! ------------------------------------------------------
	フッター #gFooter
------------------------------------------------------- */
#gFooter {
	background: url(../img/bg01.png) repeat 50% top;
	background-size: 320px;
}

#gFooter .copy {
	line-height: 1.1;
	padding: 6px 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.0rem;
	text-align: center;
}

/* lity */
.lity-content::after {
	display: none;
}
.lity-iframe-container {
	height: 538px;
	padding: 0;
	overflow: visible;
}
.lity-iframe-container iframe {
	height: 538px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*# sourceMappingURL=maps/css/style.css.map */
