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

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


/*=======================================================
幅
=========================================================*/
.main{
	padding:0;
}
.page-id-15 .wrap{
	width: inherit;
}
#post-15{
	width:100%;
}
.article{
    margin: auto;
}
.w80{
	width:80%;
	margin:auto;
}
.wrap {
    width: inherit;
}


/*=======================================================
備品
=========================================================*/
.bihin_wrap{
	width:80%;
	margin:auto;
}
.bihin_wrap img{
	width:50%;
	margin:auto;
}
.wp-element-caption{
	font-size:16px;	
}


/*=======================================================
ヘッダー
=========================================================*/
#header-container{
	padding:18px;
	border-top: 6px solid #3ae8f2;
}
#navi .navi-in a:hover{
	color:#3ae8f2;
}
#header-container-in{
	width:fit-content;
	min-width:80%;
}
#header{
	padding-right:26px;
}
.header-container-in.hlt-top-menu .logo-header{
	max-height:100px;
}
.header-container-in.hlt-top-menu .logo-header img{
	min-height:100px;
}
.navi-in a{
	font-size:18px;
}
.navi-in > ul li {
    width: auto;
    padding: 0 10px;
}



/*=======================================================
フッター
=========================================================*/
#footer{
	background-color:#e1f3f6;
}
.footer-widgets{
	border-bottom: 1px solid #ccc;
}
.footer-bottom-logo img{
	height:80px;
}
.footer-left ,
.footer-right{
	display:none;
}
.footer-center{
	width:80%;
	margin:auto;
}
.footer-center #custom_html-2{
	text-align:center;
	font-size:42px;
	margin-bottom:0;
}
.footer-center #custom_html-2 span{
	font-size:12px;
}
.footer-center #custom_html-2 i{
	padding-right:10px;
}
.footer-center #teltxt{
	text-decoration:none;
	color:initial;
}
.footer-center #custom_html-2 .btnbnr img:hover{
	opacity:0.8;
}
#kessai_img{
	width:70%;
}


/*=======================================================
見出し
=========================================================*/
.article h2 ,
.page h2{
	background-color: initial;
	font-size:30px;
	border-bottom: 1px solid #3ae8f2;
	padding:8px 8px 12px 8px;
	margin: 80px auto 20px;
	color: #22c5cf;
}
.article h3 ,
.page h3{
   border-left: 5px solid #3ae8f2;
   border-right: none;
   border-top: none;
   border-bottom: none;
	margin:50px auto 5px;
	padding: 5px 10px;
}
.article h4{
	border-top:none;
	border-bottom: 2px dotted #ebebeb;
}
.midashi_wrap{
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}
.page .date-tags{
	display:none;
}
.page .entry-title{
	width: 80%;
	font-size: 36px;
   text-align: center;
	margin: 50px auto;
	padding: 20px;
	position: relative;
}
.page .entry-title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff1716;
    border-radius: 2px;
}
.page h2 ,
.page h3 ,
.page h4 ,
.page h5{
	width:80%;
}
.page h4 ,
.page h5{
	margin:auto;
}



/*=======================================================
共通
=========================================================*/
.yakan_tel{
	text-align:center;
}
.yakan_tel strong{
	font-size:42px;
}
.yakan_tel strong a{
	text-decoration:none;
	color:initial;
}
.yakan_tel strong i{
	padding-right:10px;
}



