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

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

@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Sans&display=swap');

html,body{
	overflow-x:hidden;
}

body .container {
	font-family: 'Noto Sans','Kosugi', sans-serif;
}

.home .article h1,.page .date-tags,.author-info,.home .entry-title{
	display:none;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.google-captcha-notice a{
	display:inline-block!important;
}

/* 【初期】 */
.home .entry-content{
	margin-top:0;
}
.flexslider,
.metaslider .flexslider,
.content,
.home .entry-content,
.home .article,
.footer,
.copyright{
	padding:0!important;
	margin:0!important;
}
.footer-bottom,
.tagline,
.widget-content-bottom,
.content-bottom{
	margin:0!important;
}

.article h2, .article h3, .article h4{
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.article p{
	margin:0;
}

.content{
	background:#fff;
}



/* 【リンクタグ設定】 */
.main a{
	display:block;
	text-decoration:none;
}
.breadcrumb a{
	display:inline-block;
}
.pager-post-navi a.prev-post,
.pager-post-navi a.next-post{
	display:flex;
}

/* 【テーブルスタイル：初期】 */
.container table tr,
.container table tr:nth-of-type(2n+1),
.container table tr th,
.container table tr td{
	background:none;
	border:none;
}


/* 【ウジェット：コンテンツ下部】 */
.content-bottom-in{
	width:100%;
}


/* 【投稿ページ：アイキャッチ・P】 */
.eye-catch{
	margin: auto;
}
.eye-catch img{
	width:100%;
	max-width: 800px;
}
.single .main p{
	margin-bottom:1em;
}


/* 【問い合わせ等送信ボタン】 */
.wpcf7-form p{
	margin-bottom:1em;
}
.wpcf7 .wpcf7-submit:disabled{
	background-color: #eee;
	color:#303030;
}

input[type="submit"]{
	background-color: #1B5905;
	color:#fff;
}



/* -サイドメニュー- */
.widget-sidebar-title{
	text-align:center;
	background:#1B5905!important;
	color:#fff;
}

.widget_nav_menu .menu .menu-item{
	padding: 3px 0 3px 35px;
	letter-spacing:0.05em;
}
.widget_nav_menu .menu .line-01{
	border-bottom:solid 2px #1B5905;
}
.widget_nav_menu .menu .line-02{
	border-bottom:dashed 2px #A6D895;
}

.widget_nav_menu .menu .i-maru,
.widget_nav_menu .menu .i-sen{
	position:relative;
}
.widget_nav_menu .menu .i-maru::before,
.widget_nav_menu .menu .i-sen::before{
/* 	font-family: "Font Awesome 6 Free";
	font-weight: 900; */
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	color:#000;
}
.widget_nav_menu .menu .i-maru::before{
/*     content: '\f111'; */
	content:"●";
	font-size:1.3em;
}
.widget_nav_menu .menu .i-sen::before{
    content: '―';
}





/* 【共通css】************************************** */
.wrap-width{
	max-width:1200px;
	margin:auto;
}

.fl{
	display:flex;
	flex-wrap:wrap;
}
.fl-margin{
	margin:0;
}
.fl-item{
	width:calc((100% / 2) - 1em);
	margin:0 0.5em;
}
.fl-item_2{
	width:calc((100% / 2) - 1em);
	margin:0.5em;
}

.fl-R{
	flex-direction:row-reverse;
}

.hissu{
	color:red;
	font-size:.8em;
}

/* --テーブル-- */
.table-01 table tr,
.table-01 table tr:nth-of-type(2n+1){
	border-bottom:solid 1px #1B5905;
}
.table-01 table td{
	padding:0.5em 0;
}
.table-01 table td:nth-of-type(1){
	width:30%;
	padding-left:0.5em;
}

/* * */
.table-02 table{
	width:100%!important;
}
.table-02 table td{
	padding:0.5em 0;
}
.table-02 table td:nth-of-type(1){
	width:auto;
	padding-right:10px;
	white-space: nowrap;
}
.table-02 table td:nth-of-type(2){
	width:auto;
	white-space: nowrap;
	padding: 0 0.3em;
}
.table-02 table td:nth-of-type(3){
	border-bottom:solid 1px #c0c0c0;
}


/* -見出し- */
.article h2{
	position: relative;
	overflow: hidden;
	margin:2em 0 1em;
	padding: 12px 14px;
	color: #ffffff;
	background: #a6d895;
}
.article h2::before,
.article h2::after{
  	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	content: '';
}
.article h2::before{
	-webkit-transform: rotate(1.5deg);
	        transform: rotate(1.5deg);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
	background: #559f3b;
}
.article h2::after{
	-webkit-transform: rotate(-2.5deg);
	        transform: rotate(-2.5deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
	background: #1b5905;
}
.article h2 .h2-span{
	position: relative;
	z-index: 1;
}


.article h3{
/* 	text-align:center; */
	margin: 1.5em 0 1em;
	position: relative;
	padding-left: 30px;
}
.article h3::before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 20px #1B5905;
}
.article h3::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #1B5905;
}


/* -ボタン- */
.icon-but{
    position: relative;
    padding: 1em 2em 1em 0;
    background-color: #1B5905;
    color: white;
    text-decoration: none;
    transition: .5s;
	border-radius: 10px;
	text-align: center;
	font-size: 1.2em;
	width: 100%;
	max-width: 500px;
	margin: 0.8em auto;
	box-shadow:0px 2px 5px #202020;
}

.icon-but::before {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em 2em;
	background-color: #272E32;
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
/* 	content: "\f04e"; */
	content: "\f35a";
	border-radius: 0px 10px 10px 0;
}

.icon-but::after {
    position: absolute;
	top: 50%;
	right: 5em;
	height: 0;
	width: 0;
	border: solid transparent;
    border-right-color: #272E32;
	border-width: 10px;
	margin-top: -10px;
	content: "";
}

.icon-but:hover {
    opacity:0.7;
	color:#fff;
}



/* ===================================
TOP
=================================== */
.home main{
	background:#fff;
}
.home .main{
	padding:0;
	border:none;
}

.top-sec01,
.top-sec02,
.top-sec03,
.top-sec04{
	position:relative;
	margin-bottom:0;
	padding:0 1em 1.5em 1em;
}

.home h2{
	text-align:center;
	margin: 1.5em 0;
	padding:0;
	background:transparent;
	color:#202020;
}
.home h2::before,
.home h2::after{
	content:none;
}

/* -- */
.top-sec01{
	padding-top:5em;
}
.top-sec01 .text-area{
	width:95%;
	margin:auto;
}
.top-sec01 .text-area br {
	display: block;
	content: "";
	margin: 8px 0;
}
.top-sec01 .text-area .txt01{
	margin-bottom:2em;
}
/* -- */
.top-sec02 .box{
	margin: auto;
/* 	justify-content: center;
	width: 100%;
	max-width: 700px; */
}
.top-sec02 .box a{
	text-align:center;
	transition:.6s;
	margin:0.5em 0.5em;
}
.top-sec02 .box a:hover{
	opacity:.6;
}
.top-sec02 .box a img{
	box-shadow:0px 2px 3px #303030;
}

/* -- */
.top-sec03{
	padding-top:2em;
}
.top-sec03 img{
	box-shadow:0px 2px 10px #303030;
}
.top-sec03 a{
	transition:.6s;
}
.top-sec03 a:hover{
	opacity:.7;
}

/* -- */
.top-sec04{
	padding-bottom:5em;
}


/* ===================================
固定ページ
=================================== */

.entry-title,
.archive-title{
/* 	background: pink; */
	padding: 1em 0 1em 1em;
	position:  relative;
	padding-top: 50px;
    padding-left: 40px;  
	font-size:1.8em;
	letter-spacing:0.1em;
}
.entry-title::before,
.archive-title::before{
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 110px 80px; /* 三角を作る */
    border-color: transparent transparent #a6d895 transparent;
    position:  absolute;
    z-index:  -1;
    transform: rotate(30deg);
    top: -20px;
    left: 30px;
}
.archive-title .fa{
	display:none;
}

.P-main-text .text{
	text-align:center;
	font-size:1.5em;
	letter-spacing:0.1em;
}



/* -会社案内- */

.syozoku{
	gap: 0 !important;
}
.about-houshin{
	display:flex;
	justify-content:center;
}
.about-houshin .text{
	writing-mode: vertical-lr;
	font-size: 1.3em;
/* 	margin-top: 1em; */
	line-height: 3.5em;
	letter-spacing: 0.1em;
}


/* -ユニットハウス- */
.unit-03 .new-entry-cards{
	display:flex;
	flex-wrap:wrap;
}
.unit-03 .new-entry-cards a{
	width:calc((100% / 2) - 0.6em);
	margin:0.3em;
	border:solid 1px #c0c0c0;
}


/* -グレードハウスとは- */
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #D5E8CE;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #1B5905;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #1B5905;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}



/* -施工の流れ- */
.flow-box{
	border: solid 2px #1b5905;
	padding: 1em;
	border-radius: 20px;
	margin: 0;
	background: #f2ffee;
}
.flow-box .flow-icon{
	font-size: 5em;
	width: 20%;
	text-align: center;
}
.flow-box .text{
	margin: auto;
}
.flow-box .text .txt01{
	font-size: 2em;
	text-align:center;
}
.flow-arrow{
	font-size: 5em;
	color: #a6d895;
	text-align: center;
	margin: 0;
	display: block !important;
}


/* -プライバシーポリシー- */
.page-id-424 .main p{
	margin-bottom:1em;
}



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

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

@media screen and (max-width: 600px){

/* -施工の流れ- */
	.flow-box .flow-icon{
		font-size: 3em;
		width: 100%;
		line-height: 1.3em;
	}
	.flow-box .text .txt01{
		font-size: 1.6em;
	}
}

@media screen and (min-width: 480px){
	.sp-main,
	.sp-480{
		display:none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.pc-main{
		display:none;
	}
	.sp-main,
	.sp-480{
		display:block;
	}
	
	.icon-but::before{
		padding: 1em;
	}
	.icon-but::after{
		right: 3em;
	}
	
	.top-sec01 {
  		padding-top: 3em;
	}
	.top-sec02 .box a{
		width: calc((100% / 2) - 0.4em);
		margin: 0.2em 0.2em;
	}
	
/* -- */
	.entry-title,
	.archive-title{
		font-size:1.5em;
	}
	.P-main-text .text{
		font-size:1.3em;
	}
	
/* -会社案内- */	
	.about-houshin .text{
		font-size:1.1em;
	}
}













/* --ヘッダーメニュー--******************************************** */
.header-container-in.hlt-top-menu .logo-header,
.header-container-in.hlt-top-menu .logo-header img{
	max-height: 80px;
}
.logo img{
/* 	width:400px; */
}

.header-container-in.hlt-top-menu .navi {
  width: auto;
}

.H-info{
	margin:0 0 0 auto;
	padding:10px 10px;
}
.H-info .txt01{
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
}
.H-info .txt02{
	font-size: 1.5em;
	text-align: right;
	font-weight: bold;
	background: #1B5905;
	color:#fff;
	width: fit-content;
	margin: 0 0 0 auto;
	padding: 0.2em 1em;
	border-radius: 50px;
	box-shadow:0px 2px 2px #000;
}
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.H-info{
		display:none;
	}
}

/* --フッターメニュー--******************************************** */
.F-nav{
	background:#1B5905;
	color:#fff;
	padding:3em 0.5em 1em;
}
.F-nav .F-box{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.F-nav .F-pf{
	width: 30%;
}
.F-nav .F-fl{
	width: 70%;
}

.F-nav .F-pf .F-logo{
	width:50%;
	max-width:250px;
	display:block;
	margin-bottom:1em
/* 	margin:auto; */
}
@media screen and (max-width: 980px){
	.F-nav .fl{
		display:block;
	}
	.F-nav .F-pf,
	.F-nav .F-fl{
		width: 100%;
	}
	.F-nav .F-pf .txt{
		width:fit-content;
		margin:auto;
	}
	.F-nav .F-pf .F-logo{
		margin:auto;
	}
}

.F-nav a{
  color:#fff;
  text-decoration:none;
  width:100%;
	display:block;
}
.F-nav .menu-box{
	width:100%;
}
.F-nav .menu-box .title{
	width: 100%;
}
.F-nav .menu-box ul{
	list-style: none;
	padding: 0!important;
}
.F-nav .menu-box ul li{
	display:flex;
}
.F-nav .menu-box input{
	display:none;
}
.F-nav .F-fl p{
	width:100%;
	padding: 0.2em 0;
}
.F-nav .F-fl{
	display:flex;
	flex-wrap:wrap;
}
.F-nav .F-fl .F-fl_box{
	width:calc((100% / 3) - 1em);
	margin:0.5em;
}

@media screen and (min-width: 781px){
  .F-nav .sp{
    display:none;
  }
}
@media screen and (max-width: 781px){
  .F-nav .sp{
    display:block;
  }
  .F-nav .pc{
    display:none!important;
  }
  	.F-nav .F-fl p{
  		padding: 0.3em 0;
	}
	.F-nav .F-fl span{
  		padding:0;
	}
	.F-nav .menu-box .sp{
		pointer-events: all;
	}
	
	.F-nav .menu-toggle{
		height: 0;
		padding: 0 8px;
		transition: .2s;
		font-size:0.8em;
	}
	
	.F-nav input:checked + .menu-toggle{
		height: auto;
		padding: 8px;
	}
	.F-nav .menu-box ul li,
  .F-nav .link-border{
    border-bottom: solid 1px #000;
  }
	.F-nav .menu-toggle li{
/* 		padding: 0 8px; */
		line-height: 0;
	}
	.F-nav input:checked + .menu-toggle li{
		padding-top: 1em;
    	width:100%;
		line-height: 1.5;
	}
	
	.F-nav .menu-toggle .menu-toggle-item{
		visibility: hidden;
		opacity: 0;
		transition: 
			padding .2s,
			line-height .2s,
			visibility .1s,
			opacity .1s;
	}
	.F-nav input:checked + .menu-toggle .menu-toggle-item{
		visibility: visible;
		opacity: 1;
	}
	
	.menu-box label{
		position:relative;
		display: block;
	}
	/*矢印描画*/
	.menu-box label:before{
		content:"";
		display:block;
		width:10px;
		height:10px;
		border-top: #000 3px solid;
		border-right: #000 3px solid;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		position:absolute;
		right: 5%;
		top: 0;
		bottom: 15%;
		margin: auto;
	}
	.F-nav .menu-box label:before{
		border-top: #fff 3px solid;
		border-right: #fff 3px solid;
	}
	.F-nav .F-fl .F-fl_box{
	  width:90%;
	  margin:auto;
  }
}





/* --工事例：投稿カスタマイズ--******************************************** */
#Works-contents{
	display:flex;
	flex-wrap:wrap;
}
#Works-contents .mein-image{
	width:calc((100% / 2) - 1em);
	margin:0.5em;
}
#Works-contents .mein-image img{
	display:block;
	margin:auto;
}
#Works-contents .text-title{
	text-align:center;
	font-size:1.3em;
	background: #a6d895;
	color: #fff;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 480px){
	.Works-headline{
		font-size:1.3em;
	}
	#Works-contents .text-title{
		font-size:1.1em;
	}
	#item-contents .mein-image{
		width:70%;
		display:block;
		margin:0.5em auto;
	}
}


