.wpcf7 textarea[name="your-message"] {
        height: 350px !important;
}
.contact {
				width: 95%;	
}
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
	table-layout: fixed;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 0px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #EEFFFF;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 0.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
	width: 30%;
	text-align: right;
	padding:12px 40px 5px 0;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/
@media screen and (max-width:500px){
	.table-res-form th {
		display:block;
		width:100%;
		text-align:left;
	}
	.table-res-form td {
		display:block;
		width:100%;
	}
	.table-res-form .requied{
		position:absolute;
		text-align:center;
		right:5%;
	}
}

/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form td {
			width: 70%;
	}
	
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
			width: 30%;
        padding-bottom: 0;
        text-align: left;
			font-size: 0.8em;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 0px;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #305097 ;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}
/* コンタクトフォームの注意書きボックス */
.privacy {
	width: 95%;
border: 1px solid #DADADA; /* ボックスの枠線 */
padding: 20px; /* ボックスの内側余白（上下左右20px） */
margin: 18px 0px; /* ボックスの外側余白（上下に18px） */
}
.privacy h2 {
	color: #03C4EB;
}

.privacy h3 {
	color: #03C4EB;
}
.contact h4 {
	color: #03C4EB;
	text-align: center;
}

.privacy h4 {
	text-align: center;
}
	
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-width: 768px) {
.copy h3{
	font-size: 12.5px;
}
}