@charset "utf-8";

/*!
Theme Name: WEBROPES
Theme URI:
Description: WEBROPES
Version: 1.0
Author:
Author URI:
Text Domain:
License:
License URI:
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html { 
	font-size: 62.5%; 
}
	
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
      /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #131A0F;
  background-color: #404040;
  
}
p{margin-bottom: 1em;}
img, video {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{
	color: #414141;
}
a:hover{
	cursor: pointer;
}
a.all{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap}
.f-green{color: #2B620B;}
.f-greenlite{color:#50A81D;}
.f-gray{color: #8E8E8E;}
.f-white{color: #ffffff;}
.f-small{font-size: 0.8rem;}
.f-size1{font-size: 1rem;}
.f-size13{font-size: 1.3rem;}
.f-size14{font-size: 1.4rem;}
.f-size15{font-size: 1.5rem;}
.f-size16{font-size: 1.6rem;}
.f-size17{font-size: 1.7rem;}
.f-size18{font-size: 1.8rem;}
.f-size2{font-size: 2rem;}
.f-size22{font-size: 2.2rem;}
.f-size23{font-size: 2.3rem;}
.f-size24{font-size: 2.4rem;}
.f-size25{font-size: 2.5rem;}
.f-size26{font-size: 2.6rem;}
.f-size28{font-size: 2.8rem;}
.f-size3{font-size: 3rem;}
.f-size35{font-size: 3.5rem;}
.lineh1{line-height: 1;}
.lineh2{line-height: 2;}
.mincho{font-family :YuMincho,'Yu Mincho', serif;}
.wd50{width: 50%;}
.e{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.mb5{margin-bottom:5em;}
.mb4{margin-bottom:4em;}
.mb3{margin-bottom:3em;}
.mb2{margin-bottom:2em;}
.mb18{margin-bottom:1.8em;}
.mb1{margin-bottom:1em;}
.mb05{margin-bottom:.5em;}
.mt05{margin-top: .5em;}
.mt1{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mt3{margin-top: 3em;}
.mt4{margin-top: 4em;}
.mt5{margin-top: 5em;}
.mt6{margin-top: 6em;}
.ml2{margin-left:2em;}
.mr2{margin-right:2em;}

@media print, screen and (max-width: 63.99875em) {
	body{font-size: 1.7rem;  }
	.f-size15md{font-size: 1.5rem;}
	.mt1md{margin-top: 1em;}
	.mb0md{margin-bottom:0;}
	.f-size2md{font-size: 2rem;}
	.f-size16md{font-size: 1.6rem;}
	.f-size14md{font-size: 1.4rem;}
	.f-size15md{font-size: 1.5rem;}
	.f-size16md{font-size: 1.6rem;}
	.f-size17md{font-size: 1.7rem;}
	.f-size18md{font-size: 1.8rem;}
	.f-size22md{font-size: 2.2rem;}
	.f-size23md{font-size: 2.3rem;}
	.f-size25md{font-size: 2.5rem;}
	.f-size28md{font-size: 2.8rem;}
	.f-size3md{font-size: 3rem;}
	.mt2md{margin-top: 2em;}
	
}
@media screen and (max-width: 39.99875em) {
	body{font-size: 1.4rem;  }
	.f-size13xs{font-size: 1.3rem;}
	.f-size14xs{font-size: 1.4rem;}
	.f-size15xs{font-size: 1.5rem;}
	.f-size16xs{font-size: 1.6rem;}
	.f-size17xs{font-size: 1.7rem;}
	.f-size18xs{font-size: 1.8rem;}
	.f-size2xs{font-size: 2rem;}
	.f-size23xs{font-size: 2.3rem;}
	.f-size25xs{font-size: 2.5rem;}
	.f-size28xs{font-size: 2.8rem;}
	.f-size3xs{font-size: 3rem;}
	.mb0xs{margin-bottom:0;}
	.mb1xs{margin-bottom:1em;}
	.mb2xs{margin-bottom:2em;}
	
	.mb4xs{margin-bottom:4em;}
	.mb6xs{margin-bottom:6em;}
	
	.mb7xs{margin-bottom:7em;}
	.ml0xs{margin-left: 0;}
	.mr0xs{margin-right: 0;}
	.mt1xs{margin-top: 1em;}
	.mt2xs{margin-top: 2em;}
	.mt3xs{margin-top: 3em;}
	.mt4xs{margin-top: 4em;}
	.c_xs{text-align: center;}
	.l_xs{text-align: left;}
	.d_bxs{display: block;}
	.colmnxs{flex-direction: column;}
}
/*ヘッダー*/
header{
	background: url(../img/top/bg-mv.jpg);
	width: 100%;
	/*height: 100vh;*/
	position: relative;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.b-contact header{
	background: url(../img/contact/bgimage.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	height: 400px;
}
.top-bar, .top-bar ul{
    background-color: transparent;
}
.header_wrap{
	/*position: fixed;*/
	width: 100%;
	z-index: 99;
	top:15px;
}
/*.top-bar ul{
	padding-right: 70px;
}*/
.menu a.h-btn{
    padding: 0.3rem 0.5rem;
    background-color: transparent;
    color: #131A0F;
    margin-right: 20px;
    margin-left: 10px;
}
.menu a.h-btn[data-menu="catalog"]:before{
  /*content:url(../img/common/catalog-icon.svg);
  display:inline-block;*/
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
	
}
.top-bar-right .menu{margin: 0 0 0 auto;}
.top-bar-right .menu li:first-child{padding-left: 30px;color: #ffffff;font-size: 2.5rem;text-align: center;line-height: 1;}
.top-bar-right .menu li span{display: block;color: rgb(255, 128, 192);font-size: 5rem;}
.menu a.h-btn[data-menu="contact"]:before{
 /* content:url(../img/common/mail-icon.svg);
  display:inline-block;*/
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
	
}
.display-none.active{
    display: block;
    animation: appear .5s ease;
}
.top-bar-right .menu-list{ opacity: 1;transition: all .5s ease;}
.top-bar-right.invert .menu-list{ opacity: 0;transition: all .5s ease;}
.menu a.h-btn[data-menu="reservation"]:before{
  content:url(../img/common/house-icon.svg);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
	
}
.menu a.h-btn:hover{
	transition: all 0.2s 0.3s ease-in-out;
	background-color: transparent;
	color: #131A0F;
	opacity: 0.6;
}
.top-bar-left .menu a{
	padding: 0.7rem 0;
}
.top-bar-left .menu .menu-text {
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 3.1rem;
}
.top-bar-left .menu .menu-text span{
	margin-left: 10px;
}
.top-bar-left img{
	width: 130px;
}
.invert .menu a.h-btn{
    color: #414141;
}
.btn{
    width: 100%;
    display: block;      
    width: 39px;      
    height: 39px;      
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 999;
}
.bar{      
    width: 20px;      
    height: 1px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #131A0F;    
}
.close .bar{   
    background-color: #131A0F;    
}
.invert .bar{   
    background-color: #131A0F; 
}
.bar-top{ 
	top: 10px;
}
.bar-middle{    
    top: 50%;
    transform: translate(-50%,-50%);
}
.bar-bottom{ 
	bottom: 10px;
}
.btn.close .bar-top{      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
}  
.btn.close .bar-middle{      
    opacity: 0;       
    transition: opacity .3s;    
}    
.btn.close .bar-bottom{      
    transform: translate(-50%,-8px) rotate(-45deg);      
    transition: transform .3s;    
}
.menu-lists{
    display: none;
    background-color: rgb(170 170 170 / 98%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: left;
    color: #ffffff;
    z-index: 9;
    font-size: 1.8rem;
}
.menu-list a:hover {
    transition: all 0.3s 0.1s ease-in-out;
    background-color: transparent;
    color: #131A0F;
    opacity: 0.6;
}
.menu-lists_innner{
    /*display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;*/
    display: block;
    width: 200px;
    margin: 6em auto 4em;
    font-weight: bold;
}
.menu-lists_btn{
	width:900px;
	margin:0 auto;
}
.menu-lists_box{
	width:400px;
	margin:1em auto;
}
/*.head_message{
	position: absolute;
	top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/
.b-contact .head_message{
	top: 50%;
    left: 10%;
}
.head_message_main{
	font-size: 3rem;
}
.head_message_main_c{
	font-size: 1.1rem;
	margin-bottom: 0.5em;
}
.head_message_main_c h1{
	font-size: 1.4rem;
	font-family: 'Shippori Mincho', serif;
}
.top-bar-right .menu-list {
    padding-right: 30px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: end;
    align-items: end;
    border-right:1px solid #131A0F;
    
}
.top-bar-right .menu .button{
	font-size: 1.6rem;
}

.top-bar-right .menu-list li{
	list-style: none;
	margin:0 1em;
	font-size: 1.6rem;
}
.menu-lists_btn a{margin-bottom: 1em;margin-right: 20px;}
.menu-lists_btn a:before {
    content: url(../img/common/menu-catalog.svg);
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 0;
}
.menu-lists_btn a[data-type="contact"]:before {
    content: url(../img/common/menu-mail.svg);
}
.menu-lists_btn{padding:0 1em;}
.menu-lists_btn a[data-type="reservation"]:before {
    content: url(../img/common/menu-reservation.svg);
}
.menu-lists_btn{justify-content: center;}
@media screen and (max-width: 988px){
	.menu-lists_btn{
		width:100%;
		margin:0 auto;
	}
}
@media print, screen and (min-width: 40em){
.top-bar .top-bar-right {
    display: flex;
    padding-right: 1em;
}

}
@media print, screen and (min-width: 64em){
	.wd1100{width: 1100px;margin:0 auto;}
	}
@media print, screen and (max-width: 1300px){
	.top-bar-right .menu-list {
	    display: none;
	}
	.top-bar{
	   justify-content: space-between;
	}
	.top-bar-right .menu {
	    margin: 0 0 0 auto;
	}
	.top-bar .top-bar-right {
	    padding-right: 3em;
	}
	.btn {
	    width: 100%;
	    display: block;
	    width: 39px;
	    height: 39px;
	    position: absolute;
	    right: -40px;
	    top: -5px;
	    z-index: 999;
	}
}
@media print, screen and (min-width: 1301px){
	#menu-btn{display: none;}
}
@media screen and (max-width: 640px){
	/*.top-bar-right .menu li:nth-child(1),.top-bar-right .menu li:nth-child(2){display: none;}*/
	.head_message_main_c h1{font-size: 1.1rem;}
	.b-contact header{height: 300px;}
	.top-bar .top-bar-right {flex: 0 0 20%;}
	.top-bar .top-bar-left{flex: 0 0 70%;}
	.menu a.h-btn {padding: 0.3rem 1rem;}
	.top-bar-right .menu {padding-right: 40px;margin: 0 0 0 auto;display: flex;justify-content: end;}
	.top-bar-left ul {padding-right: 20px;}
	.menu-lists_btn{padding:0 1em;}
	.head_message_main {font-size: 1.8rem;}
	.btn {top: -20px;}

}
/*フッター*/
.footer{
	padding:0em 0em 0 0;
	background: #ffffff;
}
.footer-link-p {
	display: flex;
	/*align-items: center; */
	/*margin-bottom: 2em;*/
	margin-left: 0;
}
.footer-link-p li{
	list-style: none;
	font-size: 1.4rem;
}
.footer-link-p li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.footer-link-p li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #2B620B;
}
.header-link-p{
    position: relative;
    display: inline-block;
    padding: 0 45px;
}
.header-link-p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #858585;
}
.footer img{
	width: 190px;
	margin-bottom:2em
}
.footer-logo{
	margin-top:2em;
}
/*.footer-link-p:before{
	border-top: 1px solid;
	content: "";
	width: 2rem; 
	margin-right: 1rem; 
}*/
.footer-link-c{
	margin-left:4rem;
	display: block;
	font-size: 1.5rem;
}
.footer-copy{
	margin-top:1em;
	font-size: 0.7rem;
}
.footer-link{
	white-space: nowrap;
}
.footer-link div{
	margin-right: 10px;
}
.footer-erea{
	border:1px solid #2B620B;
	padding:1em 2em;
	display: inline-block;
	margin-top:2em;
}
.footer-erea img{width: 30px;margin-right: 10px;margin-bottom: 0;}
.footer-sns img{width: 30px;margin-top:0.5em;}
.footer_message{
	background-color: #393636;
	padding:4em 1em;
	color: #ffffff;
}
.footer-line{background: #171717;height: 5px;margin-top:3em;}
@media screen and (min-width: 981px){
/*	a:hover{
		opacity: 0.5;
	}*/
}
@media print, screen and (max-width: 64em) {
	.footer-link div{
		width: 45%;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 640px){
	.footer {padding: 5em 1em 1em 1em;}
	.footer-link div{width: 45%;margin-bottom: 1em;}
	.footer {padding: 2em 0 1em 0;}
	.footer-link-p li {padding: 0 15px 0 25px;width: 50%;}
	.footer-link-p li:before {width: 15px;height: 1px;}
}
@media screen and (max-width: 39.99875em) {
	.footer-erea {padding: 1em 2em;margin-top: 1em;}
	.footer-line {margin-top: 2em;}
	.footer-copy {margin-top: 3em;}
}
/*.p-top{
	z-index: 1;
	margin-top: 7em;
}*/

/*top*/
.slider {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden; 
  width: 100vw;
  margin-top: 0;
  
}
.slider-wrap{position: relative;}
.slider-wrap .head_message{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  z-index: 1;
  padding: 0;
  margin: 0;padding: 0;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 7.4px;
  white-space: nowrap;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.p-top-concept_logo img{
	width: 50px;
}
a.arrow-link{
  padding:  0.5em 2em;
  display: inline-block;
  border: none;
  text-decoration: none;
  text-align:center;
  text-decoration:none !important;
  font-size: 1.7rem;
}
a.arrow-link[data-type="next"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 10px;
  background: url("../img/common/green-arrow_next.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.arrow-link[data-type="prev"]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  background: url("../img/common/green-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-white:hover{
	opacity: 0.6;
}
a.btn-white{
  padding:  0.5em 2em;
  display: inline-block;
  border: none;
  text-decoration: none;
  text-align:center;
  text-decoration:none !important;
  font-size: 1.6rem;
}
a.btn-white[data-type="more"]{
  padding:  0.5em 3em;
  border:1px solid #67994C;
}
a.btn-white:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -3px 0 0 5px;
  background: url("../img/common/btn-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-white:hover:after {
  background: url("../img/common/btn-arrow-white.svg") no-repeat;
}
a.btn-white[data-color="white"]{
	border: 1px solid #ffffff;
}
a.btn-white[data-color="white"]:after {
  background: url("../img/common/icon-arrow-white.svg") no-repeat;
  width: 20px;
  height: 20px;
}
a.btn-white[data-color="bg-white"]{
	background-color: #ffffff;
	color: #131A0F;
}
a.btn-white:hover {
  background: #67994C;
  transition: all .3s ease;
  /*border:1px solid #67994C;*/
  color: #ffffff;
}
a.btn-white[data-type="border"]{
	border:1px solid #67994C;
}
.slider-roop{
	margin:3em 0 2em;
}
.slider-roop img{
	height: 470px;
}

.slider-roop div{padding:0 3px;}
.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
 overflow:hidden;
 
}
.image_link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(78, 96, 68, 25%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s ease;
}
.image_link:hover::after {
  content: none;
  background:none;
 transition: all .3s ease;
}
.image_link:before{
  content:"";
  display:block;
  padding-top: 100%;
}
.image_link img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:0.8s;
  display:block;
  width:100%;
}
.image_link:hover img{
  transform:scale(1.1);
}
.image_link_txt{
	position:absolute;
	right: 0;
	bottom:0;
	background-color: #ffffff;
	padding: 1em;
	width: 95%;
	padding-right: 1em;
	z-index: 2;
}

.contentOver-box_container{
  overflow: hidden;
}
.ContentOver-box{
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
 
.ContentOver-box-inner{
 margin: 0 15px;
}
.top-works{
	width:100%;
}
.top-works_box{width:30%;padding: 0 10px;box-sizing: border-box;} 
.top-kiori-ie{
	display: flex;
	justify-content: center;
}
.top-about-kiori_txt{
	padding-left: 2em;
}
.top-about-kiori dd{
	margin-bottom: 1.6em;
	padding-left: 1em;
	box-sizing: border-box;
}
.top-kiori-ie ul li{
	list-style: none;
	margin-right: 2em;
	font-size: 2.3rem;
	margin-bottom: 1em;
}
.top-kiori-ie ul li a{
	border-bottom:1px solid #D2D2D2;
	padding-right: 40px;
}
.top-kiori-ie ul li span{
	margin-left:1em;
}
.top-kiori-ie ul li:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 -15px;
    background: url(../img/common/ph_arrow-right-thin.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.top-kiori-ie a{
	position: relative;
}

/*.top-kiori-ie a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #D2D2D2;
bottom: -1px;      
transform: scale(0, 1);   
transform-origin: left top; 
transition: transform 0.3s;
}*/

.top-kiori-ie a:hover::after {
    transform: scale(1, 1);
}
.top-kiori-ie a::after {
    transform: scale(0.2, 1);
}
.top-kiori-ie a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #B7D9BD;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.top-kiori-ie a:hover {
    opacity: 1;
}
.top-kiori-ie a:hover::after {
transform: scale(1, 1); 
}
.top-showroom{
	position: relative;
	background-image: url(../img/top/pic-showroom.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
}
.top-showroom_txt{
	color: #ffffff;
	position: absolute;
	top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
}
.top-cta-left_box,.top-cta-right_box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin:2em 0;
	padding:2em;
}
.top-cta-right_box{
	border-left: 1px solid #D9D9D9;
}
.top-cta-left,.top-cta-right{
	background: #EDF3EA;
	
}

.top-cta_img img{
	width: 30px;	
	margin-bottom: 10px;
}
.top-news li{
	display: flex;
}
.top-news li span{
	margin-left: 2em;
}
.top-news li h3{
	margin-left: 2em;
}
.top-news li{
	margin-bottom: 1em;
}
.top-news{
	border-left: 1px solid #D9D9D9;
	padding-left:3em;
}
.grid-container_r{
	padding-left: 0.9375rem;
	max-width: 100rem;
	margin:0 0 0 auto;
}
.top_event a{text-decoration: underline;}
.top_event a:hover{opacity: 0.6;}
@media print, screen and (min-width: 64em) {
.block03{margin-right: calc(50% - 50vw);}
}
@media screen and (max-width: 981px){
	.slider-wrap .head_message {
	    font-size: 3rem;
	    letter-spacing: 7.4px;
	    
	}
}
@media print, screen and (max-width: 63.99875em) {
	.top-kiori-ie {flex-direction: column;padding:0 1em;}
	.top-about-kiori_txt {padding-left: 10px;}
	.align-center_md {justify-content: center; }	
	.top-cta-left_box, .top-cta-right_box {padding: 2em 1em;}
}
@media screen and (max-width: 39.99875em) {
	.slider {height: auto;}
	.top-works_box {width: 100%;padding: 0;}
	.ContentOver-box-inner {margin-right: 0;width: 100%;}
	.top-about-kiori_txt{padding-left: 10px;}
	.top-kiori-ie ul li { font-size: 1.6rem;}
	.top-showroom_txt {top: 50%;left: 0%;transform: translate(-0%, -50%);-webkit-transform: translate(-0%, -50%);-ms-transform: translate(-0%, -50%);width: 100%;padding: 0 1em;}
	a.btn-white {font-size: 1.5rem;}
	.top-cta-right_box{border-left: none;border-top: 1px solid #D9D9D9;}
	.top-cta-left_box, .top-cta-right_box {margin: 2.6em 2em;padding: 1em;}
	.top-news {border-left: none;border-top: 1px solid #D9D9D9;padding-left: 0;padding-top: 1em;}
	.top-news li {flex-direction: column;}
	.top-news li h3 {margin-left: 0;font-size: 1.6rem;}
	.top-news li span {margin-left: 1em;}
	.align-center_xs {justify-content: center; }	
	.top-kiori-ie {padding: 0;}
	.top-kiori-ie ul li:after {margin: -3px 0 0 7px;}
	.image_link_txt {bottom: -90px;}
	.image_link {overflow: visible;}
	dl dt {font-size: 1.8rem;}
	.top-kiori-ie ul li a {padding-right: 20px;}
	.top-kiori-ie ul li:after {margin: -3px 0 0 -10px;}
	.p-top-concept_message{padding:0 1em;}
	.top-showroom{background-image: url(../img/top/pic-showroom_xs.jpg);height: 550px;}
	.image_link_txt h3{font-size: 1.8rem;}
	.top-kiori-ie ul {margin-bottom: 0;}
	.top-blog h3{font-size: 1.6rem; margin-top: 0.5em;margin-bottom: 2rem;}
}
/*コンセプト*/
.head-wrap{
	background-image: url(../img/concept/MV01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right top;   
	height: 400px;
	position: relative;
}
.head-wrap .head-h1{
	position: absolute;
	top: 50%;
	left: 20%;
	-ms-transform: translate(-20%,-50%);
	-webkit-transform: translate(-20%,-50%);
	transform: translate(-20%,-50%);
	padding: 0;
	margin: 0;padding: 0;
	font-weight: 400;
	font-size: 4rem;
	letter-spacing: 7.4px;
	/*white-space: nowrap;*/
}
.head-wrap .head-h1 div{
	font-size: 3.2rem;
}
.head-wrap .head-h1 h1{
	position: relative;
	padding-left: 1em;
}
.head-wrap .head-h1 h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.concept-message_img{
	width: 50%;
}
.concept-message{
	width: 50%;
	margin-left:-160px;
	background-color: #ffffff;
	padding: 2em;
}
.p-concept-link{
	background: #EDF3EA;
	padding: 2em;
}
.p-concept-link_img img{
	width: 35px;
	margin-bottom: 10px;
}
/*.p-concept-link{
	display: flex;
	justify-content: center;
}*/
.p-concept-link ul{display: flex;flex-wrap: wrap;justify-content: space-around;}
.p-concept-link ul li{
	list-style: none;
	margin-right: 2em;
	font-size: 2rem;
	margin-bottom: 1em;
}
.p-concept-link ul li a{
	border-bottom:1px solid #D2D2D2;
	padding-right: 40px;
	
}
.p-concept-link ul li:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 -15px;
    background: url(../img/common/ph_arrow-right-thin.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.p-concept-link a{
	position: relative;
}

.p-concept-link a::after {
    transform: scale(0.2, 1);
}
.p-concept-link a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #B7D9BD;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.p-concept-link a:hover {
    opacity: 1;
}
.p-concept-link a:hover::after {
	transform: scale(1, 1); 
}
.breadcrumbs{margin:1em;font-size: 1.5rem;}
.breadcrumbs a{color: #131A0F;}

@media print, screen and (max-width: 63.99875em) {
	.head-wrap .head-h1 {left: 20%;font-size: 3rem;}
	.head-wrap .head-h1 div {font-size: 2.8rem;}
	.head-wrap .head-h1 h1 {font-size: 2.8rem;}
	.concept-message_img{width: 80%;}
	.concept-message{width: 80%;margin-left:-160px;padding: 2em;margin-top:100px;}
}
@media screen and (max-width: 39.99875em) {
	.concept-message_img{width: 100%;margin:3em auto 0;}
	.concept-message{width: 90%;margin:-80px auto 2em;}
	.p-concept-link ul {justify-content: flex-start;flex-direction: column;}
	.p-concept-link ul li {margin-right: 1em;font-size: 1.8rem;}
	.head-wrap .head-h1 {font-size: 1.8rem;letter-spacing: 5.4px;}
	.head-wrap .head-h1 div {font-size: 1.8rem;}
	.head-wrap .head-h1 h1 {font-size: 1.8rem;padding-left: 1.5em;}

}
/*施工事例*/
.works-cate{
	border: 1px solid #50A81D;
	padding: 0 1em;
	margin-right: 1em;
}
.p-works-info{
	background: #F6F6F6;
	padding: 1.5em 3em;
	display: inline-block;
	margin-bottom: 1em;
}

.p-works_link{
	display: inline-block;
	/*border-bottom:1px solid #D2D2D2;*/
	/*padding-right: 40px;*/
}
.p-works_link  a{
	border-bottom:1px solid #D2D2D2;
	padding-right: 40px;
	
}
.p-works_link:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 -15px;
    background: url(../img/common/ph_arrow-right-thin.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.p-works_link a{
	position: relative;
}

.p-works_link a::after {
    transform: scale(0.2, 1);
}
.p-works_link a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #B7D9BD;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.p-works_link a:hover {
    opacity: 1;
}
.p-works_link a:hover::after {
	transform: scale(1, 1); 
}
@media screen and (max-width: 39.99875em) {
	.p-works-details{padding: 0 1em;}
	.p-works-info{padding: 1em 2em;}
}
/*施工事例詳細*/
.p-works-details-info{
	background: #F6F6F6;
	padding: 2em 3em;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 39.99875em) {
	.p-works-details .head-h1 h1{font-size: 1.5rem;letter-spacing: 1px;}
	.p-works-details-info{padding: 2em 1em;justify-content: center;}
}

.js-accordion__content{display: flex;}
div#form-fields {
    font-size: 13px;
}
.f-gold{color: #7A7979;}
.border-box{display: inline-block;border: 1px solid rgb(102, 102, 102);padding: 3px 10px;}
img{width: 100%;}
.white-box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	margin: 40px 10px 10em;
	padding: 6em 8em;
}
.white-box .page-lead .msg span {
	display: block;
	margin: 20px auto 0;
	text-align: center;
	font-size: 1.3rem;

}
.white-box .step_list{
	display: flex;
	justify-content: center;
	margin: 50px auto 90px;

}
.white-box .step_list li {
	list-style: none;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding-top: 30px;
	width: 30%;
}
.white-box .step_list li::before {
	content: '';
	background-color: #fff;
	border: 1px solid #C4B49B;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.white-box .step_list li.current::before {
	content: '';
	background-color: #C4B49B;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.white-box .step_list li:not(:last-child)::after {
	content:'';
	width: 100%;
	height: 1px;
	border-top: 1px dotted #C4B49B;
	position: absolute;
	left: 50%;
	top: 10px;
}
@media screen and (max-width: 599px){
	.white-box {
		padding: 4em 1.5em;
		margin-bottom: 3em;
	}
	.white-box .step_list {
		margin: 40px auto 60px;
	}
	.white-box .step_list li {
		font-size: 1.3rem;
	}
}
.Mailform {
	width: 100%;
	margin-bottom: 40px;
}
.Mailform th {
	font-size: 1.6rem;
	line-height: 1;
	width: 20%;
	margin-bottom: 15px;
	padding: 20px 0;
	vertical-align: middle;
	position: relative;
}
.Mailform th .required {
	background-color: #BE0D0D;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}
.Mailform td {
	width: 65%;
	padding: 20px 0 20px 5%;
}
.Mailform td .calendar{
	display: flex;
	justify-content: flex-start;
}
.Mailform input, .Mailform textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
	width: 85%;
}
.Mailform input::placeholder,
.Mailform textarea::placeholder {
	color: #C6C5C3;
}
.Mailform input[type="date"],
.Mailform select {
	color: #595757;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1;
    border: 1px solid #e1e1e1;
	margin-right: 15px;
    padding: 13px 10px;
    width: 170px;
    height: 40px;
}
.Mailform input#yubin1,
.Mailform input#yubin2 {
    letter-spacing: 1px;
    padding: 10px;
    width: 100px;
}
.Mailform input#yubin1 {
    width: 70px;
}
.mwform-tel-field input[type="text"] {
	width: 20%;
}
@media screen and (max-width: 599px){
	.Mailform th, .Mailform td {
		width: 100%;
		display: block;
		margin-bottom: 0;
		padding: 10px 0 0;
	}
	.Mailform td {
		margin-bottom: 15px;
	}
	.Mailform td .calendar{
		justify-content: space-between;
	}
	.Mailform input[type="date"],
	.Mailform select {
	margin-right: 0;
    width: auto;
    padding: 10px 10px;
	max-width: 130px;
	width: 100px;
}
	.Mailform th {
		font-size: 1.4rem;
		text-align: left;
	}
	.Mailform th .required {
		display: inline-block;
		padding: 3px 5px;
		margin-left: 10px;
		position: static;
		transform: unset;
}
}
.white-box .policy {
	background-color: #F3F3F3;
	padding: 30px 45px;
	font-size: 1.35rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.white-box .policy-title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.white-box .policy ul {
	margin-bottom: 30px;
}
.white-box .policy li {
	list-style: inside;
	text-indent: -18px;
	padding-left: 18px;
}
@media screen and (max-width: 599px){
	.white-box .policy {
		margin-bottom: 30px;
		padding: 30px 20px;
	}
}
.send_btn_inner {
	text-align: center;
	flex-wrap: wrap;
}
.send_btn_inner .submit_btn {
	background-color: #171717;
	border: none;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	margin: 0 auto 10px; 
	padding: 10px 50px 10px 65px;
	width: 260px;
	opacity: 1;
	transition: opacity .7s;
	position: relative;
}
.send_btn_inner .submit_btn::before {
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 39px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
	transition: left .7s;
}
.send_btn_inner .submit_btn:hover {
    opacity: .8;
}
.send_btn_inner .submit_btn:hover::before {
    left: 45px;
}
.send_btn_inner .submit_btn:hover::before {
    left: 45px;
}
.policy {
    height: 320px;
    overflow: auto;
    padding: 30px;
    background: rgb(209, 209, 209);
    font-size: 1.4rem;
}
.white-box .policy dt{font-size: 1.4rem;}
.mwform-checkbox-field label{font-size: 1.4rem;}
.white-square-btn{display: inline-block;background-color: rgb(47, 47, 47);color: #ffffff;padding: 5px 30px;position: relative;
    border: 1px solid #565656;
    text-decoration: none;
    padding: 9px 35px 9px 45px;
    margin: 0 auto;
    display: inline-block;
    font-size: 1.7rem;}
.white-square-btn:before{
	left: 45px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
        content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    }
table.about{text-align: left;width: auto;}
table.about th,table.about td{border-bottom:1px solid rgb(140, 140, 140) ;padding: 10px 10px;font-size: 1.4rem;}
@media screen and (max-width: 39.99875em) {
	table.about th,table.about td{display: block;}
	table.about th{border-bottom: none;padding:10px 0 0 0;}
	table.about td{padding:0 0 10px 0;}
	}
	a.jump_point {height: 1px;
display: block;
padding-top: 70px;
margin-top: -70px;
}
.bg-white{background-color: #ffffff;}
.bg-glay{background-color: #bfbfbf;}
.font-white{color: #ffffff;}
.pad30box{padding: 0 3em 0 3em;}
.pad30allbox{padding: 3em 3em 3em 3em;}
.dl-btn{color: #ffffff;background-color: rgb(71, 71, 71);display: inline-block;padding: 5px 40px;margin-top: 2em;}
.okomaribox{padding: 2em 1em;}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.contactLink{color: #ffffff;margin-top: 2em;display: flex;align-items: center;justify-content: center;font-size: 2rem;}
.contactLink span{margin-left: 10px;}
@media screen and (max-width: 39.99875em) {
	.pad30box{padding: 3em 1em 3em 1em;}
	.pad30allbox {padding: 3em 1em 2em 1em;}
	.pad30allbox_down{padding: 1em 1em 3em 1em;}
	.top-bar-left img{width: 90px;}
	.top-bar-left .menu .menu-text {padding: 0.7rem 0;font-size: 1rem;}
	.top-bar .top-bar-right {padding-right: 0;}
	.top-bar-left ul {padding-right: 0;}
	.top-bar-right .menu li:first-child {padding-left: 0;font-size: 2rem;}
	.top-bar-right .menu li span {font-size: 3rem;}
	.top-bar-right .menu {padding-right: 0;}
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}