@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;700;900&family=Sawarabi+Mincho&display=swap');

body{
color: #482e00;
}
.wrapper {
    max-width: 1000px;
}
html {
    scroll-behavior: smooth;
}
#main{
}
body.home #page,
#footer{
background: url(images/home-bg.png) #f7f0de top -250px center no-repeat;
}


#page{
background: url(images/home-bg.png) top -250px center no-repeat;
}

#header .description{
background: rgba(255, 255, 255, 0.48);
}
#global-header{
position: relative;
}
#global-header #header-main{
float: left;
width: auto;
}
#header .sitetitle,
#header #access{
display: inline-block;
vertical-align:bottom;
float: none;
}
#access{
background: rgba(255, 255, 255, 0.50);
max-width: none;
width: 100%;
}
#header #access .menu-access-container{
max-width: 1000px;
margin: auto;
}

#access > div > ul li li{
	text-align: left;
}

#access > div > ul li li a{
	width: auto;
	white-space: normal;
	display: inline-block;
	min-width: 12em;
}


#foot-shopinfo-sub,
#header-sub{
position: relative;
/*font-size: 1.1em;*/
max-width: 600px;
}



#header-sub .profile_inquiry_tel .telnum{
font-size: calc(50% + 1.5vw) ;
color: #F20E4B;
}

#header-sub .profile_inquiry_tel a{
color: #F20E4B;

}

#header-sub .profile_inquiry_tel .telnum:before{
content: 'Tel.';
font-size: 0.7em;
}
#header-sub .menu-head_link-container{
padding-top: 1em;
}
#menu-head_link{
text-align: center;
}

#foot-shopinfo-sub .menu-item a,
#header-sub .menu-item a{
background: none;
padding-left: 0;
color: #5d452b;
}

#foot-shopinfo-sub .menu-item a:before,
#header-sub .menu-item a:before{
content: "\f0da";
font-family: FontAwesome;
color: #88AF66;
margin-right: 0.5em;

}
#header-sub .contact-tel,
#header-sub .header_inquiry{
display: inline-block;
margin: 0;
vertical-align: middle;
  padding-top: 1rem;
}
#header-sub .profile_inquiry_tel{
padding-top: 0;
  line-height: 1.3;
}
#header-sub .header_inquiry a{
background: #BC0000;
color: #fff;
padding: 0.75em 2em;
font-size: calc(80% + 0.4vw) ;
display: block;
border-radius: 3px;
}
#header-sub .snsicons{
   display: inline-block;
   width: 60px;
   vertical-align:bottom;
}
#header-sub .snsicons a.snsicon-ig{
border-radius: 0.5rem;
overflow: hidden;
}
@media screen and (max-width: 575.98px) {
#header-sub .snsicons{
   width: 45px;
}

}
#header-sub .contact-tel .opning-hour-day{
   text-align: left;
}


/*CAROUSEL*/
#home-carousel{
	display: block;
	background: #fff;
	letter-spacing: 1%;
	margin: auto;
	padding: 0.7em 1.5em;
	z-index: 55;
	position: relative;
	overflow: hidden;
}
#inc-eventposts .post-edit-link,
#home-carousel .post-edit-link{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: #fff;

}
	
#calousel_ttl .ttl{
	margin: 0 auto 0.7em;
	display: block;
}

#inc-eventposts{
	position: relative;
}
#inc-eventposts .owl-carousel .owl-nav{
	display: block;
	margin-top: 0;

}

#inc-eventposts .owl-carousel .owl-nav button{
	opacity: 0;
	display: block;
	margin: 0;
	border-radius: 0;
	background: rgba(0,0,0,0.80);
	color: #fff;
	top: 20%;
	position: absolute;
	line-height: 52px;
	transition: all .3s ease;
}
#inc-eventposts .owl-carousel:hover .owl-nav button{
	opacity: 0.7;
	transition: all .3s ease;
}

#inc-eventposts .owl-carousel .owl-nav.disabled {
	display: block !important;
}
.owl-carousel .owl-nav button{
	display: block;
	width: 32px;
	height: 55px;
	overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next{
	right: -55px;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -55px;
}

.owl-carousel:hover .owl-nav button.owl-next{
	right: 0;
}
.owl-carousel:hover .owl-nav button.owl-prev{
	left: 0;
}


.owl-carousel .owl-nav button.owl-next:before{
font-family: "FontAwesome";
font-size: 40px;
display: inline-block;
content: "\f105";	
}
.owl-carousel .owl-nav button.owl-prev:before{
font-family: "FontAwesome";
font-size: 40px;
display: inline-block;
content: "\f104";}


@media screen and (min-width: 1000px) {
#header-sub{
}
}

