@charset "utf-8";
/* CSS Document */


/* スライダー
-----------------------------------*/
#slider {
	padding:20px 0;
}
#top_slider {
	width:1000px;
	height:330px;
	margin:0 auto;
	overflow:hidden;
}
#top_slider.comp {
	overflow:visible;
	height:auto;
}
#top_slider ul li a {
	display:block;
}
.bx-pager {
	text-align:center;
	line-height:1;
	padding-top:14px;
	background:url(../img/top/slider_shadow.png) center 0 no-repeat;
}
.bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 4px;
}
.bx-pager .bx-pager-item a {
	display:block;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	background:#d3d4d4;
}
.bx-pager .bx-pager-item a.active,
.bx-pager .bx-pager-item a:hover {
	background:#532906;
}

/* 投稿記事一覧
-----------------------------------*/
.record_list {
	overflow:hidden;
}
.record_list .record {
	width:163px;
	padding:5px 5px 15px;
	border:1px solid #c0b393;
	font-size:75%;
	float:left;
	margin-top:20px;
	margin-right:19px;
}
.record_list .record p {
	word-wrap:break-word;
	overflow-wrap:break-word;
}
.record_list .record:nth-child(4n) {
	margin-right:0;
}
.record_list .record a {
	color:#595757;
}
.record_list .record a img {
	display:block;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.record_list .record a p {
	line-height:1.25;
	margin:0;
}
.record_list .record span.date {
	color:#c0b393;
	display:block;
	margin-bottom:2px;
}
.ranklist {
	padding-left:4px;
}
.center_bnr {
	margin:30px 0;
}
/*グーグルカレンダー*/
iframe {
  width: 80vw;
  height: 80vw;
}

/* ボタン
-----------------------------------*/
.btn_gold a {
	display:block;
	background: url(../img/top/arw1.png) 95% center no-repeat #532906;
	color:#fff;
	border:1px solid #532906;
	padding:14px 0;
	width:420px;
	margin:0 auto;
	text-align:center;
	font-size:87.5%;
}
.btn_gold a.lato {
	font-weight:bold;
	letter-spacing:2px;
}
.btn_gold a img {
	vertical-align:middle;
}



/* top
-----------------------------------*/

/* 最新買取実績 */
#top_new {
	margin:40px 0;
}
.search #top_new {
	margin-top:10px;
}
#top_new h3 {
	margin-bottom:10px;
}
#top_new .btn_gold {
	margin-top:20px;
}

/* 買取参考価格 */
#top_price h3 {
	margin-bottom:10px;
}
#top_price table {
	width:100%;
}
#top_price table th,
#top_price table td {
	padding:4px 5px;
	border-top:4px solid #fff;
}
#top_price table th {
	text-align:center;
	vertical-align:middle;
	background:#838383;
	color:#fff;
	font-weight:bold;
}
#top_price table th.num {
	background-color:#afb3b3;
}
#top_price table .s th {background-color:#ec3e46;}
#top_price table .a th {background-color:#8e2200;}
#top_price table .b th {background-color:#b09c53;}
#top_price table .c th {background-color:#9d9aaf;}
#top_price table .d th {background-color:#7c7c7c;}

#top_price table td {
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}
#top_price table .s td {color:#ec3e46;}
#top_price table .a td {color:#8e2200;}
#top_price table .b td {color:#b09c53;}
#top_price table .c td {color:#9d9aaf;}
#top_price table .d td {color:#7c7c7c;}

#top_price p {
	text-align:center;
	color:#595757;
	margin:0;
}
#top_price .record p {
	line-height:1.25;
	text-align:left;
	margin:8px 4px;
}
#top_price p.notes {
	font-size:81.25%;
	margin:30px 0 20px;
	line-height:1.923;
}

/* 簡単無料買取システム */
#top_easy h3 {
	margin-bottom:30px;
}
#top_easy .step_wrap{
	overflow:hidden;
}
#top_easy .step {
	float:left;
	width:181px;
	line-height:1.583;
	font-size:75%;
	color:#fff;
	background:#532906;
	margin-right:12px;
}
#top_easy .step:nth-child(4n) {
	margin-right:0;
}
#top_easy .step p {
	display:block;
	margin:0;
	padding:10px;
}
#top_easy .step a {
	display:block;
	text-align:center;
	margin-top:10px;
}
#top_easy .btn_gold {
	margin:30px 0;
}

