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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body,html{
	overflow-x:hidden;
}
.pc { display: block !important; }
.sp { display: none !important; }

.logo-header {
  display: none;
}

/* top */
.top_about{
	text-align:center;
}

.mente{
	font-size:12px;
	text-align:center;
	margin-top:0;
}

.front-top-page #main .entry-title {
display: none;
}
.btn{
	text-align:center;
	margin-top:0;
}
.pc.tel{
	font-size:36px;
	text-align:center;
	padding-bottom:0;
}

	.contact3{
		text-align:center;
		font-size:2em;
		padding-top:40px;
	}

/* formボタン */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #97DF8E !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#cfffba !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.pc { display: none !important; }
    .sp { display: block !important; }

 h3{
	font-size: 15px !important;
}


	.a{
		margin-top:-9px;
	}

 	.sp.tel {
		font-size:180%;
		text-align:center;
		padding-bottom:1.5em;
		margin:0;
	}
	
.btn{
	text-align:center;
	margin-top:0;
}
	.contact3{
		text-align:center;
		font-size:1.5em;
		padding-top:30px;
		margin-bottom:0;
	}
	

.btn-submit {
    width: 100%;
margin-left:2em;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/*topの会社説明*/
	.top_about{
	text-align:left;
}
	.mente{
	font-size:12px;
	text-align:left;
	margin-top:0;
}
/*概要*/	
	.about td{
		display:block;
		width:100%;
		padding:0.5rem 2rem;
	}