

@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/

/* 基本カラー  */

.fcBasic {
	color:var(--basic-color);
}


/* table  */ 

table.table2 th {
	background-color:#F79A86;
	color:#fff;
}

table.table3 th {
	background-color:#F79A86;
	color:#fff;
}

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}
	

/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catch3 {
	color:#EEA011;
}

/*circle-number*/

.circle-big {
	color:#EEA011;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#F3AC56;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#EE7E3C;
}

dl.faq dd::before {
	color: #FFF;
	background:#64A6D7;
}

/* 枠  */ 

.boxFrame {
	border:3px solid #F1C03F;
}

.boxFrameDouble {
	border:3px double #F1C03F;
}

.boxDot {
	border:2px dotted #F1C03F;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

@media only screen and (max-width: 768px) {
	
ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#00926e;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media only screen and (max-width: 600px) {
	
.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;	
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}


 /* wp info バージョン　*/
 
 .indexNews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}


.contNews {
}
  
.contNews ul {
	max-height:460px;
	overflow: auto;
}
 
.contNews ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: start; */
	
    margin-bottom: 1em;
    padding-bottom: 1em;
	margin-right:20px;
    border-bottom:#cccccc dashed 2px;
}

.contNews ul li:first-child {	
    margin-top: 1em;
}

.contNews .thumbnail {
    display: inline-block;
	margin-right: 20px;
	max-width:100px;
}
.contNews .date {
    margin-right: 20px;
    display: inline-block;
	vertical-align:top;

}
.contNews .wp_category {
    margin-right: 20px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
	background-color:#EC80AD; /* 色変え */
}
.contNews .title {
	display: inline-block;
}



@media only screen and (max-width: 768px) {
	
.newsLeft {
	width:100%;
}

.newsLeft h2 {
	display:inline-block;
	margin-right:0.5em;
}
	
.contNews {
	width:100%;
}
  


.contNews .thumbnail {
}

.contNews .data {

}
.contNews .title {

}


}

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


.contNews ul li {
	display: block;
}

.contNews .thumbnail {
	display: block;
	margin-right: 0;
	margin-bottom:10px;
}

.contNews .data {
	display:inline-block;
}

.contNews .wp_category {
    margin-right: 0;
	display:inline-block;
	margin-bottom:10px;
}

.contNews .title {
	display: block;

}


}




@charset "utf-8";
/*===========================
add
===========================*/

/* color:var(--basic-color); で利用 */
:root {
    --basic-color:#dd6c3b;
}

/* color:var(--basic-colorSub); で利用 */
:root {
    --basic-colorSub:#ffcab3;
}

/* color:var(--basic-color2); で利用 */
:root {
    --basic-color2:#3bdd93;
}

/*
rgba変換ジェネレーター
https://generator.web-alpha.info/rgba/index.php
*/

.fcBasic {
    color:var(--basic-color);
}

ul.fixRightBnr li.ameba a {
    background-color:#fa6218;
}

.boxFrame {
    border:3px solid var(--basic-color);
    background: rgba(255,255,255,.8);
}

.catch2 {
    color:var(--basic-color);
}

.catch3 {
    color:var(--basic-color);
}

.txtIconBlock {
    background-color:var(--basic-color);
}

.txtIconM {
    background-color:var(--basic-color);
}

.txtIconPoint {
    background-color:var(--basic-color);
}

.txtBnr a {
    background-color:var(--basic-color);
}

.txtBnr2 a {
    background-color:var(--basic-color);
}

.txtBnrBlock a {
    background-color:var(--basic-color2);
}

.txtBnrBlock2 a {
    background-color:var(--basic-color2);
}

.txtBnrTel a {
    background-color:var(--basic-color);
}

/*----------
flow
----------*/

.area_flowC .inner_flow .largeTxt {
    color:var(--basic-color);
}

/*----------
faq
----------*/

.question-title:before {
    background:var(--basic-color); /*要調整*/
}

.answer-text:before {
    background:var(--basic-colorSub); /*要調整*/
}

/*----------
table
----------*/

/* 普通のtable */

table.table2 th {
    background-color:var(--basic-colorSub); /*要調整*/
}

/* 縦に並ぶtable */

table.table3 th {
    background-color:var(--basic-colorSub); /*要調整*/
}

