@charset "UTF-8";

body{
	background: #fcedd1; 
}

/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#main, .box, .box_full{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
header h1 {
	font-weight: normal;
	font-size: 12px;
}
#h_box{
	padding: 20px 0 15px 0;
}
#h_left {
	width: 32%;
	float: left;
}
#h_right {
	float: right;
	width: 50%;
	text-align: right;
	padding-top:15px;
}
#h_right li{
	display: inline-block;
	font-size: 80%;
	margin-left: 20px;
}
#h_right a{
	text-decoration: none;
}
#h_right .mail{
	max-width: 200px;
	display: inline-block;
	margin-top: 5px;
}

/* main 
---------------------------------------------------------- */
#main{
	display: block;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 50px;
	height: 50px;
  bottom: 5%;
  right: 5%;
	background:url(common/images/pagetop.jpg) no-repeat right bottom;
	background-size: contain;
}


/* footer 
---------------------------------------------------------- */
/* --- copy_right --- */
#copy_right{
	background: #2F2201;
	padding: 20px 0;
}
#copy_right p{
	color: #fff;
	text-align: center;
	font-size: 70%;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:80px;
}
.container {
	margin-bottom:60px;
}
.case {
	margin-bottom:30px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.mb_clear{ margin-bottom: 0; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_s{ font-size: 80%;}
.txt_ss{ font-size: 60%;}
.txt_mincho {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding: 15px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.tb_style th{
	background:#d29500;
	color: #FFF;
}
.tb_style td{
	background:#fff;
}


/* tb_form 
---------------------------------------------------------- */

.tb_form input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}


/* title style 
---------------------------------------------------------- */
.title_main {
	margin-bottom: 40px;
	font-size: 280%;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.title_main span{
	background: url(common/images/bg_color01.jpg) repeat-x bottom;
	background-size: auto 24px;
	padding-right: 50px;
}
.title_main em{
	font-size: 50%;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.4;
	display: block;
}
.title_sub {
	font-size: 150%;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: -1px;
	background: url(common/images/bg_color01.jpg) no-repeat left bottom;
	background-size: 60px 4px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.title_sec {
	font-size: 140%;
	font-weight: bold;
	color: #d29500;
	background: url(common/images/bg_color02.jpg) no-repeat left center;
	background-size: 12px;
	padding-left: 27px;
	margin-bottom: 10px;
}
.title_item {
	
}
.title_page{
	font-size: 130%;
	color: #d29500;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.page_privacy .title_page {
	margin-bottom: 10px;
}
.title_master,
.title_master *{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.title_master{
	font-size: 180%;
	color: #FFF;
	margin-bottom: 60px;
}
.title_master span{
	font-size: 280%;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.title_master span em{
	font-size: 60%;
	display: block;
	
}

.title_step,
.title_step *{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.title_step{
	font-size: 200%;
	font-weight: bold;
	color: #d29500;	
	margin-bottom: 40px;
}
.title_step span{
	display: block;
	font-size: 180%;
}
.title_step span em{ color: #FFF; }



/* topicPath 
---------------------------------------------------------- */
#topicPath {
	display: block;
	padding: 15px 0;
}
#topicPath li {
	display:inline;
	font-size: 90%;
}
#topicPath li a {
	padding-right:15px;
	background:url(common/images/arrow05.png) no-repeat right center;
	background-size: 8px;
}
#topicPath li a:hover {
}

/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 52%;
	word-break: break-all;
}
.container .img {
	width: 43%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}


/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }


/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
	margin-left: 17px;
}
.list_dot li{ margin-bottom: 5px; }
.list_dot li:last-child{ margin-bottom: 0; }


/* list_num 
---------------------------------------------------------- */
.list_num{
	list-style: decimal;
	margin-left: 17px;
}
.list_num li{ margin-bottom: 5px; }
.list_num li:last-child{ margin-bottom: 0; }

/* main_img_wrap 
---------------------------------------------------------- */
#main_img_wrap{
	background: url(common/images/bg_main.jpg) no-repeat center bottom;
	text-align: center;
}

