@charset "UTF-8";
body{
text-align: center;
}

img{
max-width: 100%;
height: auto;
}

a img{
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

a:hover img{
opacity: 0.7;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.builder{
width: 94%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}

header{
background-image: url(../img/main_bg.jpg);
background-repeat: repeat-x;
background-size: contain;
padding: 0;
}

header.under{
background: #f39800;
}

header.under02{
background: #ca3f1b;
}

header.under .under_btn,header.under02 .under_btn{
position: absolute;
bottom: 40px;
right: -40px;
width: 20%;
}
header.under .builder,header.under02 .builder{
  max-width: 900px;
}

#head_nav{
  background-color: #f39800;
}

#head_nav ul{
padding: 40px 100px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#head_nav ul li{
flex-basis: 32%;
margin-right: 2%;
margin-bottom: 20px;
}

#head_nav ul li:nth-child(3n){
margin-right: 0;
}


#lineup{
background-image: url(../img/top_time_bg.jpg);
background-repeat: repeat-x;
background-size: contain;
padding: 0;
}

#lineup_list{
background-color: #662b27;
padding-bottom: 40px;
}

#lineup_list .lineup_head{
padding: 20px 60px 40px;
}


#lineup_list ul{
padding: 0 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#lineup_list ul li{
flex-basis: 32%;
margin-right: 2%;
margin-bottom: 20px;
}

#lineup_list ul li:nth-child(3n){
margin-right: 0;
}

#outlet{
background-image: url(../img/outlet_bg.jpg);
background-repeat: repeat-x;
background-size: 100%;
background-position: top center;
}

#outlet .builder{
  max-width: 1100px;
}

#outlet .outlet_bottom{
background-image: url(../img/outlet_bg.jpg);
background-repeat: repeat-x;
background-size: 100%;
background-position: bottom center;
}

#outlet a{
display: inline-block;
width: 80%;
position: absolute;
bottom: 18%;
left: 50%;
z-index: 10;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#card{
background: #f6efc2;
padding: 60px 0;
}

#card img{
max-width: 90%;
}

.consultation{
  background-color: #f39800;
  padding: 50px 0;
}

.consultation img{
  width: 80%;
  max-width: 1100px;
}

#gus{
background-color: #f39800;
}

#reform,#bath,#aircon,#floor,#dryer,#foot_mv_conv{
background-color: #ca3f1b;
}

#gus .builder{
max-width: 1000px;
margin-top: -40px;
padding-bottom: 60px;
}

#gus .conv{
display: block;
padding: 40px 0;
background-color: #fdd23e;
}

.conv02{
display: block;
padding: 40px 0;
background-color: #bfddeb;
}

#gus .conv.nobg{
  background-color: transparent;
}

#gus .conv img,.conv02 img{
width: 80%;
height: auto;
}

#function .toggle_title{
position: relative;
cursor: pointer;
}

#function .toggle_title img{
display: block;
}

#function .toggle_title:before{
content: "";
position: absolute;
top: 50%;
right: 44px;
z-index: 2;
width: 22px;
height: 22px;
background:
linear-gradient(#662b27, #662b27) center/100% 4px no-repeat,
linear-gradient(#662b27, #662b27) center/4px 100% no-repeat;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#function .toggle_title:after{
content: "";
position: absolute;
top: 50%;
right: 34px;
z-index: 1;
width: 42px;
height: 42px;
border-radius: 50%;
background: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#function .toggle_title.is-open:before{
height: 4px;
background: #fff;
}

#function .toggle_title.is-open:after{
border: 3px solid #fff;
background: transparent;
box-sizing: border-box;
}

#function .toggle_inner{
display: none;
}

.gus_mv{
position: relative;
background-image: url(../img/gus02.jpg);
background-repeat: no-repeat;
background-size: cover;
aspect-ratio: 1920/1132;
}

.gus_mv .movie_wrap{
position: absolute;
bottom: 6%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.movie{
position: relative;
width: 640px;
height: 360px;
}

.movie>a{
position: relative;
display: block;
width: 100%;
padding-top: 56%;
overflow:hidden;
}

.movie>a:before{
content:"";
width: 100px;
height: 76px;
background-image: url(../img/mv_btn.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
top:50%;
left: 50%;
-webkit-transform: translate(-50%, -50%); /* Safari用 */
transform: translate(-50%, -50%);
z-index: 2;
}

.movie>a img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}

#stove .builder{
max-width: 1000px;
padding-top: 60px;
}

#reform .builder{
max-width: 1000px;
margin-top:-40px;
}

#bath .builder{
max-width: 1000px;
}

#floor .builder{
max-width: 1000px;
}

#aircon .builder{
max-width: 1000px;
}


#dryer .builder{
max-width: 1000px;
padding-top: 60px;
padding-bottom: 180px;
}


#foot_mv{
text-align: center;
background-color: #ca3f1b;
}

#foot_mv .builder{
max-width: 1000px;
}

#foot_mv .foot_mv_bg{
position: relative;
background-image: url(../img/reform_05.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center top;
aspect-ratio: 1920/1498;
}

#foot_mv .movie_wrap{
position: absolute;
top: 44%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#foot_mv_conv .builder{
max-width: 1000px;
padding: 60px 0;
}

#foot_mv_conv .builder img{
width: 80%;
height: auto;
}
#footer_txt{
background: #fff;
border-bottom: 4px solid #000;
color: #231815;
}

#footer_txt .builder{
max-width: 1000px;
padding: 70px 0;
text-align: left;
}

#footer_txt h2{
margin: 0 0 6px;
font-size: 16px;
font-weight: bold;
line-height: 1.45;
}

#footer_txt ul,
#footer_txt li{
margin: 0;
padding: 0;
list-style: none;
}

#footer_txt .footer_txt_list{
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}

#footer_txt .footer_txt_list>li{
position: relative;
padding-left: 1.05em;
}

#footer_txt .footer_txt_list>li:before{
content: "";
position: absolute;
top: 0.33em;
left: 0;
width: 0.78em;
height: 0.78em;
border-radius: 50%;
background: #000;
}

#footer_txt .seller_list{
margin-top: 4px;
padding-left: 1.25em;
font-weight: bold;
}

#footer_txt .seller_list li{
position: relative;
padding-left: 0.7em;
font-size: 16px;
line-height: 1.45;
}

#footer_txt .seller_list li:before{
content: "・";
position: absolute;
left: 0;
}

#footer_txt .footer_txt_note{
margin: 4px 0 0;
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}

.back_btn{
display: block;
padding-top: 30px;
}
.back_btn img{
width: 40%!important;
}
