@charset "utf-8";

/* --------------------------------------------------
contents
-------------------------------------------------- */
.main_in {
  padding-top: 50px;
}
@media screen and (min-width: 768px){
  .main_in {
    padding-top: 100px;
  }
}

.ugoclo-cont .pc{
  display: none;  
}

.ugoclo-cont .ttl-sec{
  margin-bottom:  20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;  
  font-weight: normal;
}
.ugoclo-cont .note{
  text-align: center;
  font-size: 1rem;  
}

@media screen and (min-width: 768px){
  .ugoclo-cont .sp{
   display: none; 
  }
  .ugoclo-cont .pc{
    display: block;  
  }
  .ugoclo-cont img.pc,
  .ugoclo-cont br.pc{
    display: inline;  
  }
  .ugoclo-cont .ttl-sec{
    margin-bottom: 60px;
    font-size: 3.3rem;
    line-height: 1.4; 
  }
  .ugoclo-cont .note{
    font-size: 1.2rem;  
  }
}




/* ugoclo-intro
------------------------------ */
.ugoclo-intro{
  padding-bottom: 40px;  
}
.ugoclo-intro .c-heading-l{
  margin-bottom: 25px;
  font-weight: normal;  
}
.ugoclo-intro .txt-lead{
  margin-bottom: 20px;  
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.ugoclo-intro .txt-lead span{
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  color: #e9606f;
  line-height: 1;
  letter-spacing: 0.49em;
    
}
.ugoclo-intro .txt{
  margin-bottom: 5px;
  text-align: justify;  
}
.ugoclo-intro .txt+.note{
  margin-bottom: 25px;  
}
.ugoclo-intro .logo-list{
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto 15px;  
}
.ugoclo-intro .logo-list img{
  width: auto;
  height: 29px;  
}
.ugoclo-intro .note{
    text-align: left;
}

@media screen and (min-width: 768px){
  .ugoclo-intro{
    padding-bottom: 45px;  
  }
  .ugoclo-intro .c-heading-l{
    margin-bottom: 80px;
  }
  .ugoclo-intro .txt-lead{
    margin-bottom: 35px;  
    font-size: 3.3rem;
  }
  .ugoclo-intro .txt-lead span{
    margin-top: 20px;
    font-size: 2.2rem;
      
  }
  .ugoclo-intro .txt{
    max-width: 720px;
    margin: 0 auto 10px;
    text-align: center;  
  }
  .ugoclo-intro .txt+.note{
    margin-bottom: 45px;  
  }
  .ugoclo-intro .logo-list{
    justify-content: center;
    max-width: none;
    margin: 0 auto 25px;  
  }
  .ugoclo-intro .logo-list li{
    margin: 0 22px;
  }
  .ugoclo-intro .logo-list img{
    height: auto;  
  }
   .ugoclo-intro .note{
    text-align: center;
} 
}




/* ugoclo-lifestyle
------------------------------ */
.ugoclo-lifestyle{
  padding: 50px 0;
  background: rgba(243,223,204,.3);  
}
.ugoclo-lifestyle .ttl-feature{
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;  
}
.ugoclo-lifestyle .ttl-feature span{
  font-size: 2.8rem;
  line-height: 1;
  color: #bc4266;  
}
.ugoclo-lifestyle .point-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ugoclo-lifestyle .point-list li{
  width: calc(50% - 5px);
  padding: 10px 5px 15px;
  box-shadow: 0 0 6px rgba(0,0,0,.4);
  border-radius: 6px;
  background: #FFF;
  text-align: center;  
}
.ugoclo-lifestyle .point-list li:nth-child(n+3){
  margin-top: 12px;  
}
.ugoclo-lifestyle .point-list .ttl-point{
  margin-bottom: 5px;
  line-height: 1;
  color: #bc4266;
  font-weight: 500;  
}
.ugoclo-lifestyle .point-list .ttl-point .en{
  display: block;
  font-size: 1rem;  
}
.ugoclo-lifestyle .point-list .ttl-point .num{
  font-size: 2.5rem;  
}
.ugoclo-lifestyle .point-list .txt{
  font-size: 1.2rem;
  line-height: 1.4;  
}
.ugoclo-lifestyle .pic-point01{
  width: 90%;
  margin: 0 auto 35px  
}
.ugoclo-lifestyle .pic-point{
  padding: 35px 10px 25px;
  background:  #FFF;  
}
.ugoclo-lifestyle .pic-point-list{
  width: 75%;
  margin: 0 auto 10px;  
}
.ugoclo-lifestyle .pic-point-list li{
  position: relative;  
}
.ugoclo-lifestyle .pic-point-list li:nth-child(n+2){
  margin-top: 30px;  
}
.ugoclo-lifestyle .pic-point-list .ico{
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 5;
  width: 76px;
}
.ugoclo-lifestyle .pic-point-list .pic{
  position: relative;  
}
.ugoclo-lifestyle .pic-point-list .pic .caption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1rem;  
}
.ugoclo-lifestyle .pic-point-list+.note{
  text-align: left;
  line-height: 1.5;  
}