/* 自信があります */
#top_confidence .in {
	background:url(../img/top/top_bg1.jpg) center 0 no-repeat #000;
	padding:0 20px 20px;
}
#top_confidence .wrap {
	background:#fff;
	padding:15px;
	overflow:hidden;
}
#top_confidence .wrap p {
	display:block;
	float:left;
	font-size:75%;
	line-height:2;
	width:430px;
	margin:0;
	letter-spacing:-1px;
}
#top_confidence .wrap img {
	display:block;
	float:right;
}

/* 選ばれる理由 */
#top_reason {
	margin-top:30px;
	background:#421f06;
}
#top_reason .wrap {
	padding:20px;
}
#top_reason .wrap .in {
	padding:20px;
	background:#fff;
}
#top_reason .wrap .in h4 {
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
}
#top_reason .wrap .shadow {
	padding:0 20px;
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}
#top_reason .wrap .shadow .reason {
	overflow:hidden;
	padding:20px 0;
}
#top_reason .wrap .shadow .reason:nth-child(2n) {
	border-top:1px dotted #a7861d;
	border-bottom:1px dotted #a7861d;
}
#top_reason .wrap .shadow .reason .pict {
	float:left;
	width:290px;
}
#top_reason .wrap .shadow .reason:nth-child(2n) .pict {
	float:right;
}

#top_reason .wrap .shadow .reason .text {
	float:right;
	width:320px;
}
#top_reason .wrap .shadow .reason:nth-child(2n) .text {
	float:left;
}

#top_reason .wrap .shadow .reason .text p {
	margin:20px 0 0;
	font-size:75%;
	line-height:2;
}

/* 実績No1を目指します */
#top_result {
	margin-top:40px;
}
#top_result .in {
	padding:5px 20px 20px;
	background:#421f06;
}
#top_result .wrap {
	display:table;
	background:#fff;
	width:100%;
}
#top_result .wrap .pict {
	width:250px;
	display:table-cell;
	vertical-align:middle;
}
#top_result .wrap ul {
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
}
#top_result .wrap ul li {
	font-size:81.25%;
	border-top:1px dotted #a7861d;
	padding:20px 0;
	overflow:hidden;
	background-position:0 center;
	background-repeat:no-repeat;
}
#top_result .wrap ul li:first-child {
	border-top:none;
}
#top_result .wrap ul li img,
#top_result .wrap ul li span {
	display:block;
	vertical-align:middle;
	float:left;
}
#top_result .wrap ul li span {
	padding-left:40px;
}
#top_result .wrap ul li.num1 {background-image:url(../img/top/num1.png);}
#top_result .wrap ul li.num2 {background-image:url(../img/top/num2.png);}
#top_result .wrap ul li.num3 {background-image:url(../img/top/num3.png);}
#top_result .wrap ul li.num4 {background-image:url(../img/top/num4.png);}
#top_result .wrap ul li.num5 {background-image:url(../img/top/num5.png);}

/* 一緒にお送りください */

#top_together {
	margin:40px 0 0;
}
#top_together .wrap {
	background:#532906;
	padding:5px;
}
#top_together .wrap .in {
	background:#fff;
	padding:20px;
}
#top_together .wrap .in .pict,
#top_together .wrap .in .info {
	display:inline-block;
	vertical-align:bottom;
}
#top_together .wrap .in .info {
	width:380px;
}
#top_together .wrap .in .info h4 {
	text-align:center;
	color:#000;
	font-weight:normal;
	font-size:93.75%;
	line-height:1.867;
	margin-bottom:10px;
}
#top_together .wrap .btn_gold {
	margin-top:30px;
}
#top_together .wrap .btn_gold a {
	background-color:#ec3e46;
	color:#fff;
	border:none;
	background-image:url(../img/top/arw2.png);
}

.free_bnr {
	margin-top:30px;
}
.aside {
	margin-top:20px;
}
.aside .contents {
	text-align:center;
	background:url(../img/common/contents_bg.jpg) center 0 no-repeat #352928;
}
.aside .contents h3 {
	padding:25px 0 15px;
	color:#fff;
	letter-spacing:1px;
	font-weight:normal;
	font-size:137.5%;
}
.aside .contents ul {
	overflow:hidden;
	padding:0 10px 6px;
}
.aside .contents ul li {
	float:left;
	margin:5px 0;
}
.aside .contents ul li:nth-child(even) {
	float:right;
}
.aside .contents ul li a {
	display:block;
	background:#fff;
}

