@charset "UTF-8";

/*--------title--------*/

.MV2 h1 {
  padding: 0 0 10px 0;
}
.MV2 h1 img {
  width: 25%;
  height: auto;
}

/*--------/title--------*/
/*--------mv--------*/
.MV2-sp {
  display: none;
}
.MV2 {
  display: block;
  position: relative;
}
.MV2 .inner {
  margin: 5px 4vw 0;
}

#slick-slide2 {
  background-color: white;
}

#slick-slide2 .slick {
  margin-inline: auto;
  max-width: 500px;
  width: 80%;
	
}

.MV2 .slick-slide img {
  margin: 0 auto;
  width: 95%;
  height: auto; 
  aspect-ratio: 16 / 9;
}

/* インジケーター（ドット）のスタイル */
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 12px;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: gray;
  width: 10px;
  height: 12px;
}
/* 矢印のスタイル */

.slick-prev::before, .slick-next::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.slick-prev::before {
  border-width: 5px 8px 5px 0;
  border-color: transparent gray transparent transparent;
}
.slick-next::before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent gray;
}

/* 矢印ボタン*/
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next { right: 20%; top:50%; }
.slick-prev { left: 20%; top:50%; }

.slick-prev span, .slick-next span {
  display: none;
}




/*--------/mv--------*/

/*--飯田グループでは、注文住宅の施工を ７社の中からお選びいただけます--*/

@media screen and (max-width: 767px) {
    #company {
        padding: 30px 5px 18px!important;
    }
}

/*--/飯田グループでは、注文住宅の施工を ７社の中からお選びいただけます--*/

/*---分譲住宅No1実績 20251215メモ　一旦保留---*/
#iida .inner
{
	display:flex;
	background: #f5f5f5;
	padding:30px;
	align-items: center;
}

.iida-left{
	width:30%;text-align: center;
}

.iida-left img{
	width:50%;
	    
}

.iida-right{
	width:70%;
}
#iida .inner h2{
	margin:0px 0px 30px;
	text-align: left;
}

.iida_about p:nth-of-type(1){
font-size:1.8rem;	
	line-height: 3rem;
}

.iida_about p:nth-of-type(1) span{
	
	font-size:2.3rem;	
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff799 60%);
}

.iida_about p:nth-of-type(2){
	text-align: right;
	font-size:11px;	
	padding-top:20px;
}

.iida_about p:nth-of-type(2) br{
	display: none;
}



/*---/分譲住宅No1実績---*/

/*---飯田グループについて---*/
.group_name_image{
	text-align: center;
	margin-bottom:30px;
}
.group_name_image img{
	width:60%;
}


/*---/飯田グループについて---*/	

/*---------------グループ7社のプラン例--------------*/
.section-title-c2 {
  position: relative;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
  text-align: center;
}
.section-title-c2 .en {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgba(255, 165, 0, 0.15);
  font-weight: bold;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
.section-title-c2 .jp {
  position: relative;
  z-index: 1;
}


/*ボタンデザイン*/

.btn-plan {
    display: flex;
    background-color: #fff!important;
    width: 400px;
    align-items: center;
    padding: 10px;
    margin: 30px auto;
	border-color: #000000;
    border-style: solid;
    border-width: 2px;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
	
	.btn-plan-l {
    width: 30%!important;
    text-align: center;
}	
	.btn-plan-r {
    width: 70%!important;
}	

.btn-plan-text {
    color: #000!important;
    font-size: 1.9rem!important;

}


/*---------------/グループ7社のプラン例--------------*/

/*---建築実例---*/

section .flex-box {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#Jitsurei .jitsurei-contents ul li {
    width: 30%!important;
    padding-bottom: 4em;
}

/*---/建築実例---*/


/*-------------------sp-------------------*/
@media screen and (max-width:767px) {
/*title*/
    .MV2-sp h1 img {
        width: 55%;
        height: auto;
    }
	
  /*グループ7社のプラン集*/
  .section-title-c2 {
    font-size: 2.2rem;
    margin: 20px 0px 20px 0px;
  }
  .section-title-c2 .en {
    font-size: 40px;
  }
/*ボタンデザイン*/
.btn-plan {
    width: 100%;
}	
.btn-plan {
        padding: 10px 0px!important;
    }
.btn-plan-icon {
        width: 60px !important;
    }
	
	
	
/*分譲住宅No1実績*/
	
	#iida .inner
	{padding:16px;}
	
	#iida .inner h2{
	margin:0px 0px 16px;
	text-align: center;
}
	
	.iida-right{
	width:100%;
}
	
	.iida_about p:nth-of-type(1){
font-size:1.4rem;	
	line-height: normal;
}
	
	.iida_about p:nth-of-type(2) br{
	display: block;
}
	
	.iida_about p:nth-of-type(1) span{
	
	font-size:1.6rem;	
}
	.iida-left{
	display: none;
}
	
	.iida_about p:nth-of-type(2) {
    font-size: 10px;

}
	
    #iida .inner h2 {
        margin: 0px 0px 12px;
        text-align: center;
        font-size: 19px;
    }
	
/*飯田グループについて*/
.group_name_image img{
	width:100%;
}

  /*おすすめコンテンツ*/
  #Recommend .inner h3 {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  /*mv*/
  .MV2 {
    display: none;
  }
  .MV2-sp {
    display: block !important;
  }
  .MV2-sp .inner {
    margin: 5px 4vw 0;
  }
  .MV2-sp h1 {
    padding: 0 0 10px 0;
  }
  .MV2 h1 img {
    width: 25%;
    height: auto;
  }
  .MV2-sp .slick-slide img {
    width: 100%;
    aspect-ratio: 178 / 83;
    object-fit: cover;
  }
  .MV2-sp .slick-slide img {
    height: 43vh;
  }
  .MV2 h1 img {
    width: 55%;
    height: auto;
  }
  .slick-dots {
    bottom: -20px;
  }
  .slick-dots li button {
    width: 5px;
    height: 10px;
  }
  .slick-dots li.slick-active button {
    width: 5px;
    height: 10px;
  }
  /* 矢印のスタイル */
  .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
  }
  .slick-prev::before {
    border-width: 3px 5px 3px 0;
    border-color: transparent gray transparent transparent;
  }
  .slick-next::before {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent gray;
  }
	
  .slick-next { right: 5%; }
  .slick-prev { left: 5%; }

/*建築実例*/
#Jitsurei .jitsurei-contents ul li {
        width: 46%!important;
        padding-bottom: 2em;
    }
	
	
	
	
	
}
/*-------------------/sp-------------------*/