table td.tdColor {
    background-color:#fffbf8; /*要調整*/
}

table td.price {
    text-align: right;
}

/*----------
list
----------*/

ol.liNum li:before {
    background:var(--basic-color);
}

ol.liNumS li:before , ol.liNumS2 li:before {
    background:var(--basic-color);
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
    background-color:var(--basic-color);
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
    color:var(--basic-color);
}

ul.liBox li {
    background-color:var(--basic-color);
}

/*---------------
幅100％Flex画像
---------------*/

.contents-text h3::before {
    color: rgba(29,42,124,.2);/* 要調整 */
}

/*---------------
幅100％Flex(旧型)
---------------*/

.flex_box h3 {
    color:var(--basic-color);
}

/*---------------
ビフォーアフター
---------------*/

.imgBF .txtBef {
    background: rgba(187,152,70,.7); /* 要調整 */
}

.imgBF .txtAft {
    background: rgba(243,82,10,.8); /* 要調整 */
/*  background: rgba(198,9,23,.8); */
}

/*---------------
施工内容
---------------*/

.boxConst {
    border: dashed 1px #CBB69C;  /* 要調整 */
    padding:1.5em 1.5em 1.2em 1.5em;
    background: rgba(254,254,254,.9); /* 要調整 */
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius:10px;
}

.txtIcoConst {
    color:#FFF;
    background-color:#6A4E2F; /* 要調整 */
}

ul.liConst li {
    background-color:#f9f3d9; /* 要調整 */
}

/*---------------
上下中央揃え
---------------*/

.f-Vcenter-txtLeft {
    display:flex;
    justify-content:left;
    align-items:center;
    text-align:left;
    tbox-sizing: border-box;
}

/*---------------
代表氏名
---------------*/

.ceo_name {
    text-align: right;
    font-size: 110%;
}

/*---------------
特徴（番号付き）
---------------*/

.circle-big::before {
    background-color:var(--basic-color);
}

/*---------------
画像の上にテキストを重ねる
---------------*/

.waterMright {
    /* 背景黒 
    background: rgba(255,255,255,.2);
    */
    /* 背景白 */
    background: rgba(253,253,253,.8);
    z-index:10;
    padding:2em;
    margin-left:-15%;   
    /* 背景黒 
    text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
    */
    /* 背景白 */
    text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border:1px solid #f0f0f0;
}

.waterMright2 {
    /* 背景黒 
    background: rgba(255,255,255,.2);
    */
    /* 背景白 */
    z-index:10;
    padding:2em;
    margin-left:-15%;   
    /* 背景黒 
    text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
    */
    /* 背景白 */
    text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}

.waterMleft {
    /* 背景黒 
    background: rgba(255,255,255,.2);
    */
    /* 背景白 */
    background: rgba(253,253,253,.8);
    z-index:10;
    padding:2em;
    margin-right:-15%;  
    /* 背景黒 
    text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
    */
    /* 背景白 */
    text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border:1px solid #f0f0f0;
}

.waterMrightFeat {

    background: rgba(253,253,253,.9);
    z-index:10;
    padding:2em 3em 4em 3em;
    margin-left:-15%;   

    text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border:1px solid #f0f0f0;
    
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius:5px;
}

.waterMleftFeat {
    background: rgba(253,253,253,.9);
    z-index:10;
    padding:2em 3em 4em 3em;
    margin-right:-15%;
    text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border:1px solid #f0f0f0;
    
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius:5px;
}

.waterFeatTxt {
    writing-mode: vertical-lr;
    color:#999;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin-bottom:2em;
    font-size:0.9em;
}

.text-shadow-non {
    text-shadow:none !important;
}

.waterTit {
    font-size:2.2em;
    line-height:1.2em;
    margin-bottom:0.8em;
    
    padding-left:1em;  
    text-indent:-0.5em; 
}

.waterTitMark {
    font-size:80%;
    color:var(--basic-color);
    display:inline-block;
    padding-right:0.4em;
    
    vertical-align: top;
    position: relative;
    top: 0.2em;
}


.boxDummy {
    text-align:center;
    background-color: #CCC;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    box-sizing: border-box;
    padding:1em;
}

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

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , f-item4-5-t1 , .f-item1-6-t1 {
    width: 100%;
}


