@charset "utf-8";

/* mw_wp_form */
.mw_wp_form .error {
	font-size: 16px !important; font-weight: 300;
}
.mw_wp_form .center.agree {
	font-size: 16px !important; font-weight: 300;
	display: flex; justify-content: center;
	align-items: center;
	padding-top: 15px;
}
.mw_wp_form a.privacy {
	font-size: 14px !important; display: block;
	text-align: center;margin-top: 5px;
}


/* お問い合わせ */
.color1 {
	color: #fff;
	background: #ff0000;
	font-size: 13px;
	line-height: 1;
	padding: 1px 2px;
}
.mw_wp_form .center.agree .color1 {
	height: 17px; display: inline-block;
	margin-left: 5px;
}

.sepa {
	border-bottom: solid 1px #d4d4d4;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}


.mw_wp_form form ul {
	display: flex;
	margin: 5px 1.5em;
	box-sizing: border-box;
}
.mw_wp_form form ul li {
	box-sizing: border-box;
}
.mw_wp_form form ul li:nth-child(1){
	width: 210px;
}
.mw_wp_form form ul li:nth-child(2){
	width: calc(100% - 210px);
}
.mw_wp_form form .indent {
	font-size: 13px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
	margin-bottom: 4px !important;
}

/* searchform */
form#searchform ul {
	display: flex;
	align-items: center;
}
/*form#searchform ul li:nth-child(1) {
width: calc(100% - 240px);
}
form#searchform ul li:nth-child(2) {
width: 240px; text-align: right;
}*/
form#searchform input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*input.search-field{
	background: #fff;
	color: #705e58;
	border: 1px solid #705e58;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0.6em;
	width: 100%;
}*/
input.search-submit{
	box-sizing: border-box;
	width: 200px;
	background: #ff5e00;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	padding: 0.6em 0;
	text-shadow: none;
	transition: background 0.2s;
	text-align: center;
}
span.maruNum {
	color: #ff5e00;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding-right: 5px;
}
aside.recent ul.side_list {
	width: 100%;
	margin: 0 auto;
	/*border-top: 1px dotted #999;*/
}

aside.recent ul.side_list > li {
	padding: 12px 10px 12px 20px;
	border-top: 1px dotted #999;
}
aside.recent ul.accordion.side_list li {
	padding: 0;
}

aside.recent ul.accordion.side_list li ul li{
	padding: 12px 10px 12px 40px;
}

aside.recent ul.side_list > li {
	width: 100%;
	/*border-bottom: 1px dotted #999;*/
}
aside.recent ul.side_list.cate li, 
aside.recent ul.accordion.side_list ul li {
	background-color: rgba(255,255,255,0.4);
}
aside.recent ul.side_list.cate {
	display: flex; 
	box-sizing: border-box;
	flex-wrap: wrap;
}
aside.recent ul.side_list.cate li {
	width: calc(33.3% - 10px);
	box-sizing: border-box;
}

aside.recent ul.side_list > li.all, 
ul.accordion.side_list span {
	/*background-color: rgba(230, 160, 130, 0.3);*/
	background: #ffe4c9;
}


ul.accordion.side_list ul.child {
	display: none;
}
ul.accordion.side_list span {
	display: block;
	cursor: pointer; padding: 12px 10px 12px 20px;
}
aside.recent ul.side_list.cate li::before {
	content: "\f101"; /*\f0da*/
	font: 14px/16px 'FontAwesome';
	display: inline-block; margin-right: 5px;
}
aside.recent ul.accordion.side_list li span::before{
	content: "\f103"; /*\f0da*/
	font: 14px/16px 'FontAwesome';
	display: inline-block; margin-right: 5px;
}
aside.recent ul.accordion.side_list li.open span::before{
	content: "\f102"; /*  */
}
aside.recent ul.accordion.side_list ul li::before {
	content: "\f105"; /* > */
	font: 14px/16px 'FontAwesome';
	display: inline-block; margin-right: 5px;
}



/* form */
.purple{
	color: #e45d93;
}

