@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px){
#contact_wrap{
	padding: 8.46% 5.38%;
	padding-bottom: 9.23%;
    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: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 24px;
        border: 10px solid #FFFFFF;
    background-color: #00BF98;
}
.contact_each:nth-child(1) {
    width: 100%;
        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;
        margin-bottom: 16px;
}
.contact_each h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
.contact_each .contact_big {
	margin-top: 12px;
    text-align: center;
    color: #FFFFFF;
   font-size: 40px;
    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: inherit;
}
.contact_hanen {
	        width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Agdasima", sans-serif;
    font-size: 21px;
    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: 12px;
        -webkit-box-shadow: 1px 1px 12px #00634F;
        box-shadow: 1px 1px 12px #00634F;
}
.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: 18px;
	margin-bottom: 14px;
    width: 184px;
	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 16px;
	border: 0;
	color: #000000;
	background-color: rgba(255,255,255,0.58);
}


#formform {
    margin-top: 9.23%;
    border-radius: 24px;
    border: 3px solid #00BF98;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px #00BF98;
    box-shadow: 5px 5px #00BF98;
    padding-top: 7.69%;
	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: 0 20px;
    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: 10px;
    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: 17px;
	line-height: 1em;
	font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
	border: 3px solid #FFFFFF;
	width: 100%;
	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;
}
}