@media screen and (max-width: 999px) {
#header-sub{
width: 65% !important;
float: right !important;
margin: 0 !important;
}
#header .sitetitle{
width: 35% !important;
}
#header .sitetitle > a{
display: block;
width: 100%;
}
#header .sitetitle > a > img{
width: 100%;
height: auto;
}
}

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

#header-sub{
width: 100% !important;
float: none !important;
margin: auto;
}
#header .sitetitle{
width: 100% !important;
}

#header .sitetitle > a >img{
max-width: 200px !important;
display: block;
margin: auto;
}
}

#access{
position: relative;
}

#access > div > ul {
text-align: center;
}
#access > div > ul > li{
float: none;
display: inline-block;
}


#access > div > ul > li > a{
background: none;
font-size: 1rem;
height: auto;
padding: 1em 0 1em 1em;
}
#access > div > ul > li > a:after{
content: '|';
display: inline-block;
margin-left: 2em;
}


@media screen and (max-width: 999px) {
#access > div > ul > li > a:after{
content: none;
}
}



#access > div > ul > li:last-child > a:after{
content: none;
}
#access > div ul ul{
width: 10em;
float: none;
}
.menu-main-menu-container{
display: none;
}


#topinfo.topinfo-home{
position: relative;
top: 0;
left: 0;
right: 0;
z-index: 1;

}
body #header .menu-mobile-nav-container li a{
background: #BC0000;
}



/*HOME*/

.home-bnrs{
margin-bottom: 3em;
}


body.home #breadcrumb{
display: none;
}
body.home #main{
max-width: none;
}

body.home #content > .wrapper{
max-width: 1000px;
margin: auto;
}

body.home #header{
margin-bottom: 4em;
}
.home_content_title{
font-weight: normal;
text-align: center;
background: #faf8f4;
font-size: calc(50% + 1.5vw) ;
padding: 0.7em;
line-height: 1.7em;
margin: 0.7em 0;

}
.home_content_title:before{
content: '＼'
}
.home_content_title:after{
content: '／'
}

.btn a,
.entry-content .btn a{
padding: 0.1em 1em;
}
.arrow.btn a{
font-size: calc(80% + 0.4vw) ;
padding: 0.3em 1em;

}
#topinfo-home{}

#marusai-points{
max-width: 720px;
margin: auto;
width: 100%;
margin-top: -50px;
margin-bottom: 50px;
}

#marusai-points.flexbox li{
width: 30%;
list-style: none;
margin: 1.5%;
text-align: center;
background-size: contain;
font-size: 1.2rem;
    -moz-transition: -moz-transform 0.2s ;
    -webkit-transition: -webkit-transform 0.2s ;
    -o-transition: -o-transform 0.2s ;
    -ms-transition: -ms-transform 0.2s ;
    transition: transform 0.2s ;
	z-index: 1;position: relative;
}
#marusai-points.flexbox li:hover{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
	z-index: 2;
}

#home-concept{
font-size: 1.2em;
line-height: 1.6em;
padding-bottom: 1.5em;
}
#home-concept h1.title{
font-size: calc(50% + 1.5vw) ;

font-weight: normal;
vertical-align: middle;
border-bottom: 1px solid #5d452b;
padding-bottom: 0.5em;
}

#home-concept h1.title:before{
content: '';
width: 2em ;
height: 2em;
display: inline-block;
margin-right: 0.8em;
background: url(images/h2@2x.png) center;
background-size: contain;
vertical-align: middle;
}

#home-concept .r-box{
padding: 0 1em;
box-sizing: border-box;

}
#home-concept .btn a{
background: #C64B49;
opacity: 1;
}
#home-concept .btn a:hover{
opacity: 0.8;
}




#content.home{
padding-top: 2em;
}
#home-news{
border: 2px solid #ffba37;
border-radius: 15px;
padding: 0 1.5em;
box-sizing: border-box;
}
#home-news > .title{
padding-top: 0;
margin-bottom: 0;
margin-top: -1em;
font-weight: normal;
font-size: calc(50% + 1.5vw) ;
}
#home-news > .title span{
display: inline-block;
}
#home-news > .title img{
vertical-align: middle;
display: inline-block;
}

#home-news .btn.arrow{
text-align: left;
}
#home-news .btn a{
background: #482E00;
opacity: 1;
}
#home-news .btn.arrow a:hover{
opacity: 0.8;
}


