@charset "UTF-8";
/* Frontページ */

header .h_menuBox{margin-left: auto;}

main {
  margin: 0;
}

#main_imgBox .slick-initialized .slick-slide{width:100%; max-width:1000px;}
#main_imgBox .slick-initialized .slick-slide img{width:100%; max-width:1000px;}
#main_imgBox .slick-initialized .slick-slide{background-color:#000;}
#main_imgBox .slick-initialized .slick-slide img{opacity: 0.3 !important;}
#main_imgBox .slick-initialized .slick-slide a{pointer-events: none !important;}
#main_imgBox .slick-initialized .slick-slide.slick-active a{pointer-events: auto !important;}
#main_imgBox .slick-initialized .slick-slide.slick-active img{opacity: 1 !important;}
#main_imgBox .slick-dots li button:before {
 color:#ffd6d1 !important;
 opacity:1 !important;
 font-size:14px
}
#main_imgBox .slick-dots li.slick-active button:before {
 color:#d02714 !important
}
#main_imgBox .slick-dots li {
 margin:0 3px
}
#main_imgBox .slick-dots {
 bottom:-30px
}


#bnrlist{padding:20px 4% 60px;}

#bnrlist .img_no1{text-align: center; margin-bottom:40px;}
#bnrlist .img_no1 img{width:100%;}

#bnrlist ul{display:flex; justify-content: space-between; margin-bottom: 25px;}
#bnrlist ul li{text-align: center; width:48%;}
#bnrlist ul li:first-child{color:#012f8c; font-weight: 900; margin-right: auto;}
#bnrlist ul li:nth-child(2){color:#d02714; font-weight: 900;}
#bnrlist ul li img{width:100%; max-width: 480px;}
#bnrlist ul li > span{font-size: 1.8rem;}
#bnrlist ul li a{display:inline-block;}
#bnrlist ul li p{text-align: center; font-size: 2.0rem;}
#bnrlist ul li p > span{background:linear-gradient(transparent 60%, #ffe900 60%);}

#bnrlist .btn_flyey{display:inline-block; width:100%; max-width: 1000px;}
#bnrlist .btn_flyey img{width:100%;}

@media only screen and (min-width: 813px) {
#main_imgBox .slick-initialized .slick-slide{width:100%; max-width:1000px; max-height: 700px;}
#main_imgBox .slick-initialized .slick-slide img{width:100%; max-width:1000px; height:auto }
	
#bnrlist .img_no1 img{max-width: 899.5px;}
	#bnrlist ul li a{margin-bottom: 15px;}	
#bnrlist ul li > span:before,
#bnrlist ul li > span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #012f8c;
  width: 2px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
#bnrlist ul li > span:before {
  transform: rotate(-35deg);
}
#bnrlist ul li > span:after {
  transform: rotate(35deg);
}
#bnrlist ul li:nth-child(2) > span:before,
#bnrlist ul li:nth-child(2) > span:after{background: #d02714;}	
	
#bnrlist ul li > span br{display: none;}
#bnrlist ul li > p br{display: none;}
	
.btn_tel_sp{display: none !important;}
}

@media only screen and (max-width: 812px) {
	#bnrlist ul{margin-left: -2.5%;}
	#bnrlist .img_no1{margin-bottom:10px;}
#bnrlist .img_no1 img{max-width:222px;}
#bnrlist ul li a{margin-bottom: 8px;}
#bnrlist ul li > span{position: relative; display: inline-block; padding:10px 15px; line-height: 1.5; font-size: 1.6rem;
	margin-left: 5.5%;}
#bnrlist ul li > span:before,
#bnrlist ul li > span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #012f8c;
  width: 2px;
  height: 2.2em;
  margin: 0 1em;
  vertical-align: middle;
}
 