/* お問い合わせエリア */
.aside .contact {
	padding:5px;
	text-align:center;
	border:1px solid #421f06;
}
.aside .contact .in {
	padding:12px;
}
.aside .contact h3 {
	padding:5px 0 20px;
	border-bottom:1px solid #532906;
	color:#532906;
	font-size:137.5%;
	font-weight:normal;
	letter-spacing:1px;
}
.aside .contact .wrap {
	display:table;
	width:100%;
	margin-top:15px;
}
.aside .contact .wrap .tel,
.aside .contact .wrap .mail {
	display:table-cell;
	text-align:center;
	padding:5px 0;
	vertical-align:middle;
	width:50%;
	box-sizing:border-box;
}
.aside .contact .wrap .tel {
	text-align:center;
	padding-right:15px;
}
.aside .contact .wrap .tel p {
	margin:0;
	color:#532906;
}
.aside .contact .wrap .tel p.num {
	font-size:225%;
	font-weight:bold;
	letter-spacing:2px;
}
.aside .contact .wrap .tel p.num span.s {
	font-size:80.6%;
}
.aside .contact .wrap .tel p.time {
	font-size:81.25%;
	font-weight:bold;
	letter-spacing:2px;
}
.aside .contact .wrap .mail {
	text-align:right;
	border-left:1px solid #532906;
}
.aside .contact .wrap .mail a {
	display:block;
	background:#fff;
	width:333px;
	margin-left:auto;
}
.aside .contact .in2 h3 {
	border-bottom:none;
}
.aside .contact .in2 .wrap {
	margin-top:0;
}

.aside #fb {
	text-align:center;
}
.aside #fb h3 {
	font-weight:normal;
	color:#3b5794;
	margin:40px 0 30px;
}

/* .pnavi */
.pnavi {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
	font-size:75%;
}
.pnavi > span {
	color:#532906;
}
.pnavi span a {
	color:#3e3a39;
	text-decoration:underline;
}
.pnavi a:hover {
	text-decoration:none;
}

/* .headTitle */
.headTitle {
	padding:0 0 25px;
	text-align:center;
}
.headTitle02 {
	padding:13px 0 10px 12px;
	margin-bottom:6px;
}
.headTitle03 {
	color:#604c3f;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:25px!important;
	border-bottom:1px dotted #503c28;
}

.contact_wrap .wrap{
padding:20px;
background:#532906;
}
.contact_wrap .wrap .inn {
padding:40px 30px;
background:#fff;
}
.contact_wrap h4{
margin:0 0 10px;
padding:0 0 10px 10px;
border-bottom: 1px dotted #a7861d;
}

.contact_wrap .cmt{
font-size: 12px;
line-height: 20px;
color: #514b4e;
}
.contact_wrap dt{
width: 150px;
font-size: 14px;
padding:14px 0 10px 0;
clear: left;
float: left;
}
.contact_wrap dt span{
color: #dc0000;
}
.contact_wrap dd{
padding:10px 0 10px 150px;
border-bottom:none;
}
.contact_wrap input[type=tel] , 
.contact_wrap input[type=email] , 
.contact_wrap input[type=text]{
width:275px;
border:1px solid #c0b393;
background-color: #fff;
padding:10px;
}
.contact_wrap textarea{
width:460px;
height:190px;
border:1px solid #c0b393;
padding:10px;
box-sizing:border-box;
}
.contact_wrap input[type=radio]{
margin:0 10px;
display:inline-block;
}
.contact_wrap .text{
color: #514b4e;
display:inline-block;
margin-left:10px;
}
.contact_wrap .size_img{
margin:15px 0 0 60px;
}
.contact_wrap .text{
font-size: 12px;
display:inline-block;
}
.contact_wrap .form_btn {
	margin:30px 0 40px;
}
.contact_wrap .wpcf7-not-valid-tip{
font-size:12px;
padding:10px 0 0;
}

.inputBtn .send{
width:420px;
height:50px;
background:url(../img/contact/submit.jpg) no-repeat;
margin:25px auto 35px;
border:none;
text-indent:-9999px;
display:block;
}
.inputBtn .send:hover{
opacity:0.7;
}


/* .mailBtn */
.mailBtn {
	width:100%;
	clear:both;
	text-align:center;
	padding:0 0 15px;
}
.mailBtn li {
	display:inline;
	padding:0 6px;
}
.mailBtn li input.send_btn {
	background:url(../img/common/btn_mail_bg.jpg) center center no-repeat;
	width:420px;
	height:50px;
	color:#fff;
	display:block;
	margin:0 auto;
	border:none;
}