@media screen and (min-width: 1000px) {
.home_content_title,
#home-news > .title,
#home-concept h1.title{
font-size: 27px;
}
}
@media screen and (max-width: 599px) {
.home_content_title,
#home-news > .title,
#home-concept h1.title{
font-size: inherit;
}
}


.posts .post.style-headline .tmb-icon{
display: inline-block;
}

.posts .post.style-headline .title{
width: calc( 100% - 14em );
}

#home-reform{}

#home-reform .flexbox .w25{
max-width: 180px;
margin: 0;
}
#home-reform .flexbox .w50{
width: calc( 100% - 380px  );
}

#home-reform .arrow.btn a,
#home-example .arrow.btn.toindex a{
background: #3C8400;
padding: 0.5em ;
width: 70%;
max-width: 450px;
box-sizing: border-box;
opacity: 1;
}
#home-reform .arrow.btn a:hover,
#home-example .arrow.btn.toindex a:hover{
opacity: 0.8;
}


#home-example-set,
#home-renovation{
	position:relative;
	padding: 0 10px;
}
#home-example-set .posts{
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}

#home-example-set .posts.flexbox .post{
	width: 30%;
	display:inline-block;
	box-sizing: border-box;
	padding: 0;
	margin: 1.5%;
	text-align: left;
}
#home-example-set .posts.flexbox .post .title{
font-size: 1em;}




/*ZEH*/
#home-zeh{
margin-bottom: 4em;
color:  #333;
padding: 1em 2em;
background: #fff;
border-radius: 0.8em;
margin-bottom: 4em !important ;
}

#home-zeh .r-box.w50{
max-width: 250px;
width: 100%;
}
#home-zeh .l-box.w50{
max-width: 600px;
width: 100%;
}

#home-zeh .title{
line-height: 1.7em;
margin-top: 0;
}
#home-zeh .l-box .title{
font-size: 1.3em;
color: #2b8436;
}

#home-zeh .milestone{
  margin-top: 1em;
}
#home-zeh .milestone .title{
margin-bottom: 0.5em;
}
#home-zeh .milestone .title span{
display: inline-block;
padding-right: 0.5em;
background: #fff;
}

#home-zeh .milestone li{
display: inline-block;
margin-right: 1.5em;
}
#home-zeh .milestone li:first-child{
}
#home-zeh .milestone ul{
border-top: 1px solid #2b8436;
margin-top: -1.5em;
padding-top: 1.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #2b8436;
}

#home-zeh .milestone table{
  width: 100%;
}
#home-zeh .milestone td,
#home-zeh .milestone th{
  border: 1px solid #00ab4d;
  text-align: center;
  padding: 0.3em 0.5em;
  line-height: 1.4em;
}
#home-zeh .milestone th{
  background: #d6ebbb;
}



.posts .post.style-voice,
.posts .post.style-example{
background: #F5F1ED;
padding: 10px;
}
.posts .post.style-voice .thumbnail .attachment,
.posts .post.style-example .thumbnail .attachment{
background: #F5F1ED;
padding-top: 75%;
}

@media screen and (min-width: 700px) {
#home-example-set .homecontent-header span{
width: 100%;
}


.posts .style-example.post{
		border: none;
		display: block;
		width: 30%;
		width: -webkit-calc(100% / 3 - 3.6%);
		width: calc(100% / 3 - 3.6%);
		vertical-align: top;
		position: relative;
		margin-bottom: 3em;
		margin-right: 5%;
		margin-left: 0;
	}
	.posts .style-example.post:nth-child(3n){
	margin-right: 0;
	}

}

@media screen and (max-width: 699px) {
.posts .style-example.post{
width: 48%;
margin:0 1% 2em;
}
}
@media screen and (max-width: 479px) {
.posts .style-example.post{
}
.posts .post.style-voice .thumbnail .attachment,
.posts .post.style-example .thumbnail .attachment{
padding-top: 0;
}
.posts .post.style-voice .thumbnail .attachment img,
.posts .post.style-example .thumbnail .attachment img{
transform: none;
width: 100%;
}

}

.include-shiryou{
background: #5d452b;
color: #e8e4e1;
text-align: center;
border-radius: 10px;
padding-top: 1.5em;
padding-left: 0.8em;
padding-right: 1.8em;
padding-bottom: 0;
margin: 3em auto 4em;
box-sizing: border-box;
}

