@charset "UTF-8";


.required {
	color: #D80000;
	color: #D3A168;
	font-size: 90%;
}
dl .required {
	margin-left: 5px;
}


/**************************************************
　eyecatch
***************************************************/

.eyecatch {
	background: url( './../image/contact/head.jpg' ) no-repeat center center;
	background-size: cover;
}

/**************************************************
　共通
***************************************************/

.attention {
	text-align: right;
	margin-bottom: 8px;
}

input[ type="text" ],
input[ type="tel" ],
input[ type="email" ],
input[ type="number" ],
select {
	box-sizing: border-box;
	height: 50px;
	padding-left: 10px;
}
input[ type="text" ],
input[ type="tel" ],
input[ type="email" ],
select {
	min-width: 220px;
}
input[ type="number" ] {
	margin-right: 8px;
	width: 140px;
}
textarea {
	box-sizing: border-box;
	padding: 10px;
}
.submit-btn {
	background-color: #19386E;
	color: #fff;
	display: block;
	height: 80px;
	line-height: 81px;
}
.error {
	display: block;
}

/**************************************************
　ご注文フォーム
***************************************************/

.contact-block .contents .smallText {
	margin-bottom: 20px;
	text-align: right;
}
.privacy-box {
	clear: both;
	padding-top: 20px;
}
.privacy-box p a {
	color: #729B30;
	margin: 0 3px;
}
.accept-check {
	border-bottom: 2px dotted #073862;
	margin: 20px auto 0;
	padding-bottom: 3px;
	width: 90px;
}
.privacy-box input,
.privacy-box label {
	cursor: pointer;
}
.privacy-box label {
	margin-left: 5px;
}
.back-btn {
	color: #888;
	font-size: .95em;
	display: block;
	padding: 10px 20px 15px;
}

/**************************************************
　ご注文フォーム完了
***************************************************/

.thanks h1 {
	color: #073862;
	font-size: 24px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.thanks-contents {
	margin: 0 auto;
	padding: 20px;
}
.thanks-footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}

/**************************************************
　プライバシーポリシー
***************************************************/

.privacy .lead {
	margin-bottom: 60px;
}
.privacy h4 {
	color: #729B30;
	font-size: 22px;
}
.privacy p {
	margin: 10px 0 40px;
}

/**************************************************
　デバイス振り分け設定
***************************************************/

/* ■■ SP ■■ */
@media (max-width: 767px) {

	/* Pan */
	.order .pan li:nth-of-type( n + 3 ) {
		display: none;
	}

	/* ご注文フォーム */
	.contact-block {
		margin: 0 auto;
	}
	.contact-block .contents {
		margin: 40px auto 100px;
		width: 85vw;
	}
	.contact-block .contents .smallText {
		margin-right: -10px;
	}
	.contact-block .contents dt,
	.contact-block .contents dd {
		line-height: 40px;
	}
	.contact-block .contents dt {
		margin-left: 4px;
	}
	.contact-block .contents dd {
		margin-bottom: 20px;
	}
	input[ type="text" ],
	input[ type="tel" ],
	input[ type="email" ],
	textarea {
		width: calc( 100% - 10px );
	}
	textarea {
		height: 180px;
	}
	.submit-btn {
		margin: 0 auto;
		width: 90%;
	}
	.submit-btn {
		margin-top: 40px;
	}
	.back-btn {
		margin: 40px auto 10px;
	}
	
	/* 確認画面 */
	.mw_wp_form_confirm dt {
		color: #073862;
		font-weight: bold;
	}
	.mw_wp_form_confirm dd {
		margin-bottom: 10px;
	}

	/* 完了画面 */
	.thanks {
		height: calc( 100vh - 80px );
		padding-top: 80px;
	}
	.thanks-contents {
		margin: 0 auto;
		width: 90%;
	}
	.thanks h1 {
		width: 90%;
	}
	.thanks-contents p {
		margin-top: 20px;
	}

	/* プライバシーポリシー */
	.privacy .lead {
		text-align: initial;
	}
}
@media (max-width: 320px) {

	/* 幅狭スマホ */

}
@media (max-width: 767px) {

	/* 幅広スマホ */
}


/* ■■ タブレット＆ブラウザ ■■ */
@media screen and (min-width: 768px) {

	/* ご注文フォーム */
	.contact-block {
		padding-bottom: 80px;
	}
	.contact-block .contents dt,
	.contact-block .contents dd {
		float: left;
		padding-bottom: 20px;
	}
	.contact-block .contents dt {
		clear: both;
		line-height: 51px;
		width: 180px;
	}
	.privacy-box {
		text-align: center;
	}
	.privacy-box p span {
		display: block;
	}
	.submit-btn {
		width: 320px;
	}
	.error {
		margin-top: 5px;
	}

	/* 確認画面 */
	.back-btn {
		margin: 40px auto -30px;
	}

	/* 完了画面 */
	.thanks {
		height: calc( 100vh - 180px );
	}
	.thanks h1 {
		margin: 100px auto 0;
		width: 680px;
	}
	.thanks-contents {
		margin: 40px auto;
		width: 680px;
	}

}


/* ■■ (狭いブラウザとタブレット向け) ■■ */
@media (max-width: 1020px) and (min-width: 768px) {

	/* ご注文フォーム */
	.contact-block .contents {
		margin: 60px auto 40px;
		width: 700px;
	}
	input[ type="text" ],
	input[ type="tel" ],
	input[ type="email" ],
	textarea {
		width: 510px;
	}
	textarea {
		height: 180px;
	}
	.back-btn {
		margin: 40px 0 -25px 140px
	}
	.submit-btn {
		margin: 40px 0 0 260px;
	}

}


/* ■■ PC ■■ */
@media screen and (min-width: 1021px) {

	/* ご注文フォーム */
	.contact-block .contents .smallText {
		margin-right: -80px;
	}
	.contact-block .contents {
		margin: 60px auto 40px;
		width: 800px;
	}
	input[type="text" ],
	input[type="tel" ],
	input[type="email" ],
	textarea {
		width: 610px;
	}
	textarea {
		height: 200px;
	}
	.back-btn {
		margin: 40px 0 -25px 120px
	}
	.submit-btn {
		margin: 40px 0 0 300px;
	}

}
