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

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


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #b91f57;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #b91f57;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #8b1540;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #8b1540; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #b91f57;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #b91f57;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #b91f57;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #b91f57;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #b91f57;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #b91f57;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #b91f57;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #b91f57;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#FEEDD3;
	color:#333;
}

table.table2 th {
	background-color:#FEEDD3;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#b91f57;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#b91f57;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#b91f57;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#b91f57;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#b91f57;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#b91f57;
}

/* catch */

h3.h3Catch1 {
	color:#b91f57;
}

h3.h3Catch2 {
	color:#b91f57;
}

/* catchiphrase */

.catch1 {
	color:#b91f57;
}

.catch2 {
	color:#b91f57;
}

.catchS {
	color:#b91f57;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#b91f57;
	border-bottom:1px dotted #CCC;
}




/*//////////add//////////*/

@media only screen and (max-width: 600px){
#top-head .logo img {
    width: 200px;
}
}

.mtS{
	margin-top: 20px;
	}
	
	.mtM{
	margin-top: 40px;
	}
	
	.mtL{
	margin-top: 60px;
	}
	@media screen and (max-width: 768px){
	.mtM{
	margin-top: 30px;
	}
	.mtL{
	margin-top: 40px;
	}
	}
	
	.txt_strong{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.025em;
	}
	
	.txt_bold{
		font-weight: bold;
	}
	
	.txt_right{
	text-align: right;
	}
	.txt_center{
	text-align: center;
	}
	.txt_red_bold{
		color: #b91f57;
		font-weight: bold;
	}
	.bgGray{
		background: #eee;
		padding:10px 15px;
	}
	.list_yoko + .bgGray,
	.bgGray + .list_yoko{
		padding-top: 0;
	}


	.mw700{
	max-width: 700px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}
	.mw900{
	max-width: 900px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}
	.fbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.fbox_1_1 > *{
	width: 49%;
	}
	.fbox_1_1 > *:nth-child(2n){
	margin-left: 2%;
	}
	.fbox_1_1 > *:nth-child(n + 3){
		margin-top: 20px;
		}
	.fbox_2_1 > *:first-child{
	width: 65%;
	}
	.fbox_2_1 > *:last-child{
	width: 33%;
	}
	.fbox_1_2 > *:first-child{
	width: 33%;
	}
	.fbox_1_2 > *:last-child{
	width: 65%;
	}
	.fbox_3 > *{
	width: 32%;
	}
	.fbox_reverse{
	display: flex;
	/* max-width: 1100px; */
	margin: 0 auto;
	align-items: center;
	background: rgba(255,255,255,.85);
	}
	.fbox_reverse > *{
	width: 50%;
	}
	.fbox_reverseWrap > .fbox_reverse:nth-child(even){
	flex-direction: row-reverse;
	}
	.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
	padding: 30px;
	box-sizing: border-box;
	line-height: 1.8;
	/* background-color: #f5f5f5; */
	}
	@media screen and (max-width: 600px){
	.fbox_3 > *,
	.fbox_2_1 > *,
	.fbox_1_2 > *,
	.fbox_1_1 > *{
	width: 100% !important;
	margin-left: 0 !important;
	}
	.fbox_1_1 > *:nth-child(n + 3){
		margin-top: 0 ;
		}
	.fbox_3 > * + *,
	.fbox_2_1 > *:not(:last-child),
	.fbox_1_2 > *:not(:last-child),
	.fbox_1_1 > *:not(:last-child){
	margin-bottom: 20px !important;
	}
	.fbox_reverse{
	display: block;
	}
	.fbox_reverse > *{
	width: 100%;
	}
	.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
	padding:10px 20px;
	box-sizing: border-box;
	}
	}
	
	
	.check li{
	font-size: 18px;
	border-bottom: none;
	text-align: left;
	padding-left:24px;
	position:relative;
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.6;
	}
	
	.check li:before,
	.check li:after{
	content:"";
	display:block;
	position:absolute;
	}
	.check li:before{
	width:18px;
	height:18px;
	background:#b91f57;
	left:0;top:5px;
	
	}
	.check li:after{
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 6px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 10px;
	border-radius: 2px;
	}

	.linkNav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.linkNav > li{
		width: 24%;
		margin: 2px 0;
	}
	.linkNav > li a{
		padding: 5px 0;
		display: block;
		text-align: center;
		background-color: #b91f57;
		color: #fff;
		text-decoration: none;
	}
	@media screen and (max-width: 600px){
		.linkNav > li{
			width: 33%;
		}
		.linkNav > li:last-child{
			margin-right: auto;
			margin-left: calc(1% / 2);
		}
		.linkNav > li a{
     font-size: 90%;
		}

	}

	.list_maker,
	.list_yoko{
		background: #eee;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
	}
  .list_maker li,
	.list_yoko li{
		margin: 0 5px;
	}

	.list_yoko li::before{
		content:"・";
	}

	h5{
		border-left:3px solid #b91f57;
		padding-left: 5px;
		margin-bottom: 5px;
	}

	.kikan{
		border:1px solid #ccc;
		padding: 10px;
		margin-top: 10px;
	}

	.anchor {
		padding-top: 100px;
		margin-top: -100px;
		}
		/* @media screen and (max-width: 600px){

			.anchor {
		    padding-top: 60px;
    margin-top: -60px;
				}
		} */
#unitbus .txt_strong,
#kitchen .txt_strong,
#toilet .txt_strong,
#washbasin .txt_strong,
#waterheater .txt_strong{
	color: #b91f57;
}
	@media only screen and (max-width: 600px){
	.reform h3
	{
			font-size: 1.4em !important;
	}
}
table.table3 th {
	word-break: keep-all;
}