/* .columnArea */
.columnArea .newpost {
	padding:20px;
	margin:30px 0;
}
.columnArea .newpost {
	background:#532906;
}
.columnArea .newpost ul li {
	border-bottom:1px dotted #a7861d;
}
.columnArea .newpost ul li a {
	display:block;
	background:url(../img/common/ico1.gif) 10px center no-repeat;
	padding:15px;
	padding-left:30px;
	color:#604c3f;
	font-size:87.5%;
}
.columnArea .newpost ul li a:hover {
	text-decoration:underline;
}
.columnArea .in {
	padding:20px;
	background:#fff;
}
.columnArea .wrap h4 {
	text-align:center;
	border-bottom:1px dotted #503c28;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:20px;
	color:#604c3f;
	font-size:125%;
}
.columnArea .single h4 {
	text-align:center;
	color:#604c3f;
	font-weight:bold;
	font-size:137.5%;
	margin:20px 0;
	background:url(../img/item/item_bg.jpg) 0 0 repeat;
	padding:15px;
}
.columnArea .single .wrap {
	background:#532906;
	padding:20px;
}
.columnArea .single .wrap .inner {
	background:#fff;
	padding:30px 20px;
}
.columnArea .single .wrap .inner h5 {
	border-bottom:1px dotted #503c28;
	margin-bottom:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:125%;
	color:#604c3f;
}
.columnArea .single .wrap .inner .post {
	margin-bottom:60px;
}
.columnArea .single .wrap .inner .cont {
	font-size:87.5%;
}
.columnArea .single .wrap .inner .backBtn {
	text-align:center;
	padding-top:40px;
	margin-top:30px;
	border-top:1px dotted #503c28;
}
.columnArea .single .wrap .inner .pict {
	text-align:center;
	margin:20px 0;
}
.pager01 {
	text-align:center;
	margin:20px 0 40px;
}
.pager01 li {
	display:inline-block;
	margin:0 10px;
}
.pager01 li a {
	display:block;
	border-radius:4px;
	padding:8px 30px;
	text-align:center;
	border:1px solid #532906;
	color:#532906;
}
.pager01 li a:hover {
	color:#fff;
	background:#532906;
}

/* .detailArea */
.detailArea {
	padding:20px;
	margin-bottom:30px;
	background:#532906;
}
.detailArea p {
	margin:0;
}
.detailArea .detail {
	width:680px;
	clear:both;
	padding:20px;
	background:#fff;
}
.detailArea .photo {
	text-align:center;
	padding-bottom:18px;
}
.detailArea .title {
	font-size:113%;
	color:#a7861d;
	padding-bottom:10px;
}
.detailArea .txt {
	font-size:88%;
	color:#514b4e;
	line-height:1.5;
	padding-bottom:40px;
}
.detailArea .txt.line {
	background:url(../img/common/ln02.gif) repeat-x left bottom;
	padding-bottom:45px;
}
.detailArea .btn_gold {
	font-size:88%;
	padding:36px 0 30px;
}
.detailArea .btn_gold a {
	padding:13px 0;
}
.detailArea .btn_gold a {
	background:url(../img/column_detail/bg1.jpg) center center no-repeat;
	color:#fff;
	border:none;
}

