@charset "utf-8";
/* CSS Document */

/*********　お問い合わせ　*********/

#contact{
	box-sizing: border-box;
	margin-bottom: 100px
}
.form{
	text-align: center
}
.contact{
	padding: 50px
}

.caution_box{
	margin-bottom: 120px;
	position: relative
}
.caution_box::before{
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	bottom: -50px
}
.caution_box p{
	letter-spacing: 0
}

#contact form {
	width: 80%;
	margin: 0 auto;
	letter-spacing: 2px;
	text-align: center;
}
#contact form h3 {
	display: inline-block;
	padding: 8px 0;
	text-align: left;
	font-size: 17px;
	width: 30%;
	vertical-align: top
}

#contact form input {
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	padding:10px;
	font-size: 16px;
	width:65%;
	margin-bottom: 40px;
	border:none;
	background-color: #f2f2f2;
}
#contact form textarea {
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	padding:10px;
	font-size: 16px;
	width:65%;
	margin-bottom: 30px;
	border:none;
	background-color: #f2f2f2;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
	width: 120px;
	color: #B59D22;
	height: 50px;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin:50px 2% 0;
	background-color: rgba(0,0,0,0);
	border: solid 1px #d6be45;
	letter-spacing: 4px;
	-webkit-appearance: none;
	transition: 0.2s;
}
#contact form input[type="submit"]:hover,
#contact form input[type="reset"]:hover {
	background: #d6be45;
	color: #B59D22;
	color: #fff
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　お問い合わせ　*********/

.caution_box{
	margin-bottom: 80px;
}
	#contact form{
		width: 100%
	}
#contact form h3 {
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
}

#contact form input {
	width:94%;
}
#contact form textarea {
	width:94%;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
	width: 110px;
	height: 50px;
	font-size: 16px;
	margin:10px 2% 0;
}

#contact form input {
	margin-bottom: 30px;
}
#contact form textarea {
	margin-bottom: 60px;
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}