@charset "UTF-8";

/*/////////styles.cssを上書き//////////*/

.wrap {
max-width: 100%;
width: 100%;
margin: auto;
}
@media screen and (max-width: 768px) {
.wrap {
width: 100%;
margin: auto;
}
}

header {
width: 100%;
background: url("../img/top-wide/header_bg.gif");
background-repeat: repeat-x;
}
.header_inner {
width: 100%;
max-width: 1000px;
margin: auto;
background: url(../img/top-wide/header_pc-wide.jpg) no-repeat center top / auto calc(142 / 202 * 100%);
}
@media screen and (max-width: 768px) {
  header {
    max-width: 100%;
    background-image: none;
    min-height: 95px;
    top: 55px;
	background: #fff;
  }
.header_inner {
    background-image: url("../img2/common/header_sp.png");
 }
 }


.topmenu {
padding: 0;
}
@media screen and (max-width: 768px) {
.topmenu {
width: 100%;
margin: 30px auto 0;
padding: 0;
}
}

.archive-cleaning{
width: 100%;
position: relative;
}

.discount{
width: 100%;
max-width: 1000px;
margin: 90px auto 0;
}

.guarantee {
width: 100%;
background: #d9f1f6;
}
.guarantee__inner {
width: 100%;
max-width: 1000px;
margin: auto;
}


.pay {
  background: #d9f1f6;
}
.pay__inner{
width: 100%;
max-width: 1000px;
margin: auto;
position: relative;
}



.footer-main {
width: 100%;
background-image: none;
background: #fff7af;
text-align: left;
position: relative;
z-index: 1000;
}
.footer-main {
padding-block:  0;
}
.footer-main__inner {
width: 100%;
max-width: 1000px;
margin: auto;
padding: 40px 40px 20px;
}
footer{
width: 100%;
background: #fff7af;
}
section.area_list {
width: 100%;
max-width: 1000px;
margin: auto;
}
@media screen and (max-width: 768px) {
.footer-main__inner {
padding: 40px 20px 20px;
}
}


/*/////////pages.cssを上書き//////////*/

.top-wide div#catch  {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.top-wide div#catch h3 {
    text-align: center;
    margin-right: 0;
    line-height: 30px;
    display: grid;
    place-items: center;
    transform: none;
    position: static;
    margin-top: 0;
}

.top-wide div#catch h3 video {
    width: 100%;
    vertical-align: middle;
}



/*/////////追加のDIVに対する指定//////////*/

.topmenu_inner{
width: 100%;
padding: 53px 92px 48px;
max-width: 1000px;
margin: auto;
}

@media screen and (max-width: 768px) {
.topmenu_inner{
padding: 24px 20px;
}
}


.topfooter-wide{
width: 100%;
height: auto;
max-height: 420px;
position: relative;
overflow: hidden;
/*
background: url("https://life-marche.com/wp2/wp-content/themes/life-marche/img/top-wide/footer-wide-img.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;*/
}
.topfooter-wide img.pic{
width: 100%;
}
.footer-wave-blue{
position: absolute;
top: 0;
z-index: 5;
}
.footer-wave-blue img{
vertical-align: top;
}
.footer-wave-yellow{
position: absolute;
bottom: 0;
z-index: 5;
}
.footer-wave-yellow img{
vertical-align: bottom;
}
@media screen and (max-width: 768px) {
.topfooter-wide{
background-size: contain;
}
}