/* .pageList */
.pageList {
	overflow:hidden;
	font-size:80%;
	clear:both;
	text-align:center;
	padding:28px 0 32px;
}
.pageList span,
.pageList a {
	display:inline-block;
	width:26px;
	line-height:26px;
	text-align:center;
	color:#b28c65;
	border:#b28c65 1px solid;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 4px;
	padding:2px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.pageList a.last,
.pageList a.first {
	width:auto;
	padding:2px 20px;
}
.pageList span.pages {
	width:auto;
	border-color:#fff;
}
.pageList a:hover,
.pageList span.current {
	background:#b28c65;
	color:#fff;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
}

/* .faqArea */
.faq .header {
	position:relative;
}
.faq .header a {
	display:block;
	position:absolute;
	left:250px;
	bottom:18px;
}
.faq .header {
	margin-bottom:30px;
}
.faqMimg {
	position:relative;
	padding-bottom:42px;
}
.faqArea p {
	margin:0;
}
.faqArea .title {
	padding:20px 0;
	text-align:center;
}
.faqArea .faq {
	padding:20px;
	background:#532906;
	margin-bottom:38px;
}
.faqArea .faq .cont {
	width:100%;
	background:#fff;
	clear:both;
	padding-bottom:20px;
}
.faqArea .que {
	font-size:88%;
	font-weight:bold;
	color:#532906;
	background:url(../img/faq/faq_q.gif) no-repeat 16px 10px;
	padding:24px 15px 20px 73px;
	border-bottom:#532906 1px solid;
	line-height:1.4;
}
.faqArea .anw {
	font-size:88%;
	color:#333333;
	background:url(../img/faq/faq_a.gif) no-repeat 16px 10px;
	padding:22px 15px 19px 73px;
	border-bottom:#532906 1px solid;
	line-height:1.4;
	height:auto!important;
	height:23px;
	min-height:23px;
}
.faqArea .anw:last-child {
	border-bottom:none;
}
.faqArea .anw.noline {
	border-bottom:none;
}

/* .assessmentArea */
.assessmentTitle {
	position:relative;
	padding-bottom:44px;
}
.assessmentTitle .spBtn {
	position:absolute;
	top:154px;
	left:220px;
	font-size:0;
	line-height:0;
}
.assessmentTitle .spImg {
	position:absolute;
	top:103px;
	left:409px;
}
.btnArea {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:48px;
}
.btnArea.pb00 {
	padding-bottom:0;
}
.assessmentArea {
	background:#26639d;
	padding:20px;
	margin-bottom:48px;
}
.assessmentArea.homeBg {
	background:#ed3d3d;
	margin-bottom:34px;
}
.assessmentArea .formArea table td .tabTxt {
	font-size:75%;
}
.assessmentArea .formArea .txt {
	padding-bottom:12px;
	margin-top:-5px;
}

/* .ruleArea */
.ruleArea {
	padding-bottom:30px;
	overflow:hidden;
	height:242px;
}
.ruleArea p {
	margin:0;
}
.ruleArea h2 {
	color:#595757;
	padding:4px 0;
	font-size:94%;
	font-weight:normal;
}
.ruleArea div {
	width:738px;
	border:#cccccc 1px solid;
	clear:both;
	height:195px;
	overflow-y:auto;
	color:#333;
	padding:8px 10px;
	line-height:1.6;
	font-size:75%;
}
.ruleArea div ul li {
	padding:20px 0 8px;
}

/* .beginnerArea */
#begin h2 {
	margin-bottom:30px;
}
#begin .sect {
	border:6px solid #532906;
	padding:5px;
	margin-top:25px;
}
#begin .sect p {
	font-size:81.25%;
	margin-top:15px;
}
#begin .sect p:first-child {
	margin-top:0;
}
#begin .sect p strong {
	color:#532906;
	font-size:123%;
}
#begin .sect .inner {
	padding:20px;
}
#begin .form_btn {
	margin:30px 0;
	border-top:1px dotted #532906;
	padding-top:30px;
}
#begin #top_new {
	padding-bottom:30px;
	border-bottom:1px dotted #532906;
}

/* .useArea*/
.useArea {
	padding:10px;
	background:#b69756;
	margin-bottom:-10px;
}
.useArea div {
	background:#fff;
	padding:20px 20px 0;
	border:#efe8d6 10px solid;
	border-bottom:#efe8d6 11px solid;
	border-top:#efe8d6 13px solid;
}

/* .buyArea */
.buyArea {
	margin-bottom:-15px;
}

/* .searchArea */
.searchArea {
	width:460px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:20px 0 8px;
}
.searchArea #s {
	float:left;
	border:#532906 1px solid;
	width:340px;
	line-height:40px;
	height:40px;
	padding:0 5px;
	box-sizing:border-box;
}
.searchArea #searchsubmit {
	float:right;
	background:url(../img/common/btn_search.gif) center center no-repeat;
	width:100px;
	height:40px;
	display:block;
	overflow:hidden;
	text-indent:9999px;
	border:none;
}
.searchArea .screen-reader-text {
	display:none;
}

/* .buyDetail */
.buyDetail .detailArea {
	margin-bottom:-2px;
}

/* .itemArea */
#item .wrap .inner {
	background:url(../img/item/item_bg.jpg) 0 0 repeat;
	padding:20px;
}
#item .wrap .inner .list {
	background:#fff;
	padding:20px;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.2);
}
#item .wrap .inner .list > a {
	margin-bottom:20px;
	display:block;
}
#item .wrap .inner .list p {
	text-align:center;
	font-size:87.5%;
	line-height:1.428;
}
#item .wrap .inner .list ul {
	overflow:hidden;
}
#item .wrap .inner .list ul li {
	float:left;
	margin-bottom:20px;
}
#item .wrap .inner .list ul li:nth-child(even) {
	float:right;
}
#item .bnr,
#item .form_btn {
	margin:30px 0;
}

.pageDis #top_result {
	margin:30px 0;
}
.free_bnr.dis {
	padding-bottom:38px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}

