@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{
	overflow-x:hidden;
}

.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	border: 1px solid #eee;
}

.site-name-text {
	font-size: unset;
}

.logo-image {
	padding: 15px 0 0 0;
}

.entry-title,
.archive-title {
	color:#ED7300;
}
.sidebar h3 {
	font-weight:500;
	font-size:1.12em;
}


#head1 .headleft{float:left;}
#head1 .headright{float:right; margin-top:5px;}
#head1 .headright a{text-decoration:none; color:#fff;}
#head1 {height:58px; background-color:#f99a00; color:#fff;}
#head1 img {float:left;}
#head1 .headcopy{font-size:13px; display:inline-block; margin:18px 0 0 30px;float:left;}
#head1 .headtel{font-size:25px; font-weight:bold; }

#gallery-1 img{border:2px solid #fff!important;}


.type-page .date-tags{display:none;}

.frontcopy{margin:50px auto; text-align:center; font-size:18px; color:#ED7300;}
.frontbtn{max-width:1200px; margin:0 auto;text-align:center;}
.frontbtn img{width:23%; margin:0 0.5%;}

/* pc */
@media screen and (max-width: 1050px) {
	#head1{ height:auto; }
	#head1 .wrap{padding:1% 2%;}
	#head1 img{width:100px; margin:0}
	#head1 .headcopy{font-size:11px;margin:8px 5px;}
	#head1 .headright{float:none; margin:0 auto; font-size:14px; display:inline-block;}
	#head1 .headtel{font-size:20px;}
	.logo-header img{width:400px!important;}
	.frontcopy{font-size:16px;}
	.frontbtn img{width:45%;}
}


.metaslider{margin-top:11px;}


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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