@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*micra*/

.wpcf7 form .wpcf7-response-output {
    text-align: left;
}

.mform{
	height:auto;
}

.h2_txtbox{
	margin-bottom:0;
}

body{
	font-family:revet;
	background-color:#F8E6E0;
}

.header{
	height:auto;
}

.copyright{
	margin-top:10px;
}

ul { 
	list-style: none;
	padding-left:0;
} 

ul li{
	list-style: none;
}

.footer {
   margin-top: 0;
   padding:0;
   background-color:transparent;
}

a{
text-decoration: none; 
}

.wpcf7 {
	font-size:18px;
}

.wpcf7-not-valid-tip{
	font-size:12px;
}

.wpcf7 .req{
	font-size:20px;
	color:red;
	font-weight:bold;
}

.wpcf7 .title{
	margin-top:30px;
	text-align:right;
	width:20%;
	
	float:left;
}

.wpcf7 input,textarea{
	margin-top:30px;
	height:40px;
	border:solid 1px;
	border-radius: 0;
}

.wpcf7 input{
	height:40px;
	width:50%;
}

.wpcf7 input[type="checkbox"]{
	height:auto;
	width:auto;
}

.wpcf7 textarea{
	height:150px;
	width:80%;
}

.wpcf7 input[type="submit"]{
	width:100px;
	color:#fff;
	background-color:rgb(165, 42, 42);
}

.wpcf7 .inp{
	padding-left:20px;
	text-align:left;
	float:left;
	width:80%;
}

.clearfix:after {
content:"";
display:block;
clear:both;
}

/*815px以下*/
@media screen and (max-width: 815px){
	.header{
		height:110px;
	}
	img{
		max-width:revert;
	}
}
/*768px以下*/
@media screen and (max-width: 768px){
	
.wpcf7 .title{
	margin-left:10%;
	text-align:left;
	min-width:200px;
	float:none;
}

.wpcf7 .inp{
	padding:0;
	width:100%;
	text-align:center;
}

.wpcf7 input,textarea{
margin-top:0;
border:solid 1px;
width:80%;
	min-width:revert;
}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