#bnrlist ul li > span:before {
  transform: rotate(-20deg);
	left: -15px;
	top: 30%;
  
}
#bnrlist ul li > span:after {
  transform: rotate(20deg);
	right: -15px;
	top: 30%;
}
#bnrlist ul li:nth-child(2) > span:before,
#bnrlist ul li:nth-child(2) > span:after{background: #d02714;}
#bnrlist ul li > p{font-size: 1.6rem;}
	
.btn_tel_sp{width:100%; max-width:100%; padding:10px;background-color: #ffef00;text-align: center;color:#d02714;
position: relative;display: inline-block !important;line-height: 1.2; margin-bottom: 20px;}
.btn_tel_sp i{font-size: 2.2rem;margin-right: 5px;}
.btn_tel_sp span.no{ font-size: 2.9rem;
	font-family: 'Montserrat', sans-serif; font-weight:800;
	color: #d02714;
	letter-spacing: 1.6px;
	display: block;
	margin-top: 5px;
}
.btn_tel_sp span:last-of-type{font-size: 1.4rem;line-height: 1;}
	#bnrlist .btn_flyey{width:103%;}
	#bnrlist .btn_flyey{margin-left: -3%;}
}


#event{background-color: #eaeaea;}

#event{}

#event a.imgBox {display: block; width: 100%; max-width: 440px; margin: 0 auto 20px; height: 234px !important;}

#event .eventBox{width:100%; max-width:440px; margin:0 auto;}

#event a.imgBox{
/*border: 1px solid #111;*/
  /*background-color:#ccc;*/
    background-color: #fff;
  position:relative
 }
#event a.imgBox:before {
  content:"";
  display:block;
  padding-top:100%
 }
 #event a.imgBox span {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0
 }
 #event a.imgBox img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  position:absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  cursor:pointer
 }


#event a.imgBox img{max-width: 440px; height: auto;}
#event h3{font-size:1.6rem;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; margin-bottom:20px;}
#event p span{
    width: 50px;
    margin-right:10px;
    line-height: 2;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    background-color: #d02714;
    font-size: 1.4rem;
  }
  #event p{
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph; /* IE */
    text-justify: inter-character; /* Firefox */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


@media only screen and (min-width: 813px) {
  .bg_hf{
background-color: #eaeaea; 
padding: 0 4%;
}

.bg_hf .wap01{display: flex;
    padding:0;}

    #event{
        width:50%;
        padding: 60px 4% 60px 0;}

    }
    @media only screen and (max-width: 812px) {
    #event{
        width:100%;
        padding: 60px 6% 30px 6%;}
    }



.newsList{
max-width: 440px;

width:100%;
margin:0 auto 62px;
margin:0 auto;
}
.newsList dt {
  color: #d02714;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; font-weight:800;
  margin-bottom: 5px;
font-size: 1.3rem;
}
.newsList dt span {
  margin-right: 10px;
  line-height: 1.2;
  display: inline-block;
  background-color: #d02714;
	padding: 5px;
	color: #fff;
	width: 70px;
	text-align:center;
}
.newsList dd {
  line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph; /* IE */
    text-justify: inter-character; /* Firefox */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 padding-bottom: 20px;
 border-bottom: 1px solid #111;
}

.newsList dd:not(:last-of-type){margin-bottom: 20px;}


@media only screen and (min-width: 813px) {
  #news{/*    width:50%;*/
	  width:100%;
/*    padding: 60px 0 60px 4%;
*/ 
	  padding: 60px 0;
	  display: flex;
    flex-flow: column;
    }
    #news p.textC{margin-top: auto;}
}
@media only screen and (max-width: 812px) {
  #news{    width:100%;
    padding: 30px 6% 60px 6%;
background-color: #eaeaea;
}
}







#reform{padding: 60px 4% 60px}
#reform .bnr_4pack{
  display: inline-block;
  max-width: 1000px;
  width:100%;
}
#reform .bnr_4pack img{width:100%; height: auto;}

#reform .reform_list{display: flex; flex-wrap: wrap; justify-content:space-between;}