.page-404 .notf {
	text-align:center;
	background:url(../img/common/contents_bg.png) center 0 repeat;
	padding:10px;
	margin-bottom:20px;
}
.page-404 .notf p {
	padding:50px 30px;
	margin:0;
	background:#fff;
	display:block;
	font-weight:bold;
	font-size:120%;
	color:#a7861d;
}
.page-404 .btn_gold {
	margin-bottom:30px;
}

.asm h2 {
	margin-bottom:30px;
}
.asm #top_together {
	margin:0;
}
.asm .ruleArea h3 {
	font-size:93.75%;
	font-weight:normal;
	margin-bottom:5px;
}

.ank_btn {
	overflow:hidden;
	margin:35px 0;
}
.ank_btn li {
	float:left;
	margin-left:20px;
}
.ank_btn li:first-child {
	margin-left:0;
}
.asm .contact_wrap {
	border:6px solid #eee;
	padding:5px;
	font-size:75%;
	line-height:1.8;
	margin-bottom:50px;
}
.asm .contact_wrap .text02 {
	display:block;
	margin:10px 0;
}
.asm .contact_wrap .text02 input {
	margin-left:10px;
}
.asm .contact_wrap .txt_color03 {
	color:#f00;
}
.asm .contact_wrap .inn {
	margin:29px;
}
.asm .contact_wrap .inn h4 {
	border-bottom:1px dotted #a7861d;
	padding:10px;
	margin-bottom:10px;
}
.asm .contact_wrap dd p {
	margin-top:15px;
}
.asm .contact_wrap dd p:first-child {
	margin-top:0;
}
.asm .wpcf7 {
	margin:0 20px;
}
#asm.asm .contact_wrap {
	border-color:#532906;
}
#asm_deli.asm .contact_wrap {
	border-color:#ab152e;
}
#line.asm .contact_wrap {
	border-color:#00c300;
	text-align:center;
}
#line.asm .contact_wrap .inn {
	margin:10px;
	padding:10px 0;
}
#line.asm .contact_wrap .inn p {
	margin:10px 0;
}
#line.asm .contact_wrap .inn h4 {
	margin-bottom:10px;
	border-bottom:none;
}
#line.asm .contact_wrap ul {
	overflow:hidden;
}
#line.asm .contact_wrap ul li {
	float:left;
	text-align:left;
	margin-right:17px;
	margin-top:25px;
}
#line.asm .contact_wrap ul li:nth-child(3n) {
	margin-right:0;
}
.asm .inputBtn {
	text-align:center;
	margin:20px 0;
}
.asm div.wpcf7 img.ajax-loader {
	margin-left:0;
}
.asm .wpcf7-submit {
	display:block;
	background:url(../img/contact/submit.jpg) center center no-repeat;
	width:420px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
}
#comp {
	text-align:center;
}
#comp h2 {
	background:#532906;
	padding:10px;
	color:#fff;
	margin-bottom:15px;
}
#comp p {
	font-size:133.33%;
}
#comp .inn .btn {
	margin-top:20px;
}
#comp .inn .btn a {
	display:inline-block;
	margin:0 auto;
	padding:10px 40px;
	color:#fff;
	background:#ab152e;
	font-size:116.7%;
	font-weight:bold;
	border-radius:4px;
}
#comp .inn .btn a:hover {
	background-color:#b63e52;
}
#comp.asm .contact_wrap .inn {
	margin:10px;
}

#flow p {
	margin:0;
}
#flow .flow {
	padding:20px 20px 0;
	overflow:hidden;
	background:#421f06;
}
#flow .flow .add {
	border:2px solid #934d2a;
	margin-top:10px;
}
#flow .flow .add th,
#flow .flow .add td {
	color:#934d2a;
	font-size:81.25%;
	font-weight:normal;
	padding:10px;
}
#flow .flow .cont {
	padding:20px;
	background:#fff;
	margin-bottom:20px;
	overflow:hidden;
}
#flow .flow .photo {
	float:left;
	padding-top:15px;
}
#flow .flow .photo.pt0 {
	padding-top:2px;
}
#flow .flow .photo .pb18 {
	padding-bottom:18px;
}
#flow .flow .fbox {
	width:448px;
	float:right;
}
#flow .flow .fbox .txt {
	font-size:88%;
	color:#604c3f;
	padding:11px 0 4px;
}
#flow .flow .fbox .txt.redB {
	font-weight:bold;
	color:#cf1c3e;
}
#flow .flow .fbox .mailBox {
	margin-top:7px;
	position:relative;
}
#flow .flow .fbox .mailBox a {
	position:absolute;
	top:94px;
	left:19px;
}
#flow .flow .fbox .img01 {
	padding:10px 0;
}

