@charset "UTF-8";



/****************************************************
 * コンタクトフォームのデザイン
 ****************************************************/

input[type="text" i] {
	width: 100%;
}
input[type="email" i] {
	width: 100%;
}
textarea {
	width: 100%;
}
/* コンタクトページ (QRコード)*/
.contact-field .contact-qrcode {
	text-align: center;
}
.contact-field .contact-qrcode a {
	color: #0066C0;
	border-bottom: solid 1px #0066C0;
	font-size: 16px;
}
.contact-field .contact-qrcode a:hover {
	color: rgba(0,102,192,0.5);
	border-bottom: solid 1px rgba(0,102,192,0.5);
}
.contact-field .contact-image {
	width: 80%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.contact-field .contact-image {
		width: 30%;
	}
}
/* コンタクトページ (フォーム)*/
.contact-field .contact-foam {
	width:100%;
	margin: 0 auto;
}
.contact-field .contact7 {
	width: 100%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.contact-field .contact7 {
		width: 70%;
	}
}
.contact-field label {
	margin-top: 100px;
}
/* マーク (必須) */
.contact7 .must {
	background-color: #FF1A00;
}
/* マーク (任意) */
.contact7 .optional {
	background-color: #999;
}
/* マーク (共通部分) */
.contact7 .must,
.contact7 .optional {
	color: var(--white);
	font-size: 12px;
	border-radius: 3px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
/* 電話番号のテキストエリア */
input[type="tel"] {
	width: 100%;
}
input {
	font-size: 16px;
}
/* 項目毎の余白 */
.contact7 dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact7-theme {
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	background-color: var(--color-main);
	padding: 0.5rem 1rem;
	border-radius: 25px;
}
input[type="submit"] {
	display: table;
	margin: 0 auto;
}
span.wpcf7-list-item {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 1rem;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	span.wpcf7-list-item {
		font-size: 18px;
	}
}
.contact-foam-text a {
	color: #0066C0;
/* 	border-bottom: solid 1px #0066C0; */
	text-decoration: none;
}
.contact-foam-text a:hover {
	color: rgba(0,102,192,0.5);
	border-bottom: solid 1px rgba(0,102,192,0.5);
}
.contact-foam-text {
	text-align: center;
}
.contact7-button input {
	color: var(--white);
	background-color: var(--color-main);
	border: 1px solid var(--color-main);
	font-size: 20px;
	font-weight: bold;
	width: auto;
	padding: 10px 20px;
	border-radius: 45px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.contact7-button input:hover {
	color: var(--color-main);
	background-color: var(--white);
}