#reform .reform_list a.nowon{pointer-events: none !important;}
#reform .reform_list li img{width:100%;}
#reform .reform_list li dt{background-color:#ffef00; color:#d02714; font-size: 5.0rem;
font-family: 'Oswald', sans-serif; font-weight:700;
line-height: 1;
padding: 5px 5px 10px 5px;
 text-align: center;
display: flex;
align-items: baseline;
justify-content: center;
min-height: 60px;	
}
#reform .reform_list li dt span:first-of-type{font-size: 7.0rem;line-height: 1;}
#reform .reform_list li dt span:nth-of-type(2){margin-left: 5px; }
#reform .reform_list li dt span:nth-of-type(2) img{max-width: 71.5px; height: auto;}
#reform .reform_list li dd{display: inline-block;
  position: relative;
  background-color: #d02714;
  border: 1px solid #d02714;
  max-width: 440px;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  min-height: 48px;
  line-height: 1;}

  #reform .reform_list li dd::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    font-family: 'icomoon' !important;
    content: "\f061";
    font-size: 1.4rem;
    font-weight: 500;
  }

#reform .reform_list li a.nowon dd::after{
	display: none !important;
}

@media only screen and (min-width: 813px) {
  #reform .reform_list li{width:23.5%; margin-top:2%; }
  #reform .reform_list li:not(:nth-of-type(4n)){margin-right: 2%;}
}
@media only screen and (max-width: 812px) {
	#reform{padding: 60px 6% 60px}
	#reform{overflow-x: hidden;}
  #reform .reform_list li{width:49%; margin-top:2%; }
  #reform .reform_list li:not(:nth-of-type(2n)){margin-right: 2%;}
	#reform .reform_list li dt span:first-of-type{font-size:12.4vw;}
	#reform .reform_list dl dt{font-size:9.4vw;}
	#reform .reform_list li dt span:nth-of-type(2){font-size: 3.4vw;}
	#reform .reform_list li dt span:nth-of-type(2)::after{font-size:3.4vw; left: -1.4vw; width:14.5vw;}
	#reform .reform_list li dd{font-size: 3.9vw; text-align: left;}
	#reform .reform_list li dd::after{right: 8px;}
}

#show_room{
	background-color: #eaeaea;
	position: relative;
	padding:0 4%;
}

#show_room .wap > div h2{ font-size: 3.2rem;
  font-weight: 900;
  color: #d02714;
  margin-bottom: 15px;
 line-height: 1.3;
}
#show_room .wap > div > p{ margin-bottom:15px; text-align: justify;
text-justify: inter-ideograph; /* IE */
text-justify: inter-character; /* Firefox */}

/*#show_room .wap > div ul{display: flex; justify-content: space-between;}*/
#show_room .wap > div ul span{text-align: center;
font-size: 2.2rem;
font-weight: 900;
color: #d02714; display: block;}
/*#show_room .wap > div ul li{text-align: center; width:49%;}*/
#show_room .wap > div ul li{text-align: center; width:100%;}
#show_room .wap > div ul li:first-child{margin-right: 20px;}
/*#show_room .wap > div ul img{width:100%; max-width:222px;}*/
#show_room .wap > div ul img{width:100%; max-width:460px;}
#show_room .wap > div ul li a{
  margin-top: 10px;
  display: inline-block;
  position: relative;
  background-color: #d02714;
  border: 1px solid #d02714;
  max-width: 220px;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  min-height:48px;
  line-height: 1;}
#show_room .wap > div ul li a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    font-family: 'icomoon' !important;
    content: "\f061";
    font-size: 1.4rem;
    font-weight: 500;
  }

@media only screen and (min-width: 813px) {

#show_room::before {
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	background:url(../img/top/showroom01_01.jpg) no-repeat left center;
	background-size: cover;
	z-index: 1;
}
#show_room .wap{width:100%; margin:0 auto; max-width: 1000px; display: flex; align-items: center;}
#show_room .wap > div{width: 50%; margin-left: auto;padding:60px 0 60px 40px;}
	
