@charset "UTF-8";
/* CSS Document */

#contact_wrap{
	padding: 5.38%;
    background-size: cover;
    background-repeat: no-repeat;
}
#contact1{
	
}
.contact1_inner{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_each{
	width: 47.69%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3.84%;
    padding-right: 3.07%;
    padding-left: 3.07%;
    padding-bottom: 3.84%;
    border: 12px solid #FFFFFF;
    background-color: #00BF98;
}
.contact_each:nth-child(1) {
    background-image: url(../images/bg/foot_c_green.svg);
    background-position: 0% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 10px #00BF98;
    box-shadow: 2px 2px 10px #00BF98;
}
.contact_each h2 {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
.contact_each .contact_big {
	margin-top: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 56px;
    font-family: "Agdasima", sans-serif;
    font-weight: 900;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.52);
}
.contact_each .contact_big a{
	text-decoration: none;
	pointer-events: none;
}
.contact_hanen {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Agdasima", sans-serif;
    font-size: 26px;
    letter-spacing: 0.064em;
    text-indent: 0.1em;
    border: 4px solid #FFFFFF;
}
.contact_hanen.h_green {
    background-color: #00BF98;
    background-image: -webkit-linear-gradient(8deg, rgba(0, 191, 152, 1.00) 0%, rgba(0, 158, 126, 1.00) 100%);
    background-image: -moz-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
    background-image: -o-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
    background-image: linear-gradient(82deg, rgba(0, 191, 152, 1.00) 0%, rgba(0, 158, 126, 1.00) 100%);
    margin-top: 32px;
    -webkit-box-shadow: 1px 1px 12px #00634F;
    box-shadow: 1px 1px 12px #00634F;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    text-align: center;
	border-radius: 32px;
}
.contact_each:nth-child(2) {
    background-image: url(../images/bg/foot_c_pink.svg);
    background-position: 0% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 10px #DA35BC;
    box-shadow: 2px 2px 10px #DA35BC;
}
.line-ja{
	margin-top: 24px;
	margin-bottom: 16px;
    width: 216px;
	margin-right: auto;
	margin-left: auto;
}
.line-ja a{
	display: block;
	width: 100%;
}
.line-ja img{
	display: block;
	width: 100%;
	border-radius: 32px;
}
.contact_hanen.h_pink {
    display: flex;
    align-items: center;
    box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6em;
	padding: 10px 20px;
	border: 0;
	color: #000000;
	background-color: rgba(255,255,255,0.58);
}


#formform {
    margin-top: 5.38%;
    border-radius: 24px;
    border: 3px solid #00BF98;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px #00BF98;
    box-shadow: 6px 6px #00BF98;
    padding: 6.15% 6.15% 0 6.15%;
	background-color: #FFFFFF;
	    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0.76%;
}
#formform .wpcf7-form p {
    margin-bottom: 16px;
    font-weight: 500;
}
/* フォーム全体 */
.wpcf7-form {
    max-width: 960px;
    margin: 0 auto;
	padding-top: 0;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

/* 入力フィールド */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #00BF98;
    border-radius: 8px;
    transition: border 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #d176ab;
    background: #fff;
    outline: none;
}

/* テキストエリアの高さ */
.wpcf7-form textarea {
    height: 150px;
    resize: vertical;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
    padding: 16px 12px;
    background-color: #d176ab;
    color: white;
	font-size: 19px;
	line-height: 1em;
	font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
	border: 3px solid #FFFFFF;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 32px;
	    display: block;
	letter-spacing: .16em;
	text-align: center;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #FCCF00;
}

/* エラーメッセージや成功メッセージ */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d;
    color: #3c763d;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #f2dede;
    border: 1px solid #a94442;
    color: #a94442;
}
.contact_inner #formform h2 {
    font-family: "Mochiy Pop One", serif;
    color: #E22B14;
    font-weight: normal;
    font-size: 32px;
    background: linear-gradient(90deg, #552E12 0% 100%);
    background-repeat: no-repeat;
    background-size: 56px 2px;
    background-position: center bottom;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: center;
}