#main_img_sub{
	background: url(common/images/bg_discount.jpg) no-repeat center;
	background-size: cover;
	padding: 8% 0;
	text-align: center;
}
#main_img_sub .title_main{ 
	color: #FFF; 
	margin-bottom: 0;
	background: url(common/images/bg_color01.jpg) no-repeat center bottom;
	background-size: 100px 6px;
	padding-bottom: 20px;
	text-shadow: 2px 2px 2px #000000;
}

/* promotion 
---------------------------------------------------------- */
#promotion{
	background: url(common/images/bg_promo.jpg) no-repeat center top;
	background-size: cover;	
}
.arr{
	background: url(common/images/arr.png) no-repeat right top;
	padding-top: 70px;
	background-size: 170px;
}
#promotion .arr {
	padding-top: 40px;
}
#promotion .img{ width: 50%; }
#promotion .msg{ width: 47%; padding-top: 40px; }
#promotion .txt_promo{
	margin: 30px 0 60px 0;
}


/* product 
---------------------------------------------------------- */
.pad_sty{ padding: 80px 0;}
#product {
	background: url(common/images/bg_products.jpg) no-repeat center top #0D0E13;
	background-size: cover;	
}
#product *{ color: #FFF; }
#product .col{
	position: relative;	
}
#product .num{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 120px;
	line-height: 1;
	color: #d29500;
	opacity: 0.2;
	font-weight: bold;
	position: absolute;
	right: 0%;
	top: 0;
}
#product p{ font-size: 80%;}
#product .img{ width: 17%; }
#product .msg{ width: 75%; }
#product .container{ margin-bottom: 0;}
#product .col{
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
}
/*

#product .col:nth-child(1) .container{
	padding-right: 10%;
	padding-bottom: 10%;
	border-right: 1px solid #888;
}
#product .col:nth-child(1) .num{
	right: 7%;
}
#product .col:nth-child(2) .container{
	padding-left: 10%;
	padding-bottom: 10%;
}


#product .col:nth-child(4) .container{
	padding-right: 10%;
	padding-top: 10%;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
}
#product .col:nth-child(4) .num{
	right: 7%;
	top: 10%;
}
#product .col:nth-child(5) .container{
	border-top: 1px solid #888;
	padding-left: 10%;
	padding-top: 10%;
}
*/
#product .col:nth-child(5) .num{
	top: 10%;
}

#product .col:nth-child(5) .img{
	padding-top: 25%;
}

/* discount 
---------------------------------------------------------- */
.discount {
	background: url(common/images/bg_discount.jpg) no-repeat center;
	background-size: cover;
}
.discount .btn_big{
	width: 69%;
	text-align: center;
}
.btn_big{
	display: inline-block;
	text-decoration: none;
	background: #d29500;
	padding: 20px;
	line-height: 1.4;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.btn_big span{
	display: block;
	color: #FFF;
	background: url(common/images/arrow02.png) no-repeat right center;
	background-size: 36px auto;
	padding-right: 60px;
}

.btn_big span em {
	font-size: 110%;
	color: #4B280F;
	display: iline-block;
	padding: 0 10px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	background: url(common/images/bg_btn_em.jpg) repeat-x center 87%;
}

.discount .container p{ margin-top: 20px; color: #FFF;}
.btn_brown{ background-color: #4b280f; font-size: 150%; }
.btn_brown span{ background-image: url(common/images/arrow03.png); }

img.img_mail {
	width: 184px;
}

/* use 
---------------------------------------------------------- */
#use .use_box{
	background:url(common/images/bg_patt01.jpg);
	border-top: 10px solid #8e7358;
	padding: 50px;
	position: relative;
}
#use .use_box .img{ width: 25%; }
#use .use_box .msg{ width: 70%; }
#use .use_box .title_main{ margin-bottom: 20px;}

.txt_yel{
	font-weight: bold;
	color: #d29500;
	display: block;
	margin-bottom: 10px;
}
#use .use_box li{ margin-bottom: 0;}
#use .use_box .hand{
	position: absolute;
	right:0;
	bottom: 0;
}

/* voice 
---------------------------------------------------------- */
#voice{
	background: url(common/images/bg_voice.jpg) no-repeat center top;
}
#voice .voice_box{
	background: #0d0d12;
	padding: 5%;
}
#voice .voice_box li{
	background: url(common/images/ico_voice.png) no-repeat left top;
	background-size: 60px;
	padding: 5px 0 30px 90px;
	margin-bottom: 30px;
	color: #FFF;
	border-bottom: 1px solid #888;
}
#voice .voice_box p{ color: #FFF;}



