@charset "utf-8";


/* お問い合わせ */
.noline {
  text-decoration:none;
	color: #179bb3;
}
.fBox {
	border: 1px solid #fff;
	padding: 10px;
	margin: 15px 0 0px;
	text-align: left;
}
input, button,
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.color1 {
	color: #a10000;
}

form ul {
	display: flex;
	margin: 15px 0;
}
form ul li:nth-child(1){
	width: 170px;
}
form ul li:nth-child(2) {
	width: calc(100% - 170px);
}
form .indent {
	font-size: 13px;
}

/* form */
input.tex1, input.tel1, textarea.tarea1, select.sele1 {
	background: #f6f6f6;
	color: #705e58;
	border: 1px solid #d3d3d3;
	font-size: 14px;
	box-sizing: border-box;
}
input.tex1 {
	padding: 4px;
	width: 100%;
}
input.tel1 {
	padding: 4px;
}
textarea.tarea1 {
	padding: 4px;
	height: 7em;
	width: 100%;
}
select.sele1 {
	padding: 4px;
	width: 100%;
}
.center{text-align: center;}
input.kakunin, input[type="submit"].kakunin {
	background: #fa8072;
	/*background: linear-gradient(180deg, #fff, #aaa);*/
	border: 2px solid #fff;
	border-radius: 30px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 20px 20px;
	text-shadow: none;
	transition: background 0.2s;
	text-align: center;
	margin: 10px 0;
}
.gray{
	color: #000;
}
/*お問い合わせ-入力*/
.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {
	padding: 0px;
	/*border: 1px solid #b5b5b6;*/
}
/*お問い合わせ-完了*/
.mw_wp_form_complete {
	font-size: 18px; text-align: center;
}
.mw_wp_form .error {
    font-size: 100% !important;
    color: #f40b7b !important;
}

input[type="submit"].kakunin {
	/*padding-left: 2em;*/
}
input.kakunin.bk {
	margin-right: 2em;
}
br.sp {display: none;}
.des{
	padding: 0px 50px 0px;
	text-align: center;
	/*font-weight: 200*/
}
.complet{
	padding: 30px 0; font-size: 17px;
}


ul.list_item label {
	position: relative;
	display: block;
	word-break: break-all;
}
ul.list_item label input[type="checkbox"] + span,
ul.list_item label input[type="radio"] + span {
	position: relative;
	padding: 2.5px 20px 0px 28px;
}
ul.list_item label span {
	display: inline-block;
}

/* ul.list_item RADIO */
ul.list_item label input[type="radio"] + span::before {
	border-color: #616161;
}
ul.list_item label input[type="radio"] {
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
}
ul.list_item label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 22px;
}
ul.list_item label input[type="radio"] + span::before {
	z-index: 0;
	top: 0; left: 0;
	background-color: transparent;
	width: 22px; height: 22px;
	border: 2px #616161 solid;
}
ul.list_item label input[type="radio"]:checked + span::before {
	border-width: 6px;
}

/* 2020/05/19 */
.list_item_2 label {
	position: relative;
	display: block;
	word-break: break-all;
}
.list_item_2 label input[type="checkbox"] + span,
.list_item_2 label input[type="radio"] + span {
	position: relative;
	padding: 2.5px 20px 0px 28px;
}
.list_item_2 label span {
	display: inline-block;
}

/* ul.list_item RADIO */
.list_item_2 label input[type="radio"] + span::before {
	border-color: #616161;
}
.list_item_2 label input[type="radio"] {
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
}
.list_item_2 label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 22px;
}
.list_item_2 label input[type="radio"] + span::before {
	z-index: 0;
	top: 0; left: 0;
	background-color: transparent;
	width: 22px; height: 22px;
	border: 2px #616161 solid;
}
.list_item_2 label input[type="radio"]:checked + span::before {
	border-width: 6px;
}


@media screen and (max-width: 950px){
	br.sp {display: block;}
	span.pc {display: none;}
	form ul {margin: 20px 1em;}
	form ul li:nth-child(1){width: 30%;}
	form ul li:nth-child(2){width: 70%;}
	.separator p {width:  30%;}
}
@media screen and (max-width: 900px){
	/*.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 20px 20px 30px;}*/
	.des{padding: 0px 20px 0px;}
}
@media screen and (max-width: 800px){

}
@media screen and (max-width: 768px){
	/*.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 20px 20px 30px;}*/
	.des{padding: 0px 10px 0px;}
	#contactus{margin-top: 30px;}
}
@media screen and (max-width: 700px){
	form ul {
		display: block; margin: 20px 1em;
	}
	form ul li:nth-child(1){width: auto;}
	form ul li:nth-child(2){width: 100%;}
}

@media screen and (max-width: 640px){
	.google-maps {
	position: relative;
	padding-bottom: 72.09%;
	height: 0;
	overflow: hidden;
	}
	.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

	form ul {margin: 20px 0em;}
	/*input.kakunin, input.kakunin[type="submit"] {
		padding: 1em 1em; font-size: 16px;
	}*/
	/*お問い合わせ-入力*/
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 20px 0px 30px;}
	.des{padding: 0px 0px 0px;}
	/*.mw_wp_form_input input.kakunin[type="submit"] {
		width: 70%;
	}*/
	/*お問い合わせ-確認*/
	.mw_wp_form_confirm.mw_wp_form_preview input.kakunin[type="submit"] {
		width: 40%;
	}

	section.waku {padding: 10px;}
	section .flex {display: block;}
	section .flex .txt {width: 100%;}
	section .flex .ph {max-width: 280px; margin-left: 0px; margin: 0 auto;}

	.f18b{line-height: 1.2; }
}
@media screen and (max-width: 400px){

}
