@charset "UTF-8";

/*--お問い合わせフォーム　入力画面（PC）--*/

table.form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

table.form th{
	width:25%;
	min-width:150px;
	box-sizing:border-box;
	padding:1.5%;
	text-align:left;
	vertical-align:top;
	color: #1a1a1a;
	border-bottom:1px solid #ccc;
}

table.form td{
	box-sizing:border-box;
	padding:1.5%;
	border-bottom:1px solid #ccc;
}

.hissu{
	display: inline-block;
	padding: 4px;
	background-color: #c7000b;
	color: #fff;
	line-height: 100%;
	float: right;
}

p.attention{
	margin:0;
	color: #c7000b;
	font-size:12px;
	line-height:150%;
}

table.form td h3{
	margin-bottom:10px;
	font-size:1rem;
	color: #c7000b;
}

#shop{
	margin-bottom:20px;
}

#address{
	margin-bottom:20px;
}

dl.list dt{
	width:25%;
	float:left;
	clear:both;
}

input,select,textarea{
	padding:5px;
	border:1px solid #ccc;
	font-size:14px;
	border-radius:3px;
}

#company{
	width:250px;
}

#name01{
	width:200px;
	margin-bottom:5px;
}

#name02{
	width:200px;
}

#email{
	width:350px;
}

#tel{
	width:150px;
}

#time{
	width:120px;
}

#postcode{
	width:100px;
}

#address01{
	font-size:14px;
}

#address02{
	width:300px;
}

#question{
	box-sizing:border-box;
	width:100% !important;
	min-height:200px !important;
}

#privacy{
	margin:2% 0;
	clear:both;
}

#privacy::after{content:""; clear:both; display:block;}

#privacy_iframe{
	width:100%;
	height:250px;
	box-sizing:border-box;
	border:1px solid #ccc;
}

#privacy_check{
	margin:3% 0 0;
	text-align:center;
}

.submit {
	display:block;
	margin:10% auto;
	width:300px;
	box-sizing:border-box;
	padding:1.5%;
	color:#fff;
	background-color:#c7000b;
	font-size:1.2rem;
	cursor:pointer;
	clear:both;
	transition: all 1000ms 0s ease;
}
.submit:hover {
	background-color:#000;
}

.submit-h {
	display:block;
	margin: 5% auto;
	width: 300px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background-color: #c7000b;
	font-size: 2.5rem;
	cursor:pointer;
	clear:both;
	transition: all 1000ms 0s ease;
	border: none;
	border-radius: 10px;
}
.submit-h:hover {
	background-color:#A71316;
}

/*--お問い合わせフォーム　入力画面（SP・TB）--*/
@media only screen and (max-width:767px){

table.form {
	border-top:none;
	border-left:none;
}
table.form th {
	display:block;
	width:100%;
	border-right:none;
	border-bottom:none;
	margin-top: 10px;
	border-bottom: 1px solid #999;
	margin-top: 10px;
}
table.form td {
	display:block;
	width:100%;
	border-right:none;
	border-bottom:none;
	/*background-color:#fff;*/
}
dl.list dt {
	width: 100%;
	float: none;
	margin: 5px 0;
}
input {
	margin:0 0 10px;
}
#email {
	width:90%;
}
#address01 {
	font-size: 1.2rem;
	margin: 0 0 10px;
}	
#address02 {
	width:90%;
}
.hissu {
    display: inline-block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
    float: right;
}
}

/*--お問い合わせフォーム　確認画面など（PC）--*/
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_thanks {
	margin-bottom:2rem;
	text-align: center;
	font-size: 1.2rem;
	line-height:150%;
	padding:5%;
	background-color:#FBEDEE;
}
div#mfp_thanks strong {
	display:block;
	margin:1rem 0;
	color: #C00;
	font-size: 1.4rem;
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color:#eee;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color:#fff;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	box-sizing:border-box;
	text-align: left;
	font-size: 14px;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}

div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	margin:20px 0;
	font-size: 20px;
	color:#fff;
	text-align: center;
}

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../img/common/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../img/common/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}

div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	width:30%;
	box-sizing:border-box;
	margin: 3% 0;
	padding: 1.5%;
	background-color:#333;
	border-radius:5px;
	font-size:1rem;
	color:#fff;
	cursor:pointer;
}

button.mfp_next:hover,button.mfp_prev:hover {
	background-color:#2397e4;
}

button.mfp_next span,button.mfp_prev span{
	opacity:0.5;
}

button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat{
	margin-bottom:20px;
}

ul#mfp_phase_stat::after{content:""; clear:both; display:block;}

ul#mfp_phase_stat li {
	width:30%;
	box-sizing:border-box;
	padding:1%;
	border-radius: 3px;
	font-size: 1rem;
	float: left;
}

@media only screen and (max-width:767px){
	ul#mfp_phase_stat li {
		padding:1%;
		font-size: 0.7rem !important;
	}
	
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	width:3%;
	box-sizing:border-box;
	padding:2% 0.5%;
	text-align:center;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color:#DE1316;
	color:#fff;
	text-align:center;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	text-align:center;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	display:block;
	width:300px;
	box-sizing:border-box;
	margin:30px auto 0;
	padding:1.5%;
	background-color:#DE1316;
	color:#fff;
	cursor: pointer;
	outline: none;
	border: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
	background-color: #DE1316;
	opacity: 0.8;
	transform: translateY(5px);
}

/*--お問い合わせフォーム　確認画面など（SP・TB）--*/
@media only screen and (max-width:767px){
	div#mfp_phase_confirm h4 {
		font-size:18px;
	}

	table#mfp_confirm_table tr th {
		display:block;
		width: 100%;
		background-color:#eee;
	}
	table#mfp_confirm_table tr td {
		display:block;
		width: 100%;
		background-color:#fff;
	}
	
	ul#mfp_phase_stat li {
		font-size: 1rem;
	}

}

/*--お問い合わせフォーム　送信完了（PC）--*/

#thanks{
	max-width:1200px;
	box-sizing:border-box;
	margin:0 auto;
	padding:5% 1.5%;
	text-align:center;
	border-bottom:5px solid #ccc;
}

#thanks h3{
	margin:5% 0;
	font-size:1.6rem;
	line-height:150%;
	color:#ff3333;
}

#back_home{
	width:150px;
	margin:10% auto;
}

#back_home a{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:5%;
	border:1px solid #DE1316;
	color:#DE1316;
	text-decoration:none;
}

#back_home a:hover{
	background-color:#DE1316;
	color:#fff;
}