/* --ユニットハウス：投稿カスタマイズ--******************************************** */
#Unit-main-image img,
.Unit-award img{
	display:block;
	margin:0.5em auto;
}
.Unit-title .title{
	background:#a6d895;
	padding:0.3em 0 0.3em 0.5em;
}
.Unit-patent .text{
	font-size: 1.2em;
	background: #909090;
	width: fit-content;
	padding: 0.2em 1em;
	border-radius: 10px;
	box-shadow: 0px 2px 3px #303030,2px 2px 5px #eee inset;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin: 0 0 1em auto;
}
.Unit-table dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.Unit-table dl dt{
	background: #f5f5f5;
	padding: 5px;
	width: 25%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.Unit-table dl dd{
	background: #fff;
	padding: 5px;
	width: 75%;
	border-bottom: 1px solid #ccc;
	margin:0;
}

#featured_img{
	position:relative;
	margin-bottom:1em;
}
#featured_img img {
	
}
.thumb_img_inr{
	list-style:none;
	padding:0 15px!important;
	display:flex;
	flex-wrap: wrap;
}
.thumb_img_inr li {
	width: calc((100% / 4) - 0.4em);
	margin: 0 0 0 auto;
	cursor:pointer;
	transition:0.3s;
}
.thumb_img_inr li:hover{
	filter: brightness(100%);
}
.thumb_img_inr li img.active2{
	filter: initial;
}
.thumb_img_inr li img {
	width: 100%;
	margin: 0 0 auto;
}
@media screen and (max-width: 480px){
	.thumb_img_inr li{
		width: calc((100% / 2) - 0.4em);
	}
}