#flow .flow .available {
	width:100%;
	clear:both;
	background:url(../img/flow/flow_bg.jpg) 0 0 repeat;
}
#flow .flow .available .tit {
	text-align:center;
	padding:25px 0;
}
#flow .flow .available ul {
	width:100%;
	overflow:hidden;
	clear:both;
}
#flow .flow .available ul li {
	width:214px;
	float:left;
	padding:0 0 10px 10px;
}
#flow .flow .available ul li div {
	width:196px;
	background:#fff;
	padding:19px 9px 5px;
	clear:both;
	height:auto!important;
	height:236px;
	min-height:236px;
}
#flow .flow .available ul li .img {
	padding:10px 0;
}
#flow .flow .available ul li .tC {
	text-align:center;
}
#flow .flow .available ul li .txt {
	width:105%;
	color:#604c3f;
	font-size:88%;
	margin-right:-5%;
	padding:18px 0 20px;
	line-height:1.4;
}
#flow .form_btn {
	margin:30px 0;
}

#about .wrap {
	padding:20px;
	background:#532906;
}
#about .wrap .inner {
	padding:20px;
	background:#fff;
}
#about .wrap .inner .sect {
	margin-top:40px;
}
#about .wrap .inner .sect:first-child {
	margin-top:0;
}
#about .wrap .inner h3 {
	margin-bottom:10px;
}
#about .table table {
	width:100%;
}
#about .table table th,
#about .table table td {
	border-bottom:1px dotted #a7861d;
	padding:10px 20px;
}
#about .table table th {
	background:#f8f6ef;
	font-size:81.25%;
	font-weight:normal;
	text-align:left;
	width:100px;
}
#about .table table td {
	font-size:75%;
}
#about .table table td a {
	color:#8e2200;
}