.btn.toshiryou a{
background: #a6b533;
opacity: 1;
width: 100%;
box-sizing: border-box;
padding: 0.5em;
}
.btn.toshiryou a:hover{
opacity: 0.8;
}
.include-shiryou .cell02 .inbox{
color: #d9c5b2;
border: 1px solid #d9c5b2;
border-radius: 5px;
margin-bottom: 0.5em;
}
.include-shiryou .cell02 .inbox a{
color: #fff;
}

.include-shiryou .cell02 .inbox span{
display: inline-block;
}
.underline{
text-decoration: underline;
}
.include-shiryou .cell01 .title{
margin-top: 0;
color: #fff;
}
.include-shiryou .cell01 p span{
display: inline-block;
}

.include-shiryou .cell03 .inc_shiryou-img{
margin-bottom: 0.5em;
}
@media screen and (max-width: 639px) {
.include-shiryou .w33,
.include-shiryou .r-box.w66{
width: 100%;
}
}



.entry-content h2,
.home_title_h2{
font-weight: normal;
vertical-align: middle;
border-bottom: 1px solid #5d452b;
padding-bottom: 0.5em;
padding-left: 0;
background: none;
}
.entry-content h2:before,
.home_title_h2:before{
content: '';
width: 2em ;
height: 2em;
display: inline-block;
margin-right: 0.8em;
background: url(images/h2@2x.png) center no-repeat;
background-size: contain;
vertical-align: middle;
}
#home-event {
margin-bottom: 3em;
}
#home-event .posts{
padding-bottom: 1em;
}
.post.style-event{
border-bottom: 1px dotted #ccc;
padding: 1em 0 ;
}
.posts .post.style-event .inbox > .title
{}
.posts .post.style-event  .todetail a[rel="bookmark"]{
background: #C64B49;
opacity: 1;
}
.posts .post.style-event  .todetail a[rel="bookmark"]:hover{
opacity: 0.8;
}


@media screen and (min-width: 1000px) {
}

@media screen and (max-width: 699px) {
#home-reform .flexbox .w50{
width: 100%;
padding: 1em 0;
}
#home-reform .flexbox .w25{
width: 48%;
max-width: 200px;
}

#home-reform .flexbox .home-reform_img01{
order:1;
}
#home-reform .flexbox .home-reform_img02{
order:2;
}
#home-reform .flexbox .home-reform_text{
order:3;
}

}


/*ENTRY*/
.posts .post .tmb-icon.new{
background: url("images/icon_new.png") no-repeat;
width: 70px;
height: 20px;
}
.posts .post .title{
font-size: 1.3em;
}

.title.ribbon{
padding: 0.5em;
border-radius: 3px;
}

/*PAGE*/

/*ZEH*/
#main.page-zeh .entry-content{
background: #fff;
}
#main.page-zeh .entry-content > .inbox{
padding: 0 1em;
}


table.zeh_fukyu{
width: 100%;
}
table.zeh_fukyu th,
table.zeh_fukyu td{
border: 1px solid #999;
text-align: center;
}
table.zeh_fukyu th{
background: #e4d8cc;
}

table.zeh_fukyu td.jisseki{
background: rgba(255,232,232,1.00);
}

table.zeh_fukyu td.mokuhyou{
background: rgba(217,237,255,1.00);
}





.todetail.arrow{
text-align: right;
}
.todetail.arrow a{
border-radius: 3px;
border: 1px solid #707070;
text-decoration: none;
padding: 0.4em 1em;
color: #707070;
display: inline-block;
font-size: calc(80% + 0.4vw) ;
line-height: 1.4em;

background: rgba(255,255,255,0.30);
}

.todetail.arrow a:hover{
background: rgba(255,255,255,1.00);
}



.todetail.arrow a:after{
content: "\f0da";
font-family: FontAwesome;
font-size: 1.5em;
display: inline-block;
vertical-align: middle;
margin-left: 0.3em;

}
.box_beige{
background: #F8F2E2;
padding: 1.5em;
}


.page_catchcopy{
text-align: center;
border: 1px solid #707070;
border-radius: 5px;
margin: 2em auto;
background: rgba(255,255,255,0.5)
}


.entry-content .page_catchcopy p{
font-size: calc(80% + 1.0vw) ;
line-height: 1.7em;
margin: 0.7em 0;
}


.title.ribbon span{
 display: inline-block;
 }




.example_box .w33{
max-width: 280px;
}
.example_box .title,
.box_beige .title{
border-bottom: 2px dotted #707070;
}
.example_box .title h3,
.box_beige .title h3{
background: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0.5em;
border-bottom:none;
display: inline-block;
vertical-align: middle;
}