input.tex1, input.tel1, input.zip, textarea.tarea1, 
select.sele1, input.area, input.price {
	background: #fff;
	color: #686868;
	font-size: 16px;
	box-sizing: border-box;
}
input.tex1 {
	padding: 0.6em;
	width: 100%;
}
input.tex1.readonly{
	border: none;
}
input.tex1.em1 {
	padding: 0.6em;
	width: calc(100% - 1.5em);
}
input.tel1, input.zip, input.price {
	padding: 0.6em;
}
input.area {
	padding: 0.6em;
	width: 10em;
}
textarea.tarea1 {
	padding: 0.6em;
	height: 16em;
	width: 100%;
}
textarea.tarea1.h1 {
height: 2.56em;resize: none;
}
textarea.tarea1.h4 {height: 4em;}

select.sele1 {
	padding: 0.6em;
	background: #fff url(../img/dw2.png) no-repeat right 10px center;
	width: 100%;
	background-size: 13px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #686868;
	font-size: 16px;
}
input.kakunin, input[type="submit"].kakunin {
	margin: 0px auto 0px;
	font-size: 14px; 
	font-weight: 500;
	padding: 6px 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
	/*max-width: 320px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.kakuninWrap.on{
	position: relative;
	border: 1px solid #e85518;
	
	border-radius: 8px;
	background: #e85518;
}
.kakuninWrap.on::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	top: 50%;right: 10px;
	display: inline-block;
	margin-top: -5px;
	
}
.kakuninWrap.bk.on{
	margin-right: 50px;
}
.kakuninWrap.bk.on::after{
	right: initial; left: 10px;
	transform: rotate(225deg);
}

.mw_wp_form_confirm .flex{
	display: flex;justify-content: center;
}
.mw_wp_form_confirm .flex .kakuninWrap{
	/*width: calc(50% - 50px);*/
}

.gray{
	color: #000;
}
.mw_wp_form .error {
    color: #ff0000 !important;
}

/*お問い合わせ-入力*/
.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {
	padding: 0px 0px 20px;
}
/*お問い合わせ-完了*/
.mw_wp_form_complete .complet {
	font-size: 18px; text-align: ぇft; 
}


input[type="submit"].kakunin {
	/*padding-left: 2em;*/
}
input.kakunin.bk {
	/*margin-right: 2em;*/
}
/*br.sp {display: none;}*/

.semiA ul:nth-child(even){
	background: #ffe4c9;;
}
.semiA ul, .semiAll ul{
	padding-left: 3px;
}
.semiAll ul.even {
	background: #ffe4c9;
}
.semiAll ul li.semiTxt p{
	font-weight: bold;
}
.semiNo p{text-align: center;}
.couch {
	text-align: center;
	margin: 5px auto 5px;
	font-size: 13px;
	color: #fff;
	background: #0099ff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 10px;
}
.couch.y {background: #ffff00;color: #333;}
.couch.r {background: #ff0000;}

/* rq_form_1.php */
.mw_wp_form form p.rbox {
	display: none;
}
.mw_wp_form form p.rbox.open {
	display: flex; flex-wrap: wrap;
}
/* rq_form_2.php */
.mw_wp_form form div.cbox {
	display: none;
}
.mw_wp_form form div.cbox.open {
	display: flex; flex-wrap: wrap;
}

@media screen and (max-width: 950px){
	.mw_wp_form form ul {margin: 5px 1em;}
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {
	padding: 40px 10px 20px;}
	.mw_wp_form form ul li:nth-child(1){width: 14em;}
	.mw_wp_form form ul li:nth-child(2){width: calc(100% - 14em);}
}
@media screen and (max-width: 768px){
	input.kakunin, input[type="submit"].kakunin {
	font-size: 18px !important; padding: 10px 50px; 
	}
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {
	padding: 0px 0px;}
}
@media screen and (max-width: 700px){
	.mw_wp_form form ul {
		display: block; margin: 5px 1em;
	}
	.mw_wp_form form ul li:nth-child(1){width: 100%;}
	.mw_wp_form form ul li:nth-child(2){width: 100%;}
	.mw_wp_form_input input.kakunin[type="submit"] {width: auto;}
	.font14.lh2.margin_b50{margin-bottom: 30px;}
}

@media screen and (max-width: 640px){
	.mw_wp_form form ul {margin: 5px 0em;}
	input.kakunin, input.kakunin[type="submit"] {font-size: 16px;}
	input.kakunin, input[type="submit"].kakunin {padding: 10px 30px; }
	.kakuninWrap.bk.on {margin-right: 30px;}
}
@media screen and (max-width: 400px){
	aside.recent ul.side_list.cate {display: block; }
	aside.recent ul.side_list.cate li {width: 100%;}
}