/* faq 
---------------------------------------------------------- */
#faq{
	background: url(common/images/bg_qa.jpg) no-repeat center top;
}
#faq .faq_box{
	background: #4b280f;
	padding: 5%;
}

#faq .faq{
	border-bottom: 1px solid #a59487;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#faq .faq .a *{ color: #ffefc7; }
#faq .faq .q{
	background: url(common/images/ico_q.png) no-repeat 20px center;
	background-size: 40px;
	padding: 25px 20px 25px 90px;
	cursor: pointer;
	font-size: 130%;
}
#faq .faq .q p{
	background: url(common/images/ico_plus.png) no-repeat right 7px;
	background-size: 20px;
	padding-right: 25px;
	color: #FFF;
	font-weight:bold;
}
#faq .faq .q.active p{
	background-image: url(common/images/ico_min.png);
}
#faq .faq .a{
	padding: 5px 0 20px 90px;
	margin-bottom: 15px;
	transition: none;
	display: none;
	background: url(common/images/ico_a.png) no-repeat 30px 5px;
	background-size: 30px;
}

/* step 
---------------------------------------------------------- */
#step{
	background: url(common/images/bg_step.jpg) no-repeat center top #0e0f16;
	background-size: cover;
}
#step .container{
	border-bottom: 1px solid #d29500;
	padding-bottom: 60px;
}
#step .container:last-child{ 
	border: none;
	padding-bottom: 0;
}
#step .msg *{ color: #FFF; }
#step .img{
	width: 25%;	
	padding: 0 3%;
	box-sizing: border-box;
}
#step .msg{
	width: 75%;	
}

#step li{
	width: 43.5%;
	float: left;
	margin-left: 13%;
}
#step li:nth-child(2n+1){
	margin-left: 0;
}
#step li img{ margin-bottom: 10px; }
#step ul{
	margin-bottom: 30px;
	background: url(common/images/arrow04.png) no-repeat center 80px;
	background-size: auto 60px;
}
#step .title_point{
	display: inline-block;
	color: #d29500;
	border: 1px solid #d29500;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	padding: 0px 20px;
	margin-bottom: 15px;
	font-size: 130%;
}


/* trust-form 
---------------------------------------------------------- */
.contact-form table th, .contact-form table td {
	padding: 15px 0!important;
	text-align: left;
	border-left: 0!important;
	border-top: 0!important;
	border-right: 0!important;
}
.contact-form table th {
	padding: 20px 0!important;
	text-align: left;
	width: 32%;
	vertical-align: top;
}
.contact-form table .submessage {
	background: #b20000 none repeat scroll 0 0;
	color: #fff;
	font-size: 80%;
	margin-right: 15px;
	padding: 0 5px;
	float:right;
	vertical-align: middle;
}
.page-id-22 .contact-form table tr:nth-child(7) .submessage,
.page-id-22 .contact-form table tr:nth-child(8) .submessage,
.page-id-22 .contact-form table tr:nth-child(9) .submessage,
.page-id-22 .contact-form table tr:nth-child(10) .submessage {
	background: none;
	margin-right: 0;
	padding: 0;
	float:none;
}
.page-id-22 .contact-form table tr:nth-child(7) th,
.page-id-22 .contact-form table tr:nth-child(8) th,
.page-id-22 .contact-form table tr:nth-child(9) th,
.page-id-22 .contact-form table tr:nth-child(10) th {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}

.contact-form table .subject {
    float: left;
	vertical-align: middle;
	width: 230px;
}
.contact-form table input[type=text], .contact-form table textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
.contact-form table textarea {
	min-height: 150px;
}
.contact-form table input.input_half[type=text]{
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
}
.contact-form table td li {
	display: inline-block;
	margin-right: 15px!important;
}
.contact-form table input.input_none {
    display: none;
}
.contact-form table .error {
	color: #b20000;
	font-size: 90%;
	margin-top: 1%;
}
#formEnd {
	clear: both;
	padding-top: 2%;
}
#formEnd input {
	background-color: #000;
	border: medium none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	padding: 10px 50px;
	-webkit-appearance: none;
	border-radius: 0;
}


















