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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-in {
	display: flex;
	flex-direction: row;
	gap:20px;
	margin-top: 15px;
   margin-bottom: -25px;
}
.wpcf7-spinner {display:none !important;}
.hissu {color:red;}

h1 {font-family :ヒラギノ明朝 ProN W2,'游明朝','Yu Mincho',YuMincho,sans-serif !important;}
.sub_title {color:#1368b3;}
.daihyoumamae {font-family :ヒラギノ明朝 ProN W2,'游明朝','Yu Mincho',YuMincho,sans-serif !important;
	font-size:20px;
}

.kaisyaannai tr {border-bottom: solid 1.1px #1368b3;}
.comtact_tel {
	font-size:50px;
	color:#1368b3;
	line-height:1;
}
.comtact_tel a {color: #1368b3 !important;}
.comtact_tel a:hover {color: #63c5de !important;}
.item-label {font-size:15px;}

.wp-caption .wp-caption-text {display:none !important;}
.wp-caption {
	border: none !important;
	background-color: rgba(0,0,0,0) !important;
	margin: 0 !important;
	max-width: 170px !important;
}

/*1023px以下*/
@media screen and (max-width: 1279px){
  /*必要ならばここにコードを書く*/
	.wrap{width: 1000px;}
}
.logo:nth-child(1) {
        margin-right:auto;  /* directionがrowの場合 */
        margin-bottom:auto; /* directionがcolumnの場合 */
}
.navi-in li { 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;}
.navi-in li + li {
  border-left: 0;
  border-right: 1px solid #fff;
}

.date-tags {display:none;}
.article-footer.entry-footer {display:none;}

.footer-center {display:none;}
.footer-widgets {
	margin: 10px 100px -50px 100px;
	display: flex;
	justify-content: space-evenly;
}
.textwidget.custom-html-widget {width: 400px;}
.cf::after {display:none;}

.footersyamei {font-family :ヒラギノ明朝 ProN W2,'游明朝','Yu Mincho',YuMincho,sans-serif !important;}
.yugen {
	font-size:18px;
	line-height:0.5;
}
.syamei {
	font-size:26px;
   line-height:2em;
}
.footerkaisyajoho {font-size:16px;}
.footr_shousai {font-size:15px;}

.work_photo img {
	width: 300px;
	height: 250px !important;
	object-fit: cover;
}

.work_midasi {color:#1368b3;}

.indent {padding-right: 2em;}

.jisage {
	padding-left: 5em;
	text-indent: -5em;
}

p.jisage {margin-bottom:-25px;}

li {list-style: none;}

.kobetu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
}

.seko_cobetsu {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.seko_cobetsu img {
	width: 500px;
	height: 400px !important;
	object-fit: cover;
}

.toukou_okuri {text-align: center;}

.toukou_okuri a {
	margin: 0 70px 0 70px;
	text-decoration: none;
}

.wpcf7-form.init {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.soushin {text-align:center;}
input[type='submit'] {width:30% !important;}
input[type='submit']:hover {
	background-color:#1368b3;
	color:#fff;
}

/*ページネーション*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 17px;
	margin-top:50px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999 !important;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi span.current{
	color: #FFF !important;
	background-color: #63C5DE;
	border-color: #63C5DE !important;
	font-weight: bold;
    }
.wp-pagenavi a:hover{
    color:#fff !important; 
    background-color:#999; 
	 border-color: #999 !important;
    }

@media screen and (min-width: 768px){
.br-sp {display: none; }
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#header-container {display:none;}
	.footer-widgets {
		margin:0;
		display: flex;
		flex-direction: column;}
	.wrap {width:100%;}
	.textwidget.custom-html-widget {width:100%;}
	nav#navi-footer {display:none;}
	.footer-bottom-content {margin-top: -70px;}
	.site-logo-image {margin-top:10px !important;}
	.footr_shousai {font-size: 14px;}
	.footersyamei {margin-top: 10px;}
	.wpcf7-form.init {width: auto;}
	.comtact_tel {font-size:35px !important;}
	.wakumei {font-size:14px;}
	.seko_cobetsu {display:block;}
	.toukou_okuri a {margin:0 30px;}
}



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