#kitSize {
	overflow:hidden;
}
#kitSize .size {
	width:110px;
	height:60px;
	position:relative;
	float:left;
	margin:5px 10px;
}
#kitSize .size .image {
	position:absolute;
	right:0;
	bottom:0;
}
#kitSize .size .image img {
	position:relative;
	z-index:-1;
}
#delivery_kit .att {
	clear:both;
	margin-top:0;
	margin-left:1em;
	text-indent:-1em;
	padding-top:5px;
}
#kitSize {
	margin:14px auto 0;
	width:280px;
}
#kitSize dl,
#kitSize dl dt,
#kitSize dl dd {
	padding:0;
	z-index:1;
}
#kitSize dl dt {
	color:#e70011;
	font-weight:bold;
	font-size:12px;
	line-height:1.2;
	margin-bottom:4px;
	width:auto;
	float:none;
}
#kitSize dl dd {
	font-size:11px;
	line-height:1.2;
}
#delivery_kit .ex {
	margin:20px 60px;
}
#delivery_kit .ex ul {
	overflow:hidden;
}
#delivery_kit .ex ul li {
	width:180px;
	float:right;
}
#delivery_kit .ex p {
	color:#f00;
	margin-top:5px;
}
#delivery_kit .ex ul li:first-child {
	float:left;
}
#delivery_kit .ex ul li img {
	width:100%;
	height:auto;
}
#delivery_kit .ex ul li span {
	display:block;
}
.kitbox {
	padding:14px 0 5px;
}
#lp .wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#lp .header {
	background:url(../img/lp/lp_bg.jpg) center center repeat;
	text-align:center;
	padding:20px 0 40px;
}
#lp .header h2 {
	margin-bottom:30px;
}
#lp .about {
	background:url(../img/lp/lp_bg2.jpg) center center repeat;
}
#lp .about .wrap {
	text-align:center;
	padding:50px 0 30px;
}
#lp .about .wrap ul {
	overflow:hidden;
	margin:24px 0;
}
#lp .about .wrap ul li {
	float:left;
	margin-left:16px;
}
#lp .about .wrap ul li:first-child {
	margin-left:0;
}
#lp .item .wrap {
	padding:50px 0 25px;
}
#lp .item .wrap p {
	text-align:center;
	margin-top:25px;
}
#lp .other {
	background:url(../img/lp/lp_bg2.jpg) center center repeat;
	padding:25px 0;
}
#lp .other .wrap ul {
	text-align:center;
}
#lp .other .wrap ul li {
	display:inline-block;
	margin:13px;
}
#lp .other .wrap ul li:first-child {
	margin-left:0;
}
#lp .other .wrap ul li:nth-child(3n) {
	margin-right:0;
}
#lp .service {
	background:url(../img/lp/lp_bg.jpg) center center repeat;
	padding:50px 0 40px;
	border-bottom:1px solid #b3b3b3;
}
#lp .service h3 {
	text-align:center;
}
#lp .service ul {
	overflow:hidden;
	margin:20px;
}
#lp .service ul li {
	float:left;
}
#lp .service ul li:nth-child(even) {
	float:right;
}
#lp .form_bnr {
	text-align:center;
	margin:30px 0;
}
#lp #top_reason {
	margin:0;
	padding:30px 0;
	background:#fff;
}
#lp #top_reason h3 {
	text-align:center;
}
#lp #top_reason .wrap {
	background:#421f06;
	box-sizing:border-box;
}
#lp #top_reason .wrap .in {
	background:#fff;
}
#lp #top_reason .wrap .shadow .reason .pict {
	width:410px;
}
#lp #top_reason .wrap .shadow .reason .text {
	width:440px;
}
#lp #top_result {
	margin:0;
}
#lp #top_result h3 {
	text-align:center;
}
#lp #top_result .in {
	padding:0;
	background:#fff;
}
#lp #top_result .in .wrap {
	border:20px solid #421f06;
	padding:15px 25px;
	border-top:none;
	background:#fff;
	box-sizing:border-box;
}
#lp #top_result .wrap ul {
	padding-left:30px;
}
#lp .point .in {
	background:url(../img/lp/lp_bg3.jpg) center center repeat;
	border:5px solid #532906;
	padding:25px;
}
#lp .point .in .sect {
	border:6px solid #532906;
	padding:5px;
	background:#fff;
	margin-top:20px;
}
#lp .point .in .sect:first-child {
	margin-top:0;
}
#lp .point .inner p {
	padding:30px 50px;
	font-size:87.5%;
}
#lp #top_confidence {
	margin:50px 0 30px;
}
#lp #top_confidence .in {
	background:#fff;
	padding:0;
}
#lp #top_confidence > p,
#lp #top_confidence h3 {
	text-align:center;
}
#lp #top_confidence > p {
	margin-bottom:10px;
}
#lp #top_confidence .wrap {
	padding:20px;
	background:url(../img/lp/lp_bg4.jpg) 0 0 no-repeat #421f06;
	box-sizing:border-box;
}
#lp #top_confidence .wrap .white {
	background:#fff;
	padding:20px;
	overflow:hidden;
}
#lp #top_confidence .wrap p {
	font-size:81.25%;
	width:570px;
}
#lp #top_confidence .wrap img {
	margin-right:20px;
}
#lp .in {
	overflow:hidden;
}
#lp .in .record {
	float:left;
	width:290px;
	padding:10px;
	border:1px solid #b3b3b3;
	margin-right:32px;
	margin-top:32px;
	font-size:87.5%;
}
#lp .in .record p {
	margin-top:2px;
	text-align:left;
	line-height:1.4;
}
#lp .in .record a {
	color:#595757;
}
#lp .in .record a .date {
	color:#c0b393;
}
#lp .in .record:nth-child(3n) {
	margin-right:0;
}
#lp .in .record .pict {
	width:290px;
	height:290px;
	text-align:center;
	line-height:290px;
	margin-bottom:10px;
}
#lp .in .record .pict img {
	max-width:290px;
	max-height:290px;
	width:auto;
	height:auto;
	vertical-align:middle;
}
/*ぱんくず*/
.breadcrumb {
  margin-left:0;
  padding-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: gray;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
/* ページナビ
------------------------*/
.wp-pagenavi {
	text-align:center;
	margin:25px 0 35px;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display:inline-block;
	border:1px solid #532906;
	color:#532906;
	width:28px;
	height:28px;
	line-height:28px;
	background:#fff;
	margin:0 2px;
	border-radius:4px;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width:auto;
	padding:0 10px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background:#532906;
	color:#fff;
	text-align:center;
}
.wp-pagenavi span.pages {
	width:auto;
	padding:0 15px;
	border:1px solid #fff;
	background:none;
}

#sitemap {
	padding:1px;
	border:4px solid #4d2609;
	text-align:center;
}
#sitemap h3 {
	color:#fff;
	font-weight:normal;
	font-size:20px;
	background:#4d2609;
	padding:19px;
}
#sitemap ul {
	margin:30px;
	overflow:hidden;
}
#sitemap ul li {
	text-align:left;
	font-size:12px;
	float:left;
	width:48%;
}
#sitemap ul li:nth-child(even) {
	float:right;
}
#sitemap ul li a {
	display:block;
	background:#fff;
	padding:10px 20px;
	color:#4d2609;
	border-bottom:1px dotted #4d2609;
}
#sitemap ul li a:before {
	content:"> ";
}