.entry-content h2.page_catchcopy{
padding: 0.8em 0;
}
.entry-content h2.page_catchcopy:before{
content: none;
}

.example_box .brackets{
background: none;
padding-left: 0;
margin-top: 2em;
font-size: 1.1em;
}

.example_box ol,
.box_beige ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.example_box ol li,
.box_beige ol li{
padding-left: 2em;
position: relative;
}
.example_box ol li:before,
.box_beige ol li:before{
 content: counter(my-counter);
counter-increment: my-counter;
display: block;
float: left;
line-height: 1.5em;
margin-left: -2em;
text-align: center;
height: 1.5em;
width: 1.5em;
border-radius: 50%;
border:1px solid #482e00;
}


.contents_nav{
display: block;
width: 100%;
}

.contents_nav ul{
margin-left:auto;
margin-right: auto;
justify-content: center;
}
.contents_nav li{
display: block;
list-style: none;
margin: auto;
}
.contents_nav li a{
text-align: center;
display: block;
background: #BC0000;
text-decoration: none;
box-sizing: border-box;
opacity: 1;
position: relative;

}
.contents_nav a:after{
content: "\f101";
font-family: FontAwesome;
display: block;
font-size: 1.8em;
position: absolute;
bottom: 0.5em;
left: 0;
right: 0;
}
.contents_nav a:hover{
opacity: 0.7;
}
@media screen and (min-width: 640px) {
.contents_nav a {
font-size: 20px;
}
}

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

.contents_nav li{
width: 100%;
margin-bottom: 0.2em;
}
.contents_nav a{
padding:0.3em 0.3em 0.3em 2em;
margin-bottom: 0.2em;
}
.contents_nav a:after{
left: -90%;
top:calc( 50% - 0.5em );
bottom: auto;
}

}


/*IEDUKURI*/
#main.page-iedukuri #topinfo,
#main.page-iedukuri{
max-width: none;
}
body.page-id-11 #main .entry-content{
background: url(images/home-bg.png) top 0px center repeat-y;
}



#main.page-iedukuri #topinfo .eyecatch{
background: #fff;
width: 100%;
height: auto;
margin: 0 auto;
position: relative;
}

#main.page-iedukuri #topinfo .eyecatch p{
position: absolute;
text-align: center;
margin: auto;
display: block;
left: 0;
right: 0;
top: 10%;

font-size: calc(50% + 1.5vw) ;

line-height: 1.7em;

}
@media screen and (max-width: 639px) {
#main.page-iedukuri #topinfo .eyecatch p{
background: rgba(255,255,255,0.5);
}
}


#main.page-iedukuri h1.entry-title,
#main.page-iedukuri #form{
max-width: 1000px;
margin: auto;
}


#iedukuri_points .iedukuripoint {
margin-bottom: 3em;
}
.iedukuripoint h3.title{
background: none;
padding-left: 0;
border-bottom: none;
font-weight: normal;
}

.iedukuripoint .title.ribbon{
 color: #fff;
 border: none;
 padding: 0;
 margin-top: 0.5em;
 margin-bottom: 1.5em;
 }

  .iedukuripoint .title.ribbon:before{
  width: 3em;
  height: 3em;
  margin-top: -0.4em;
  margin-bottom: -0.4em;
  margin-left: 0.4em;
  }
 .iedukuripoint.iedukuripoints01 .title.ribbon{
 background: #C64B49;
 }
.iedukuripoints01 .todetail.arrow strong,
.iedukuripoint.iedukuripoints01 .todetail.arrow a:after{
 color: #C64B49;
 }
 .iedukuripoint.iedukuripoints02 .title.ribbon{
 background: #7CA23F;
 }
.iedukuripoints02 .todetail.arrow strong,
 .iedukuripoint.iedukuripoints02 .todetail.arrow a:after{
 color: #7CA23F;
}
 .iedukuripoint.iedukuripoints03 .title.ribbon{
 background: #F19224;
 }
 .iedukuripoints03 .todetail.arrow strong,
 .iedukuripoint.iedukuripoints03 .todetail.arrow a:after{
 color: #F19224;
}
  .iedukuripoint .w33{
  max-width: 285px;
}


/*GENKINAROUGO*/
#main.page-genkinarougo{
}
#main.page-genkinarougo .title.ribbon:before{
content: none;
}
#main.page-genkinarougo .title.ribbon{
background: #C64B49;
color: #fff;
border: none;
 text-align: center;
}

