@charset "utf-8";
/* CSS Document */

#contact {
	padding: 6%;
	padding-bottom: 30vh;
}
#contact #contact_box {
	background-color: rgba(255,255,255,0.80);
	color: #333;
	margin-bottom: 30px;
	box-shadow: 0 3px 3px #4d4d4d;
	padding: 20px 10px;
}
#contact .caution_box {
	color: #000;
	border-bottom: 1px solid #f08300;
	padding: 0 2%;
	margin-bottom: 20px;
}
#contact .caution_box p{
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
#contact .caution_box p:last-of-type{
	margin-left: auto;
}
#contact .caution_box p::before{
	display: block;
	content: "●";
	position: absolute;
	top: 0;
	left: -20px;
}
#contact .caution_box p:last-of-type::before{
	display: none;
}
#contact .red {
	color: #ff0000;
	font-weight: bold;
}
#contact h3 {
	color: #000;
}
#contact .tel_btn {
	text-align: center;
	color: #00b050;
	font-weight: bold;
	padding: 2% 0;
	font-size: 18px;
}
#contact .tel_btn span {
	font-size: 10px;
}
#contact .tel_btn a {
	color: #00b050;
}
#contact form {
	text-align: center;
}
#contact form h3 {
	padding:5px 3%;
	text-align: center;
}
tact #contact span{
color:#ff0000;
}
#contact form input {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #f08300;
	background-color: #fff;
}
#contact form textarea {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #f08300;
	background-color: #fff;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
	width:35%;
	margin:0 2%;
	background-size: 100%;
	background-color: #f08300;
	color: #fff;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	-webkit-appearance: none;
}



/*タブレット以上*/
@media screen and (min-width: 700px){
#contact{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
	@media screen and (max-height: 700px){
	}
	@media screen and (min-height: 700px){
	}
}