.entry-footer {
    display: none;
}

main#main {
    padding: 60px 0 0 0;
}

.border {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #c2c2c2;
    display: none;
}

.under-menu .insta:after{
    content: url(https://nido.style/wp-content/themes/twentytwentyone-child/img/share/instagram-blk.svg);
}

.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
    background-color: #8E8778;
    border: none;
}

input[type=submit]:hover,
input[type=button]:hover{
    background-color: #746D5F;
    border: none;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-previous{
    background-color: #8E8778;
    border: none;
}

form p {
    padding: 21px 0;
    margin: 0;
}

.input-form form label {
    margin: 0;
	line-height: 33px;
}

.contact-desp {
    position: relative;
}

.contact-title::before{
    content: '';
    display: block;
    height: 0.5px;
    width: 110px;
    border-radius: 3px;
    background-color: #1A1311;
    position: absolute;
    top: 22px;
    left: 169px;
}
.contact-subtitle {
    position: absolute;
    top: 11px;
    left: 293px;
}
.contact-title {
    margin: 0 0 60px 0;
}

.contact-text{
    color:#3E3E3E;
    line-height: 45px;
    font-size: 15px;
}

.contact-text a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #808080;
}

header.entry-header.alignwide ,.wpcf7-spinner{
    display: none;
}


/* sanko */
/* Contact Form 7 */
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #f58694; /* 背景色 */
	border-radius: 5px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #7fbfff; /* 背景色 */
	border-radius: 5px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8; /* 枠線の色 */
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を見やすくする */
.wpcf7-validates-as-required {
	background: #eff1f5; /* 背景色 */
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit,
input.wpcf7-previous {
	width: 100%; /* 好みで60〜80%でもOK */
	height: 60px;
	border-color: #ffbf7f; /* 枠線の色 */
	background: #ffbf7f; /* ボタンの色 */
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 0px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}


form p {
	border-width: 1px 0 0 0; 
	border-style: solid; 
	padding: 1rem;
	border-color: #bbbbbb;
 }

form label {
    margin: 0;
}

#submit-btn, #previous-btn{
    width: 70%;
    margin: auto;
}

#submit-btn{
	margin-top: 30px;
}

#submit-btn p{
	margin: 0;
}

.input-form #wpcf7-f180-p19-o1 input {
    background-color: #8E8778;
    font-weight: 600;
    border: none;
	color: #fff;
	padding: 18px 0;
	font-size: 18px;
}

.input-form #wpcf7-f180-p19-o1 .wpcf7-previous {
	background-color: #fff;
    color: #8E8778;
    border-color: #8E8778;
    border-style: solid;
    padding: 1rem;
	width: 100%;
	border-width: thin;
}

#previous-btn p ,#submit-btn p{
    border: none;
}

#last-content{
	border-width:0px 0px 1px 0;	border-style: solid;
	border-color: #bbbbbb;
}

@media screen and (max-width:480px) {
	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
    .contact-title::before {
        content: '';
        display: block;
        height: 0.5px;
        width: 28px;
        border-radius: 3px;
        background-color: #1A1311;
        position: absolute;
        top: 18px;
        left: 112px;
    }
    .contact-subtitle {
        position: absolute;
        top: 7px;
        left: 152px;
        font-size: 15px;
    }
    .contact-title {
        margin: 0 0 35px 0;
    }
    .contact-text {
        line-height: 29px;
    }
    #submit-btn, #previous-btn {
        width: 100%;
    }
    #previous-btn p, #submit-btn p {
        padding: 0;
        margin: 30px 0px;
    }
    .col-md-5 {
        padding: 0;
    }
    label {
        font-size: 14px;
    }
    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 16px;
    }
    input.wpcf7-form-control.wpcf7-previous {
        font-size: 16px;
    }
}