#main.page-genkinarougo .page_catchcopy{
color: #C64B49;
border-color: #C64B49;
}
.genkinarougo_spec{
background: #F8F2E2;
margin-bottom: 1.5em;
padding: 1.5em;
}
.genkinarougo_spec .title{
color: #C64B49;
border-bottom: 2px dotted #707070;
}
.genkinarougo_spec .title h3{
background: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0.5em;
border-bottom:none;
display: inline-block;
vertical-align: middle;
}
.genkinarougo_spec .title small{
line-height: 1.5em;
display: inline-block;
vertical-align: middle;
}

.genkinarougo_spec .w33{
max-width: 250px;
}
.jimoto_tsuyomi{
margin-top: 2em;
}
.jimoto_tsuyomi .page_catchcopy{
max-width:550px;
margin-right: 1em;
color: #0263af !important;
border-color: #0263af !important;
margin-top: 0 !important;
}
.jimoto_tsuyomi .w33{
width:calc( 30% - 1em );
}
@media screen and (max-width: 479px) {
.jimoto_tsuyomi .page_catchcopy p{
padding-top: 0.5em;
}
.jimoto_tsuyomi .w33{
width:50%;
float: right;
margin-top: -1em;
position: relative;
z-index: 99;
}

}

/*kaigofutan*/
#main.page-kaigofutan .title.ribbon:before{
content: none;
}
#main.page-kaigofutan .title.ribbon{
background: #4C7707;
color: #fff;
border: none;
text-align: center;
}

#main.page-kaigofutan .page_catchcopy{
color: #4C7707;
border-color: #4C7707;
}

.kaigofutan_example{
background: #F8F2E2;
margin-bottom: 1.5em;
padding: 1.5em;
}




.kaigofutan_example .title{
color:#4C7707;
border-bottom: 2px dotted #707070;
}
.kaigofutan_example .todetail.arrow a strong,
.kaigofutan_example .todetail.arrow a:after,
.kaigofutan_example ul.check li:before{
color:#4C7707;
}
.kaigofutan_example h4{
background: none;
padding-left: 0;
font-size: 1em;
}
.kaigofutan_example h4 +p{
margin-top: 0;
}

/*SUMITSUGARERUIE*/
#main.page-sumitsugareruie .title.ribbon:before{
content: none;
}
#main.page-sumitsugareruie .title.ribbon{
background: #FF7837;
color: #fff;
border: none;
 text-align: center;
}

#main.page-sumitsugareruie{}
#main.page-sumitsugareruie .page_catchcopy{
color: #FF7837;
border-color: #FF7837;
}
#main.page-sumitsugareruie ul.check li:before{
color: #FF7837;

}

#sumitsugareruie_ng .box_beige h2.title{
border-bottom: 2px dotted #707070;
margin-top: 0;
}
#sumitsugareruie_ng .box_beige h2.title:before{
content: none;
}


.sumitsugareruie_point{
margin-bottom: 1.5em;
padding: 1.5em;
background: #fff;
}
.sumitsugareruie_point .w33{
max-width: 285px;
}
.sumitsugareruie_point .title{
border-bottom: 2px dotted #707070;
margin-bottom: 1em;
}
.sumitsugareruie_point .title h3{
background: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0.5em;
border-bottom:none;
display: inline-block;
vertical-align: middle;
}
.sumitsugareruie_point  h4{
background: none;
padding-left: 0;
font-size: 1em;
}
.sumitsugareruie_point h4 +p{
margin-top: 0;
}

.sumitsugareruie_point .todetail.arrow a strong,
.sumitsugareruie_point .todetail.arrow a:after,
.sumitsugareruie_point ul.check li:before{
color:#F19224;
}

/*REFORM*/
.contents_nav.reform a{
width: 9em;
height: 9em;
color: #fff;
margin: auto;
border-radius: 5px;
padding-top:1.0em;
display: block;
text-align: center;
text-decoration: none;
box-sizing: border-box;
}
#main.page-reform .contents_nav.reform .l-box{
padding-top: 1.0em;

}


.to_examles{
    margin: 1em auto 5em;
}
.to_examles .btn a{
    border-radius: 0.8em;
    padding:0.8em 1.6em;
    opacity: 0.85;
}

#main.page-kaigo-reform .to_examles .btn a > span{
    font-size: 1.2em;
}
#main.page-kaigo-reform .to_examles .btn a:hover{
    opacity: 1;
}
#main.page-kaigo-reform .to_examles .btn a:before{
    margin-right: 0.4em;
}
#main.page-kaigo-reform .to_examles .btn a{
background: #932751;
border: 3px solid #F85091;
}
#main.page-shoukouji .to_examles .btn a{
background: #938F27;
border: 3px solid #D0CA43;
}