/*=======================================================
トップページ
=========================================================*/
#top_maintxt{
	font-size:22px;
	text-align:center;
	padding-top: 2em;
}
#top_maintxt strong{
	font-size:30px;
}
#top_maintxt span{
	background: #eafdfe;
	padding: 8px;
}
.top_hansou_wrap{
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 4em !important;
}
.page-id-15 .article h2{
	color: #22c5cf;
}
.page-id-15 .article h2 ,
.page-id-15 .article h3{
	width:80%;
}
#post-15 .article-header{
	display:none;
}
#post-15 .entry-content {
    margin-top: 0;
}
#main_bnr img{
	width:100%;
}
.page-id-15 .content {
    margin-top: 0;
}
/*　強み　*/
.tsuyomi-wrap{
	width:60%;
	margin:auto;
}
.tsuyomi-wrap img{
	width:300px;
	margin:auto;
}
.tsuyomi-wrap figcaption{
   color: #000;
   font-size: 18px;
   font-weight: bold;
}
.tsuyomi-wrap .column-left ,
.tsuyomi-wrap .column-right{
	text-align:center;
}
/*　利用シーン　*/
.scene_wrap{
	width:80%;
	margin:auto;
	background: #f7f7f7;
   padding: 33px;
}
.scene_wrap .scene_no{
	color:#3ae8f2;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
}
.scene_wrap .scene_title{
	font-size:28px;
	font-weight:bold;
	margin-bottom:0;
	border-bottom: 1px dotted #bebebe;
}
.scene_wrap .scene_disc{
	padding-top:10px;
	margin-bottom: 14px;
}
.scene_wrap img{
	width:80%;
	margin:auto;
}
.scene_wrap a{
	color:#000;
}
.scene_wrap a:hover{
	color:#565656
}
.scene_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*　料金　*/
#plan_table{
	width:80%;
	margin:auto;
}
#plan_table th{
	background-color:#ffe5e5;
	width:30%;
	font-weight:normal;
}
#plan_table th ,
#plan_table td{
	border: 2px solid #d6d6d6;
	padding: 20px;
}
/*　新着記事　*/
#oshirase-midashi{
	background-color:#f7f7f7;
	width: 100%;
   padding-top: 30px;
   margin: 80px auto 0;
   text-align: center;
}
.new-entry-cards{
	background-color:#f7f7f7;
	padding: 30px 0 0;
	margin-bottom:0 !important;
}
.new-entry-cards a{
	width:80%;
	margin: 18px auto !important;
	background-color:#fff;
	border-radius: 10px;
}
.new-entry-cards a:hover{
	background-color:#ebebeb;
}
.new-entry-card-date.widget-entry-card-date.display-none {
	display: block;
}
.new-entry-card-thumb{
	display:none;
}
.widget-entry-card-content {
    margin-left: 0;
}
.new-entry-card-title{
	width: 80%;
	float: left;
}
.new-entry-card{
	padding: 30px 10px;
}
.new-entry-card-date{
	text-align:right;
}
#oshirase_more{
	background-color:#f7f7f7;
	padding-bottom: 30px;
}
#oshirase_more a{
	display:block;
	width: 80%;
	margin: auto;
	color:#5b5b5b;
}
#oshirase_more a:hover{
	opacity:0.7;
}
/*　電話バナー　*/
.tel_bnr{
	margin-top:80px;
	margin-bottom:80px !important;
}
.tel_bnr img{
	border:1px solid #ccc;
}
/*　搬送までの流れ　*/
.flow_wrap{
	background: #e1f3f6;
}
.flow_wrap .column-right{
	padding: 10px 0;
}
.flow_wrap h3{
	width:100% !important;
}
/*　よくある質問　*/
.faq{
	width:80%;
	margin:auto;
}
/*　対応エリア　*/
.area_txt{
	width:80%;
	font-size:14px;
	background-color:#f7f7f7;
	padding:24px;
	margin:auto;
}



/*=======================================================
求人
=========================================================*/
.line_btn img:hover{
	opacity:0.7;
}



/*=======================================================
会社概要
=========================================================*/
#about_table{
	width:80%;
	margin:80px auto;
}
#about_table th ,
#about_table td{
	border-top:none;
	border-right:none;
	border-bottom: 1px solid #d3d3d3;
	border-left:none;
	padding: 21px 0;
}
#about_table tr:nth-of-type(2n+1) {
    background-color: initial;
}
#about_table th{
	background-color: initial;
	text-align:left;
	width:23%;
}
#about_table th span{
	display: inline-block;
   padding-left: 15px;
   border-left: 3px solid #3ae8f2;
}