.VideoWrapper,
.Top-movie{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
 
.VideoWrapper iframe,
.Top-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 2023/02/21***************************************** */
.leaflet a i{
	padding-right:0.2em;
}
.leaflet-catalog{
	padding:0.5em 0.5em 0 0.5em;
}
.leaflet-link{
	display:flex;
	flex-wrap:wrap;
}
.leaflet-link a{
	margin:0 0.5em 0.5em 0.5em;
}
.page-id-503 hr{
	margin:1em 0!important;
}
.page-id-503  .mini{
	font-size:.8em;
	padding-top:0.3em;
}


/* 2023/07/19***************************************** */
.categoryid-6 .eye-catch{
	display:none;
}


/* 2024/02/06 */
.entry-categories-tags a{
	display:inline-block;
}




/* 2024/04/23 レンタルページ：カーシェア箇所*/
.car-share{
	display:flex;
	justify-content:space-between;
	border:solid 1px #606060;
	padding:0.5rem;
	color:var(--cocoon-text-color);
}
.car-share .img-area{
	width:40%;
	margin:auto!important;
}
.car-share .img-area p{
	font-size:0.6rem;
	word-break:break-all;
}
.car-share .text-area{
	width:55%;
	margin:auto!important;
}
.car-share .text-area .txt01{
	margin-bottom:0.3rem;
	line-height:1.5rem;
	font-weight:bold;
}
.car-share .text-area .txt02{
	font-size:0.8rem;
}
@media screen and (min-width:834px){
	.car-share .img-area p{
		font-size:0.8rem;
	}
	.car-share .text-area .txt02{
		font-size:0.9rem;
	}
}