.contents_nav.reform .dannetsu a{
background: #5D452B;
border:3px solid #BA9F86;
}



.contents_nav.reform .kaigo a{
background: #932751;
border:3px solid #F85091;
}
.contents_nav.reform .mizumawari a{
background: #29467C;
border:3px solid #3D76E2;
}
.contents_nav.reform .shoukouji a{
background: #938F27;
border:3px solid #D0CA43;
}


#main.page-shoukouji .contents_nav.reform .shoukouji a,
#main.page-kaigo-reform .contents_nav.reform .kaigo a,
#main.page-dannetsu-reform .contents_nav.reform .dannetsu a{
    opacity: 0.5;
}



.contents_nav.reform  a > span:before{
content: "マルサイホームの";
font-size: 0.75em;
margin: auto 1em;
}
.contents_nav.reform  a > span span{
font-size: 1.4em;
display: block;
}
.contents_nav.reform  a > span span small{
display: block;
}

@media screen and (max-width: 639px) {
#main.page-reform .contents_nav.reform a{
padding: 0.3em;
margin-bottom: 1.5em;
width: auto;
height: auto;
}
.contents_nav a:after{
content: none;
}

.contents_nav.reform li{
}
.contents_nav.reform li a {
width: auto;
height: auto;
}
.contents_nav.reform li a > span span{
font-size: 1.4em;
display: inline-block;
}
.contents_nav.reform li a > span span small{
display: inline-block;
}

.contents_nav.reform li a > span:before{
content: none;
}
}




/*kaigo-reform*/

#main.page-kaigo-reform .title.ribbon{
background: #932751;
color: #fff;
border: none;
text-align: center;
font-size: 1.4em;
}
#main.page-kaigo-reform .page_catchcopy{
color: #932751;
border-color: #932751;
}
#main.page-kaigo-reform .example_box .title h3,
#main.page-kaigo-reform .box_beige .title h3,
#main.page-kaigo-reform  h4{
color: #932751;
}
#main.page-kaigo-reform .box_beige .title {
margin-bottom: 1em;
}
#main.page-kaigo-reform .box_beige .w33{
max-width: 225px;
}

/*dannetsu-reform*/

#main.page-dannetsu-reform .title.ribbon{
background: #5D452B;
color: #fff;
border: none;
text-align: center;
font-size: 1.4em;
}
#main.page-dannetsu-reform .page_catchcopy{
color: #5D452B;
border-color: #5D452B;
}
#main.page-dannetsu-reform .example_box .title h3,
#main.page-dannetsu-reform  h4{
color: #5D452B;
}
#dannetsu-reform_kaiteki h3.title{
    border-bottom: 2px dotted #707070;
    background: none;
    padding-left: 0;
}


/*SHINCHIKU*/

.contents_nav.shinchiku a{
width: 9em;
height: 9em;
color: #fff;
margin: auto;
border-radius: 50%;
padding-top:3.5em;
}

.contents_nav.shinchiku .taishin-taikyu a{
background: #0B7190;
border:3px solid #00AEE3;
}
.contents_nav.shinchiku .onnetsukankyou a{
background: #52355D;
border:3px solid #973BBA;
}
.contents_nav.shinchiku .shizensozai a{
background: #295806;
border:3px solid #429B00;
}

.contents_nav.shinchiku .kaigofutankeigen a{
background: #719837;
border:3px solid #92a862;
}


@media screen and (max-width: 639px) {
.contents_nav.shinchiku li{
}
.contents_nav.shinchiku li a{
width: 100%;
border-radius: 3px;
padding: 1em;
height: auto;
}
}






/*ONNESTSUKANKYOU*/

#main.page-onnetsukankyou{}
#main.page-onnetsukankyou .example_box .title h3{
color: #0B7190;
}

#main.page-onnetsukankyou .entry-content h2.page_catchcopy{
border-color: #0B7190;
color: #0B7190;
}


/*TAISHIN-TAIKYU*/

#main.page-taishin-taikyu{}
#main.page-taishin-taikyu .example_box .title h3{
color: #52355D;
}
#main.page-taishin-taikyu .entry-content h2.page_catchcopy{
border-color: #52355D;
color: #52355D;
}

/*SHIZENSOZAI*/

#main.page-shizensozai{}
#main.page-shizensozai .example_box .title h3{
color: #295806;
}
#main.page-shizensozai .entry-content h2.page_catchcopy{
border-color: #295806;
color: #295806;
}