/*=======================================================
固定ページ
=========================================================*/
#metaslider-id-260{
	margin: auto;
}
.price_table table{
	width:80% !important;
	margin:auto;
}
.price_table td{
	background-color:#fff;
	padding:20px;
}
.price_table td:first-child{
	background-color:#e1f6ff;
	width:30%;
}
.price_table th ,
.price_table td {
    border: 1px solid #e3e1e1;
}



/*=======================================================
投稿ページ
=========================================================*/
.single .entry-title{
	width: 80%;
	font-size: 30px;
   text-align: center;
	margin: 50px auto;
	padding: 20px;
	border-bottom: 2px solid #3ae8f2;
}
.single .entry-content ,
.single .date-tags ,
.single .article-footer{
	width: 80%;
	margin:auto;
}
.single-post .eye-catch{
	margin: 0 auto 3em;
}
.single .under-entry-content{
	width: 90%;
	margin:auto;
}
.related-entry-main-heading{
	padding-left: 8px;
   border-left: 4px solid #3ae8f2;
}
.cat-link ,
.cat-label{
	background-color: #3ae8f2;
}
/*　消防救急との違い　*/
#hikaku_table tr:nth-of-type(2n+1) {
	background-color: initial;	
}
#hikaku_table th ,
#hikaku_table td{
    border: 2px solid #d6d6d6;
    padding: 20px;
}
#hikaku_table th{
	background-color: #ffe5e5;
}
#hikaku_table td{
	text-align:center;
}



/*=======================================================
お問い合わせ
=========================================================*/
.page-id-105 #tel-no{
	text-align: center;
	font-size: 30px;
}

#cf-tbl{
	width: 80%;
	margin:auto;
}
#cf-tbl table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
	color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	border: solid #CCC;
	border-width: 1px;
	vertical-align: middle;
}
#cf-tbl table tr th{
	width: 35%;
	background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
	width: 100%;
}
#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
	display: block;
}
#cf-tbl table{
	width: 100%;
	border-width: 0 0 1px 0;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
	width: 100%;
	padding: 3% 5%;
}
#cf-tbl table tr td{
	border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
	font-size:.8em;
	padding: 5px;
	background: #f00;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
/*「任意」文字デザイン*/
.optional{
	font-size:.8em;
	padding: 5px;
	background: #000080;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
/* 入力項目を見やすく */
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;
	background-color: #eff1f5;
	font-weight: normal;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #f00;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
	width: 250px;
}
}
input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}



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

/*834px以下*/
@media screen and (max-width: 834px){

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
#main{
	padding:0;
}
.w80 ,
.article h2 ,
.article h3 ,
.tsuyomi-wrap ,
.faq ,
.new-entry-cards a ,
#plan_table ,
.scene_wrap{
   width: 94%;
}
.page-id-15 .article h2, .page-id-15 .article h3 {
    width: 94%;
}
.new-entry-card-title {
	width: 77%;
}
#plan_table th{
	width: 40%;
}
.tel_bnr img{
	width: 96%;
   margin: auto;
}
#top_maintxt strong {
    font-size: 25px;
}
#top_maintxt {
    font-size: 19px;
}
#custom_html-3{
	text-align:center;
	font-size:33px;
	margin-bottom:0;
}
#custom_html-3 span{
	font-size:12px;
}
#kessai_img {
    width: 100%;
}
.page .entry-title {
    width: 100%;
    font-size: 30px;
    margin: 30px auto;
    padding: 20px 0 10px;
}
.bihin_wrap{
	width:100%;
	flex-direction: initial !important;
}
.bihin_wrap	.wp-block-image figure{
	height:70px;
}
.wp-element-caption{
	font-size:14px;	
}
.menu-drawer a {
	border-bottom: 1px dashed #22c5cf;
	color:#21b4bd;
	padding:10px 4px;
}
.price_table table {
    width: 94% !important;
}
}