#show_room figure{display: none !important;}

}
@media only screen and (max-width: 812px) {
	#show_room .wap > div h2 br{display: none;}
#show_room{
	padding:0 6%;
}
#show_room .wap > div{padding:60px 0 60px 0;}
#show_room figure{width:100vw; margin: 0 calc(50% - 50vw);}
#show_room figure img{width:100%; }
}

#know-how{padding:60px 4%;}

#know-how .bnr_list img{width:100%;}
@media only screen and (min-width: 813px) {
#know-how .bnr_list{display: flex; justify-content:space-between;}
	#know-how .bnr_list li{width:49%;}
	#know-how .bnr_list li:first-child{margin-right: 2%;}

}
@media only screen and (max-width: 812px) {
#know-how{padding:60px 6%;}
#know-how .bnr_list li:first-child{margin-bottom:20px;}
#show_room .wap > div ul span{
	font-size: 4.2vw;}
	#show_room .wap > div ul li a{font-size: 4.2vw; text-align: left;}

}

#works{padding: 30px 4% 30px;}
.works_list{display: flex; justify-content:space-between; width:100%; margin:0 auto 40px; max-width:1000px;}
.works_list li{width:32%; }
.works_list a{
 position:relative;
 margin-bottom:10px;
 background-color:#eaeaea;
display: block;
margin-bottom: 10px;
}
.works_list a:before {
 content:"";
 display:block;
 padding-top:72.5%;
}
.works_list a span{
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.works_list a span img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 -webkit-transform:translateY(-50%) translateX(-50%);
 cursor:pointer
}

.works_list li > span{padding: 6px 10px;
 border: solid 2px #d02714;
font-size: 1.4rem;
 font-weight: 900;
display: inline-block;
	color: #d02714;
margin-bottom: 10px;
line-height: 1;
}

.works_list li h3{font-weight: 500;}

.works_list a span.noimg i {
  font-size: 3.1rem;
  color: #999;
  font-weight: 700;
}

.works_list a span.noimg span{
  font-family: 'Montserrat', sans-serif; font-weight:800;
  display: block;
  font-size: 1.5rem;
  color: #999;
	position: relative;
}

.works_list a span.noimg{
justify-content: center;
align-items: center;
display: flex;
flex-flow: column;
}

#voice{padding: 30px 4% 60px;}
.voice_list{display: flex; justify-content:flex-start; width:100%; margin:0 auto 40px; max-width:1000px;}
.voice_list li{width:23.5%; }
.voice_list li:not(:nth-child(4n)){margin-right: 2%;}
.voice_list figure{
 position:relative;
 margin-bottom:10px;
 background-color:#eaeaea;
display: block;
margin-bottom: 10px;
}
.voice_list figure:before {
 content:"";
 display:block;
 padding-top:72.5%;
}
.voice_list figure > span{
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.voice_list figure > span img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 -webkit-transform:translateY(-50%) translateX(-50%);
 cursor:pointer
}

.voice_list figure.no_img i {
  font-size: 3.1rem;
  color: #999;
  font-weight: 700;
}

.voice_list figure.no_img span span{
  font-family: 'Montserrat', sans-serif; font-weight:800;
  display: block;
  font-size: 1.5rem;
  color: #999;
}

.voice_list figure.no_img span{
justify-content: center;
align-items: center;
display: flex;
flex-flow: column;
}

.voice_list li a > span{padding: 6px 10px;
 border: solid 2px #d02714;
font-size: 1.4rem;
 font-weight: 900;
display: inline-block;
	color: #d02714;
margin-bottom: 10px;
line-height: 1;
}

.voice_list li a p{display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media only screen and (min-width:813px){
.voice_list li{width:23.5%; }
.voice_list li:not(:nth-child(4n)){margin-right: 2%;}
}

@media only screen and (max-width:812px){
.voice_list li{width:49%; }
.voice_list li:not(:nth-child(2n)){margin-right: 4%;}
.voice_list li{margin-bottom:4%;}
}