/*KAIGOFUTANKEIGEN*/
#main.page-kaigofutankeigen{}
#main.page-kaigofutankeigen .example_box .title h3{
color: #4C7707;
}
#main.page-kaigofutankeigen .entry-content h2.page_catchcopy{
border-color: #4C7707;
color: #4C7707;
}








@media screen and (max-width: 479px) {
ul.check{
margin-left: 1em;
}
}

#footer{
border-top: 0;
}

#foot_widget-00{
width: 33%;
padding: 0;
margin-left: 0;
box-sizing: border-box;
float: left;
}
#foot_widget-00 + #foot_widget-first{
width: 66%;
box-sizing: border-box;
float: right;
}


#side-fool_shopinfo .inbox {
background: rgba(255,255,255,0.70);
border-radius: 5px;
color: #707070;
padding: 0 1em 1.5em;
text-align: center;

}
#side-fool_shopinfo .inbox > span{
display: block;
line-height: 1.7em;
}
#side-fool_shopinfo .shopname{
font-size: 1.6em;
border-bottom: 1px solid #707070;
padding: 0.5em 0;
margin-bottom: 1em;
}

#side-fool_shopinfo .to_shiryou{
margin-top: 1em;
}
#side-fool_shopinfo .to_shiryou a,
#header-sub .to_shiryou a{
background: #130B52;
padding: 0.4em 1em;
color: #fff;
display: block;
margin-top: 1;
}
#side-fool_shopinfo .to_shiryou a:before,
#header-sub .to_shiryou a:before{
content: "\f0e0";
font-family: FontAwesome;
color: #fff;
margin-right: 0.8em;
}

#footer-widget-area #foot_widget-first > li#side-bnr_foot {
width: 100%;
}
#footer-widget-area #foot_widget-first > li#side-bnr_foot a{
max-width: 400px;
margin: auto;
}


@media screen and (max-width: 699px) {
#foot_widget-00,
#foot_widget-00 + #foot_widget-first{
width: 49.5%;
box-sizing: border-box;
}
}

@media screen and (max-width: 479px) {
#foot_widget-00{
display: none;
}
#foot_widget-00 + #foot_widget-first{

width: 100%;
box-sizing: border-box;
}
}


body .pWindow .pwContainer{
font-size: 100%;
}







/*ONLINE*/
#main.page-online{}
#main.page-online .entry-content{
    color:#707070;
    font-family: 'M PLUS 1p';
}
h2.online_ttl{
    background: #55A22D;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.brown{
    color: #B56B31;
}


.note_wrap{
}

.notepad p{
    font-size: 1.5em;
    text-align: center;
  background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, white 50%, white 100%), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%);
  background-repeat: repeat-x,repeat-y;
  background-size: 4px 100%,100% 2.4em;
  line-height: 2.4;
}

#online_area{
    border: 2px solid #55A22D;
    padding:0 1.5em 1.5em;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 2em;
    border-radius: 1em;
    box-sizing: border-box;
}

#online_area > .ttl{
    border:none;
    background: none;
    color: #707070;
    padding: 0;
    font-weight: normal;
    font-size: 1.4em;
}
#online_area > .ttl > span{
    display: inline-block;
    background: #fff;
}
#online_area > .ttl > span:before{
    content: ' <'
}
#online_area > .ttl > span:after{
    content: '> '
}
#online_area > .ttl:after{
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid #707070;
    margin-top: -0.7em;
}

#online_area > .ttl + p{
    font-weight: bold;
    font-size: 2em;
    color: #55A22D;
    margin-bottom: 0;
}


#online_merit .online_merit-img{
    background: #FFECC7;
    padding: 1em 2%;
}
#online_merit  ul.check li:before{
    color: #55A22D;
}
#online_flow{
    background: url("images/online_flow-bg.png");
}

#online_flow ol,
#online_flow ol li{
    list-style: none;
    display: block;
    text-align: center;
}
#online_flow ol{
    margin-left: 0;
    margin-right: 0;
    padding: 0 5%;
}

#online_flow ol li p{
    border: 2px solid #666;
    border-radius: 0.4em;
    padding: 0.8em;
    background: #fff;
}
#online_flow ol li:after{
    content: ' ';
    display: block;
    background: url("images/online_flow-arrow.png") center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 108px;
    padding-top: 38px;
    margin: auto;
}


#online_flow ol li:last-child:after{
    content: none;
}



.wpcf7-validates-as-date{
min-width: 8em;
min-height: 1.7em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

