@charset "Utf-8";

/* ************************************************ 
 *	お問合せ用スタイル
 * ************************************************ */

#contact_form{
	text-align: left;
}


#contact_form h3{
	margin-bottom: 15px;
	color: #7E7E7E;
}

#contact_form > p{
	line-height: 1.5em;
	color: #322C2B;
}


table.form_box{
	width: 100%;
	border-top: solid 1px #ccc;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: medium;
}

table.form_box th,
table.form_box td{
	padding: .6em;
}


table.form_box th{
	background-color: #F4E7EA;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

table.form_box td p{padding-top: .3em;font-size: .9em}


@media screen and (max-width: 667px) {
	table.form_box th,
	table.form_box td{display: block;}
}	

@media print, screen and (min-width: 668px) {
	#contact_form > p{font-size: 1.2em}
	table.form_box th,
	table.form_box td{
		padding: 1em;
		border-bottom: solid 1px #ccc
	}

	table.form_box th{width: 25%;}
}	

@media print, screen and (min-width: 1000px) {}	

.check{
	color: #CC3300;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

input , textarea{
	margin-bottom: 3px;
}

#soushin{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

dl#toiawase{
	border: 1px dotted #CC9999;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 150px;
}
dl#toiawase dt{
	font-size: 14px;
	font-weight: bold;
	background-color: #E3C1BE;
	padding: 3px;
	line-height: 1.2em;
	color: #583A3A;
	margin-bottom: 5px;
}
dl#toiawase dd{
	color: #333333;
	margin-left: 5px;
	margin-bottom: 2px;
	font-size: medium;
	line-height: 1.5em;
}



/****************************************
    #thanks
*****************************************/



#thanks{
	padding: 2em;
}

#thanks h3{
	font-size: 1.4em;
	color: #c4000b;
	margin-bottom: 1em
}

#thanks p{margin-bottom: 1em}
#thanks .tel{font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.5em
}

@media (max-width: 667px) {

}	

@media  (min-width: 668px) {
	#thanks{
	text-align: center;
	padding: 3em;
	background: rgba(238, 238, 238, 0.3);
	border-radius: 5px;
	position: relative;
	margin: 0 2em;
	}
}	




/****************************************
	#Form
*****************************************/

#contact_form input,
#contact_form textarea {
	outline: none;
	border: 1px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin: .3em 0em;
}



#contact_form input::-webkit-input-placeholder{color: #ccc;}
#contact_form input::-ms-input-placeholder{color: #ccc;}
#contact_form input::-moz-placeholder{color: #ccc;}
#contact_form textarea::-webkit-input-placeholder{color: #ccc;}
#contact_form textarea::-ms-input-placeholder{color: #ccc;}
#contact_form textarea::-moz-placeholder {color: #ccc;}


	

#contact_form input[type=radio]{
	display: inline-block
}

@media only screen and (max-width: 670px) {
	#contact_form input,textarea{padding: .3em .5em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: .5em;}
}
@media print, screen and (min-width: 671px) {
	#contact_form input,textarea{padding: .4em .8em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: 1em;}
}

	
#comment input[type="text"],
#comment textarea {
	display: block;
}

textarea {
	overflow: auto;
}

#contact_form input[type="text"]:focus,
#contact_form input[type="password"]:focus,
#contact_form input[type="email"]:focus,
#contact_form input[type="search"]:focus,
#contact_form textarea:focus {
	border: 1px solid #999;
	background-color: #FEFFE8;
	-webkit-box-shadow: 0 0 3px rgba(207,207,207,1.00);
	box-shadow: 0 0 3px rgba(207,207,207,1.00);
	color: #444;
}

#contact_form .button,
#contact_form button,
#contact_form input[type="submit"],
#contact_form input[type="reset"],
#contact_form input[type="button"] {
	display: block;
	padding: .6em 4em;
	border: 2px solid #444;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing:.1em;
	line-height: normal;
	cursor: pointer;
	background-color: #222;
	-webkit-appearance: none;
	transition: all .3s;
	margin: 0 auto
}

#contact_form .button:hover,
#contact_form button:hover,
#contact_form input[type="submit"]:hover,
#contact_form input[type="reset"]:hover,
#contact_form input[type="button"]:hover{
	position:relative;
	top:2px;
	left:2px;
	background: #666
}


.mwform-checkbox-field-text{
	padding-left: .5em
}


.selectbox {
	overflow: hidden;
	width: 200px;
	text-align: center;
}
.selectbox select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.selectbox select::-ms-expand {
    display: none;
}
.selectbox.cp {
	position: relative;
	border-radius: 4px;
	border: 1px solid #666;
	background: #ffffff;
}
.selectbox.cp::before {
	position: absolute;
	top: 1.2em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #00abfe;
	pointer-events: none;
}
.selectbox.cp select {
	padding: 8px 38px 8px 10px;
}

.confirm .selectbox.cp{
	border: none
}