@media screen and (min-width: 768px){
  
  .ugoclo-lifestyle{
    padding: 80px 0;
  }
  .ugoclo-lifestyle .ttl-feature{
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
  .ugoclo-lifestyle .ttl-feature span{
    font-size: 4rem;
  }
  .ugoclo-lifestyle .point-list{
    flex-wrap: no-wrap;
    max-width: 1000px;
    margin: 0 auto 70px;
  }
  .ugoclo-lifestyle .point-list li{
    max-width: 235px;
    width: calc((100% - 30px)/2);
    border-radius: 10px;
  }
  .ugoclo-lifestyle .point-list li:nth-child(n+3){
    margin-top: 0;  
  }
  .ugoclo-lifestyle .point-list .ttl-point{
    margin-bottom: 15px;
  }
  .ugoclo-lifestyle .point-list .ttl-point .en{
    font-size: 1.2rem;  
  }
  .ugoclo-lifestyle .point-list .ttl-point .num{
    font-size: 3.5rem;  
  }
  .ugoclo-lifestyle .point-list .txt{
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
  }
  .ugoclo-lifestyle .pic-point01{
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;  
  }
  .ugoclo-lifestyle .pic-point{
    padding: 45px 10px 25px;  
  }
  .ugoclo-lifestyle .pic-point-list{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 20px;  
  }
  .ugoclo-lifestyle .pic-point-list li{
    max-width: 333px;
    width: calc((100% - 20px)/3); 
  }
  .ugoclo-lifestyle .pic-point-list li:nth-child(n+2){
    margin-top: 0;  
  }
  .ugoclo-lifestyle .pic-point-list .ico{
    left: -20px;
    top: -20px;
    width: auto;
  }
  .ugoclo-lifestyle .pic-point-list .pic .caption{
    right: 8px;
    font-size: 1.2rem;  
  }
  .ugoclo-lifestyle .pic-point-list+.note{
    text-align: center; 
  }

  
}





/* ugoclo-family
------------------------------ */
.ugoclo-family{
  padding: 45px 0 50px;
}
.ugoclo-family .layout-box{
  margin-bottom: 45px;  
}
.ugoclo-family .pic-layout{
  width: 80%;
  margin: 0 auto 45px;
}
.ugoclo-family .family-development{
  margin-bottom: 40px;
  padding: 20px 15px;
  background: url(../images/plan/ugoclo/bg_marble.jpg) no-repeat center center;
  background-size: cover;  
}
.ugoclo-family .family-development ul li{
  position: relative;
  display: flex;
  justify-content: space-between; 
}
.ugoclo-family .family-development ul li:nth-child(n+2){
  margin-top: 45px;  
}
.ugoclo-family .family-development ul li:nth-child(n+2)::before{
 position:absolute;
  left: 50%;
  top: -20px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 16px 12px;
  border-top-color: #FFF; 
}
.ugoclo-family .family-development ul .pic{
  width: 48%;  
}
.ugoclo-family .family-development ul .txt-area{
  width: 50%;  
}
.ugoclo-family .family-development ul h3{
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #eb616f;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', YuGothic,'メイリオ',Meiryo ,'ＭＳ Ｐゴシック','MS P Gothic' ,sans-serif;  
}
.ugoclo-family .family-development ul .txt{
  font-size: 1rem;
  line-height: 1.3;  
}
.ugoclo-family .video-box{
  position: relative;
  padding-bottom: 56.25%;  
}
.ugoclo-family .video-box video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
}



