@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text-link {
	pointer-events: none;
}
.main {
	background-color: #f7e6d2;
}
.tel_link {
	color: #E60233;
	font-weight: 600;
}
.tel_link a {
	color: #E60233;
	font-size: 20px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*834px以下*/
@media screen and (max-width: 834px) {
	.logo {
		display: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px) {
	.tel_link a {
		font-size: 18px;
	}
}

@media screen and (min-width: 1040px) {
	.navi {
		height: 44px;
		border-top: 4px solid #990201;
		border-bottom: 4px solid #433a27;
	}
	.menu-item a {
		font-size: 15px;
	}
	.wrap {
		width: 1000px;
	}
	.tel_link a {
		pointer-events: none;
		text-decoration: none;
	}
}



/* ------- ContactForm7用 ------- */

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,.wpcf7-select {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid #cecece;
	border-radius: 3px;
	background-color: #fdf6ef;
	font-size: 16px;
	box-sizing:border-box
}
input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus,.wpcf7-select:focus {
	outline: solid 2px #9ac9e6;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* ------- チェックボックス ------- */
.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-list-item {
	margin: 0 30px 0 0;
	/*項目右側の余白設定と、デフォルトの左側の余白を打ち消す*/
	position: relative;
}

.wpcf7-list-item-label {
	cursor: pointer;
	/*labelにhoverした時にカーソルを表示させる*/
	font-size: 16px;
	/*項目のフォントサイズ*/
}

input[type="checkbox"] {
	opacity: 0;
	/*デフォルトのチェックボックスを見えなくする*/
	position: absolute;
}

.wpcf7-list-item-label::before {
	/*チェックボックスのデザイン*/
	border: 1px solid #b8bfc7;
	background: #fdf6ef;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 18px;
	border-radius: 2px;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	/*チェックアイコン*/
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 1px;
	width: 20px;
	height: 20px;
	background: url("http://contact.akira-jidousya.com/wp-content/themes/cocoon-child-master/original/check-solid.svg") no-repeat center;
	background-size: contain;
}

.wpcf7-list-item {
	display: block;
}



/* 送信ボタン　iPhoneリセット */
input[type="submit"] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

@media (max-width: 767px) {
	input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,.wpcf7-select {
	width: 90%;
	border: none;
	background-color: #fff;
}
}
/* エラーメッセージカスタム */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	/* 送信ボタン下未入力警告 */
	width: 100%;
	background: #c62548;
	padding: 10px;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	margin-right: 15px;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    font-size: 16px;
}

.wpcf7-not-valid-tip {
	/* 必須未入力項目下の文章 */
	color: #E60233;
} /*# sourceMappingURL=style.css.map */


/* ------- お問い合わせフォーム ------- */
.contact_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
}
.contact_form_input {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	margin-bottom: 15px;
}
.contact_form_input p,
.contact_form_content p {
	margin-bottom: 0;
}
.hissu {
	color: #E60233;
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
}
.form_second_title {
	width: 100%;
	display: block;
	background: url(/original/point2.jpg) no-repeat center left 8px / 16px;
	background-color: #F7E6D2 !important;
	border: none !important;
	border-bottom: 1px solid #005488 !important;
	color: #005488 !important;
	font-size: 18px !important;
	margin: 1em 0 !important;
padding-left: 32px !important;
}

/* 「送信する」ボタン */
.button_wrap {
	width: 100%;
	display: flex;
	justify-content: center;align-items: center;
	padding: 50px 0 0 0;
}
.button_wrap p {
	display: flex;
	justify-content: center;align-items: center;
	flex-direction: column;
}
#form_button {
	padding: 15px;
	width: 440px !important;
	background: #047eca;
	border: none;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px !important;
	font-weight: 500;
	border-radius: 2px;
	margin: 15px auto 0 auto;
}
#form_button:hover {
	background: #005488;
	color: #fff;
}

@media (max-width: 767px) {
	.contact_form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		padding: 0;
	}
	.contact_form_content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 600;
	}
	.contact_form_content::before {
		content: "●";
		color: #005488;
		font-size: 12px;
		margin-right: 10px;
	}
	#form_button {
		width: 240px !important;
		font-size: 18px !important;
		border-radius: 50px;
	}
}

@media (min-width: 768px) {
	#contact {
		padding-top: 150px;
		margin-top: -150px;
	}
	.contact_form {
		background: #fff;
		border: 2px solid #005488;
		padding: 50px;
		margin-top: 50px;
	}
	.contact_form_content {
		font-size: 16px;
		width: 280px;
padding-left: 1em;
	}
	.contact_form_input {
		width: calc(100% - 280px);
		margin-bottom: 30px;
	}
	.form_second_title {
		margin-bottom: 1.5em !important;
	}
}


.footer-in h3 {
	border: none;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 4px;
	font-size: 20px;
	margin-bottom: 0.5em;
}
.footer-in .tel_link,.footer-in .tel_link a {
	color: #fff;
}