.f-item1-3-t2 , .f-item1-4-t2 , .f-item1-5-t2 , .f-item1-6-t2 {
    width: 49%;
}


.f-wrap-cen .f-item1-3-t2 {
    margin:0 3px 30px 3px;
}


.f-item1-5-t3 , .f-item1-6-t3 {
    width: 31%;
}

}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
    width: 100%;
    margin-bottom:30px;
}

.f-wrap-cen .f-item1-3-t2 {
    margin:0 0 30px 0;
}

.f-item1-3-t2 , .f-item1-4-t2 , .f-item1-5-t2 , .f-item1-6-t2 , .f-item1-5-t3 , .f-item1-6-t3 {
    width: 100%;
    margin-bottom:30px;
}

.f-item1-2-USU {
    box-sizing: border-box;
    margin-bottom:10px;
}

.waterMright , .waterMright2 {
    padding:1.5em 1em;
    margin-left:0;  
}

.waterMleft {
    padding:1.5em 1em;
    margin-right:0; 
}

.waterMrightFeat {
    padding:1.5em 1em;
    margin-left:0;  
}

.waterMleftFeat {
    padding:1.5em 1em;
    margin-right:0; 
}

.waterFeatTxt {
    writing-mode:horizontal-tb;
    margin-bottom:0.8em;
}

.waterTit {
    font-size:1.6em;
    line-height:1.2em;
    margin-bottom:0.8em;
    
    padding-left:1em;  
    text-indent:-0.5em; 
}

.spOrder1 {
    order:1;
}

.spOrder2 {
    order:2;
}

.spOrder3 {
    order:3;
}

.spOrder4 {
    order:4;
}

.spOrder5 {
    order:5;
}

.spOrder6 {
    order:6;
}

}

/*---------------
box03
---------------*/

.box03 .in01{
    display: flex;
    border-bottom: #eeeeee solid 2px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
    .box03 .in01{
        display: block !important;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}


.box03 .in01:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.box03 .st{
    background-color: var(--basic-color);
    width: 130px;
    height: 130px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 600px) {
    .box03 .st{
        width: 100px;
        height: 100px !important;
        margin: 0 auto 30px;
    }
}


.box03 .st .st-box{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.box03 .st .st-box p{
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .box03 .st .st-box p{
        font-size: 2.5em;
    }
}


.box03 .st .title{
    font-size: 1.5em !important;
    margin-bottom: 15px;
    margin-top: -20%;
}
@media screen and (max-width: 600px) {
    .box03 .st .title{
        margin-bottom: 0;
        margin-top: -25%;
        font-size: 1.0em !important;
    }
}


.box03 .de01{
    padding: 0 10px 0;
    margin-left: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .box03 .de01{
        width: 75%;
        margin: 0 0 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .box03 .de01{
        width: 100%;
        margin: 0 !important;
    }
}


@media screen and (max-width: 600px) {
    .box03 .de01 .catch2{
        text-align: center;
        font-size: 1.5em;
    }
}


.box03 .contactBtnWrap{
    text-align: left;
}
@media screen and (max-width: 600px) {
    .box03 .contactBtnWrap{
        text-align: center;
    }
}


.box03 .contactBtnWrap .contactBtn{
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .box03 .contactBtnWrap .contactBtn{
        margin-bottom: 10px;
    }
    .box03 .contactBtnWrap .contactBtn:nth-child(n+3){
        padding-bottom: 0;
    }
}

/*---------------
add
---------------*/

.no_text_shadow {
    text-shadow: none!important;
}

.on_text_shadow {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff;
}

.no_box_shadow {    
    box-shadow: none!important;
}

a img:hover {
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)"; 
    -moz-opacity:0.9; 
    -khtml-opacity: 0.9; 
    opacity:0.8;
    zoom:1;
    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.bgBnr {
    padding: 4vw 2vw;
    background-image: url(../img/top/4.jpg);
    background-size: cover;
    background-position: center;
}

.bgBnr2 {
    padding: 4vw 2vw;
    background-image: url(../img/content/6.jpg);
    background-size: cover;
    background-position: center;
}

.bgBnr3 {
    padding: 4vw 2vw;
    background-image: url(../img/content/9.jpg);
    background-size: cover;
    background-position: center;
}

.img_no_radius {
	border-radius: 0 !important;
}