@media screen and (min-width: 768px){


  .ugoclo-family{
    padding: 70px 0 130px;
  }
  .ugoclo-family .layout-box{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1000px;
    margin: 0 auto 155px;  
  }
  .ugoclo-family .pic-layout{
		max-width: 394px;
    width: 39.4%;
    margin: 0;
  }
  .ugoclo-family .family-development{
		max-width: 527px;
		width: 52.7%;
    margin-bottom: 0;
		margin-top: 2%;
    padding: 35px 3%; 
  }
  .ugoclo-family .family-development ul li:nth-child(n+2){
    margin-top: 70px;  
  }
  .ugoclo-family .family-development ul li:nth-child(n+2)::before{
    top: -28px;
    border-width: 30px 22px;
  }
  .ugoclo-family .family-development ul .pic{
		max-width: 220px;
    width: 50%;  
  }
  .ugoclo-family .family-development ul .txt-area{
    width: 49%;  
  }
  .ugoclo-family .family-development ul h3{
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .ugoclo-family .family-development ul .txt{
    font-size: 1.4rem;
    line-height: 1.4;  
  }
	.ugoclo-family .video{
		max-width: 1000px;
		margin: 0 auto;
	}
  .ugoclo-family .video-box{
    position: relative;
    padding-bottom: 56.25%;  
  }
  .ugoclo-family .video-box video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;  
  }


  
  
}






/* ugoclo-kitchen
------------------------------ */
.ugoclo-kitchen{
  padding: 0 0 45px;
	background: rgba(245,245,245,.3);  
}
.ugoclo-kitchen .c-inner-90::after{
  display: block;
  content: "";
  height: 0;
  clear: both;  
}
.ugoclo-kitchen .pic-main{
  margin-bottom: 25px;
  text-align: center;  
}
.ugoclo-kitchen .ttl-sec span{
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.49em;
  color: #eca154;
}
.ugoclo-kitchen .ttl-sec+.txt{
  text-align: justify;  
}
.ugoclo-kitchen .ttl-sec+.txt+.note{
  margin: 5px 0 35px;  
}
.ugoclo-kitchen .pic-kitchen{
  margin-bottom: 40px;
  text-align: center;  
}
.ugoclo-kitchen .kitchen-feature-list{
  width: 85%;
  margin: 0 auto 45px
}
.ugoclo-kitchen .kitchen-feature-list li:nth-child(n+2){
  margin-top: 30px;  
}
.ugoclo-kitchen .kitchen-feature-list h3{
  margin: 5px 0 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: normal;  
}
.ugoclo-kitchen .kitchen-feature-list .txt{
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.5;  
}



@media screen and (min-width: 768px){
  
  .ugoclo-kitchen{
    padding: 130px 0 105px;
		margin-bottom: 200px;  
  }
  .ugoclo-kitchen .pic-main{
    margin-bottom: 70px;  
  }
	.ugoclo-kitchen .ttl-sec{
		margin-bottom: 35px;
	}
  .ugoclo-kitchen .ttl-sec span{
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .ugoclo-kitchen .ttl-sec+.txt{
    max-width: 40em;
    margin: 0 auto 10px;
    text-align: center; 
  }
  .ugoclo-kitchen .ttl-sec+.txt+.note{
    margin: 5px 0 60px;  
  }
  .ugoclo-kitchen .pic-kitchen{
    margin-bottom: 50px;
  }
  .ugoclo-kitchen .kitchen-feature-list{
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
    width: 100%;
    margin: 0 auto 75px
  }
	.ugoclo-kitchen .kitchen-feature-list li{
		max-width: 270px;
		width: calc((100% - 30px)/4);
	}
  .ugoclo-kitchen .kitchen-feature-list li:nth-child(n+2){
    margin-top: 0;  
  }
  .ugoclo-kitchen .kitchen-feature-list h3{
    margin: 10px 0;
    font-size: 1.7rem;
		line-height: 1.6; 
  }
  .ugoclo-kitchen .kitchen-feature-list .txt{
    font-size: 1.5rem;
  }
	.c-btn-line:hover .c-btn-line-in::after {
    animation: ani_fadeoutin 1s forwards;
	}

  
}