@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Scada:wght@700&display=swap');

.scada {
	font-family: 'Scada', sans-serif !important;
}
body {
    color: #222;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .post-wrap h3, .post-wrap h4, .post-wrapt h5, .post-wrap h6 {
    margin-top: 0;
}
.big {
	font-size: 1.4em;
}
.mincho {font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;}

.flexbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.ai_center {
	align-items: center;
}
.page-id-388 .entry-content,
.page-id-388 .entry-summary,
.page-id-10858 .entry-content,
.page-id-10858 .entry-summary,
.page-id-14093 .entry-content,
.page-id-14093 .entry-summary {
    padding: 0 0 1em;
}
.page-id-388 .page-wrap .container,
.page-id-10858 .page-wrap .container ,
.page-id-14093 .page-wrap .container {
    width: 100%;
}
.page-id-388 .intro,
.page-id-10858 .intro,
.page-id-14093 .intro {
    padding: 50px 0;
    border-top: 28px solid #E8E5E4;
    background: #F6F5F4;
}
.page-id-388 .intro h1,
.page-id-10858 .intro h1,
.page-id-14093 .intro h1 {
    color: #442516;
    font-size: 1.4rem;
}
.ul01 {
    padding: 0 0 0 2em;
}
.ul01 li {
    list-style: disc;
}/*
.btn01 {
    padding: 1em 3em;
    background: #2B1E0F;
    color: #fff;
    font-size: 1.8rem;
}*/
.btn01 {
	position:relative;
	color:#333;
    padding: 10px 30px;
	display:inline-block;
    text-decoration: none;
    outline: none;
	transition:all 0.3s ease-in-out;
}
.btn01::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #2B1E0F;
    border-right: 2px solid #2B1E0F;
    border-bottom: 2px solid #2B1E0F;
    border-left: 2px solid #2B1E0F;
    opacity: 0;
    transform: scale(0, 1);
    transition: all 0.3s;
}
.btn01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:#2B1E0F;
    transition: all 0.3s;
}
.btn01:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.btn01:hover::after {
    opacity: 0;
    transform: scale(0, 1);
}
.btn01 span {
	position: relative;
	z-index: 2;
	color: #fff;
    font-size: 1.6rem;
    transition: all 0.3s;
}
.btn01:hover span {/*
    letter-spacing: 2px;*/
	color: #333;
}
.btn02 {
    padding: 0.5em 2em;
     display: block; 
     border: 2px solid #2B1E0F; 
}
.btn02:hover {
	opacity: .7;
}
.ecomodule .s01 {
    padding: 0 0 50px;
    background: linear-gradient(180deg, #fff 0, #fff 44px,#F8F8F8 44px, #F8F8F8 100%);
}
.ecomodule .ttl01 {
    color: #442516;
    font-weight: 600;
    font-size: 2.2rem !important;
}
.ecomodule .ttl02 {
	margin: 0;
}
.ecomodule .ttl03 {
    margin: 0 auto 30px;
    padding: .3em 0 0.3em;
    color: #442516;
    font-size: 3rem;
    font-weight: 600;
    background: #F8F8F8;
    border-bottom: 2px solid #442516;
}
.ecomodule .ttl04 {
    margin: 0 auto 20px;
    padding: .3em 0;
    color: #442516;
    font-size: 2.8rem !important;
    font-weight: 600;
    border-bottom: 3px solid #442516;
}
.ecomodule .ttl06 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 7rem;
    color: #2B1E0F;
	line-height: 1;
}
.ecomodule .ttl07 {
    margin: 0 auto 30px;
    padding: .3em 0 0.3em;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 3px solid #442516;
}
.ecomodule .s01 .photo {
    padding: 0;
}
.ecomodule .s01 .photo li {
    width: 45%;
    margin: 0 auto 40px;
    padding: 2% 2% 24px;
    color: #442516;
    list-style: none;
    background: url(../images/arrow01.svg) #E6E3E2 no-repeat 100% 100% / 8%;
}
.ecomodule .s01 .photo li figure > .flexbox {
	align-items: center;
}
.ecomodule .s01 .photo li figure > .flexbox .kakaku01 {
	align-items: baseline;
}
.ecomodule .s01 .photo li figure p.txt01 {
    margin: .5em 0 1em;
    font-size: 1.8rem !important;
    font-weight: 600;
    display: inline-block;
}
.ecomodule .s01 .photo li figure img {
    margin: 0 0 12px;
    display: block;
}
.ecomodule .s01 .photo li figure figcaption {
    padding: 0 1em;
    color: #fff;
    background: #40220F;
    display: inline-block;
    margin-right: 1em;
    vertical-align: text-bottom;
}
.ecomodule .s01 .photo li figure span {
	font-size: 1.8em;
}
.ecomodule .s02 {
    background: #D8D4D2;
}
.ecomodule .s02 .w1000 {
	padding: 50px 50px 0;
    background: #fff;
}
.ecomodule .s03 {
    padding: 80px 0 0;
    background: #F8F8F8;
    border-bottom: 25px solid #DCDAD7;
}/*
.ecomodule .s03 h2 {
    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: 600;
}*/
.ecomodule .s03 h2 span {
	font-weight: 400;
	font-size: 1.8rem;
}
.ecomodule .s03 .box04 {
    width: 48%;
    padding: 50px;
    background: #fff;
    margin: 30px auto;
}
.ecomodule .plan_cont {
	padding: 50px 0;
}
.ecomodule .plan_cont table th {
    padding: 0 1.2em;
    color: #B7AA8A;
    position: relative;
}
.ecomodule .plan_cont table th::before {
    content: "";
    width: .7em;
    height: 4px;
    background: #B7AA8A;
    position: absolute;
    left: 0;
    top: 48%;
}
.ecomodule .plan_cont table td {
    font-weight: 600;
}
.ecomodule .plan_cont .ttl03 {
    margin: 0 auto 20px;
    background: linear-gradient(180deg, #fff 0, #fff 32px,#F8F8F8 32px, #F8F8F8 100%);
}
.plan_gallery {
	margin: 30px auto;
    padding: 0 0 50px;
    background: linear-gradient(180deg, #fff 0, #fff 50px,#DCDAD7 50px, #DCDAD7 100%);
}
.plan_flor .box04 {
    width: 48%;
    padding: 30px 30px 0;
    background: #E6E3E2;
    margin: 30px auto;
}
.plan_flor figcaption {
	margin: .5em 0;
    font-size: 2rem;
    letter-spacing: 5px;
}
.ecomodule .s05 {
    margin-top: -30px;
}/*
.ecomodule .s05 .cont01 {
    background: url(../images/ecomodule_img01.jpg?1) no-repeat 100% 0% / 71.62%, url(../images/ecomodule_bg01.svg) no-repeat 0% 100% / 60%;
    height: 780px;
    position: relative;
}*/
.ecomodule .s05 .cont01 {
    background: url(../images/ecomodule_img01.jpg?1) no-repeat 50% 0% / 71.62%;
    height: 780px;
    position: relative;
}
.ecomodule .s05 .cont01 .ttl05 {
    position: absolute;
    bottom: 100px;/*
    left: 27%;*/
    left: 10%;
}
.ecomodule .s05 .cont01 .ttl05 span {
    padding: .1em 1em;
    font-size: 3rem;
    color: #40220F;
    background: #DCDAD7;
    display: block;
    margin: 10px 0 0;
    font-weight: 600;
    letter-spacing: 2px;
}
.ecomodule .s05 .cont02 {
	align-items: center;
    justify-content: flex-start;
}
.ecomodule .s05 .cont02 .photo {
	min-height: 490px;
	padding: 0;
    background: url(../images/ecomodule_img02.jpg?1) no-repeat 0 0 / cover;
}
.ecomodule .s05 .cont02 .box04 {
	padding: 4%;
}
.ecomodule .s05 .cont02 .box04 .ttl04 {
    font-size: 2.5rem !important;
}
@media only screen and (min-width: 668px) and (max-width: 768px) {/*ipad縦*/
	.ecomodule .s05 .cont01 {
		background: url(../images/ecomodule_img01.jpg?1) no-repeat 100% 0% / 80%, url(../images/ecomodule_bg01.svg) no-repeat 0% 100% / 60%;
		height: 740px;
	}
	.ecomodule .s05 .cont01 .ttl05 {
		bottom: 100px;
		left: 4%;
	}
}

@media only screen and (max-width: 667px){
	
	.sp_mb0 {margin-bottom: 0 !important;}
	.sp_order1 {order: 1;}
	.sp_order2 {order: 2;}
	.btn01 {
		padding: 8px 30px;
		display: block;
		text-align: center;
	}
	.page-id-388 #main,
	.page-id-388 .entry-content,
	.page-id-388 .entry-summary,
	.page-id-10858 #main,
	.page-id-10858 .entry-content,
	.page-id-10858 .entry-summary,
	.page-id-14093 #main,
	.page-id-14093 .entry-content,
	.page-id-14093 .entry-summary {
		padding: 2em 0 0;
	}
	.page-id-388 .intro,
	.page-id-10858 .intro ,
	.page-id-14093 .intro {
		padding: 20px 0;
		border-top: 18px solid #E8E5E4;
	}
	.page-id-388 .intro h1 img,
	.page-id-10858 .intro h1 img,
	.page-id-14093 .intro h1 img {
		max-width: 210px;
	}
	.ecomodule .s05 .cont01 {
		background: rgb(220,218,215);
		height: auto;
		position: inherit;
	}
	.ecomodule .s05 .cont01 .ttl05 {
		position: inherit;
		margin-top: 15px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.ecomodule .s05 .cont01 .ttl05 span {
		padding: 0;
		font-size: 1.9rem;
		margin: 0;
		letter-spacing: 0px;
		display: inline;
	}
	.ecomodule .s05 .cont02 .photo {
		min-height: 220px;
	}
	.ecomodule .s05 .cont02 .box04 .ttl04 {
		font-size: 2.2rem !important;
	}
	.ecomodule .s01 h2 img {
		height: 80px;
	}
	.ecomodule .ttl01 {
		margin: 10px auto 15px;
		font-size: 2rem !important;
	}
	.ecomodule .ttl06 {
		font-size: 4rem;
	}
	.ecomodule .s01 {
		padding: 0 15px 15px;
	}
	.ecomodule .s01 .photo li figure p.txt01 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}
	.ecomodule .s01 .photo li {
		width: 100%;
		margin: 0 auto 30px;
		padding: 15px 15px 12px;
	}
	.ecomodule .s01 .photo li figure figcaption {
		font-size: .8em;
		letter-spacing: 1px;
	}
	.ecomodule .s01 .photo li figure > .flexbox .kakaku01 {
		width: 100%;
		margin: 12px auto 0;
		justify-content: flex-end;
	}
	.ecomodule .ttl02 {
		margin: 0 auto 20px;
	}
	.ecomodule .ttl03 {
		margin: 15px auto;
		padding: .5em 0;
		font-size: 2.4rem;
	}
	.ecomodule .ttl07 {
		margin: 0 auto 30px;
		padding: .3em 0 0.3em;
		font-size: 1.9rem !important;
		font-weight: 600;
		border-bottom: 3px solid #442516;
	}
	.ecomodule .s02 .w1000 {
		padding: 30px 0 0;
		background: #fff;
	}
	.ecomodule .s03 {
		padding: 30px 15px 0;
	}
	.ecomodule .s03 h2 img {
		height: 70px;
	}
	.ecomodule .s03 .box04 {
		width: 100%;
		padding: 15px;
		background: #fff;
		margin: 30px auto 0;
	}
	.ecomodule .s04 {
		padding: 30px 0;
	}
	.ecomodule .s04 .box04 {
		margin: 20px auto;
		width: 100%;
	}
	.ecomodule .plan_cont table {
		width: 100%;
	}
	.ecomodule .plan_cont table th,
	.ecomodule .plan_cont table td {
		width: 100%;
		display: block;
	}
	.ecomodule .plan_cont .ttl03 {
		margin: 0;
		padding: 0;
	}
	.ecomodule .plan_cont .ttl03 img {
		max-height: 90px;
	}
	.plan_gallery {
		margin: 0 auto 30px;
		padding: 0;
	}
	.plan_gallery > div > div {
		width: 50%;
		margin: 0 auto 30px;
		text-align: center;
	}
	.plan_gallery > div > div img {
		width: 88%;
	}

}
