@charset "utf-8";
#page.index main{
  position: relative;
	width: 100%;
  z-index: 100;
	-webkit-background-size: cover;
	background-color: #f0f0f0;
}
#page.index #mainin{
    background-image: url(../images202511/top/main_pc_01.jpg);
    display: block !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height:100%;
}
#page.index #mainin2{
    display: block !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height:100%;
}
.index main p{
    width:340px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-134px;
    margin-left:-170px;
}
.index main .scroll{
    width: 100%;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left:-22px;
    background-image: url(../images202511/top/scroll.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:44px;
    height:57px;
}
@media (max-width: 640px) {
  .index main{
    display:table;
    width: 100% !important;
  }
  .index main p{
      width:100%;
      top:50%;
      left:50%;
      margin-top:-134px;
      margin-left:-170px;
      width:340px;
  }
    .index main p img{
        width:100%;
        text-align:center;
        margin:0 auto 0;
    }
  .index main .scroll{
      margin-left:-5vw;
      width:10vw;
      height:12.9vw;
      background-size: cover;
      bottom: 5vw;
  }
}

.index #contents .topcopy{margin:0 auto;padding:84px 0 90px;text-align:center;}


/*　スマホのみ改行　*/
@media screen and (min-width: 640px){
.br-sp {display: none; }
}

/*　ブログ　スマホのみ表示　*/
.blog-bn {
	display: none;
}
 @media screen and (max-width: 640px) {
.blog-bn {
	display: block;
	margin:-30px 0 60px; 0;
	border-bottom: solid 2px #555;
	border-top: solid 2px #555;
	}
}
@media screen and (max-width: 640px){
.hide {display: none; }
}




/*　MODEL HOUSE　*/
.index #contents .top-model-house{
  margin-bottom:75px;
  padding:0 0 0;
  width:100%;
  display:table;
}
  .index #contents .top-model-house .title{
    padding:0 0 14px;
    margin:0;
    font-size:38px;
    line-height: 1;
    float: none;
  }
    .index #contents .top-model-house .title-com{
      font-size:24px;
      line-height: 1;
      letter-spacing: 1px;
    }

.index #contents .top-model-house-slide {
  overflow:hidden;
  display:table;
  min-height:745px;
  position:relative;
  width:100%;
  margin:60px 0 0;
}
.index #contents .top-model-house-slide .gobu{position:absolute;/*height:500px;*/z-index: 50;top:250px;}
.index #contents .top-model-house-slide .gobu.goL{left: 50%;margin-left:-435px;}
.index #contents .top-model-house-slide .gobu.gor{right: 50%;margin-right:-435px;}
.index #contents .top-model-house-slide .gobu img{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.index #contents .top-model-house-slide .box{
	/*position:absolute;*/
	width:800px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.index #contents .top-model-house-slide .box .category{
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 2px;
}

  .index #contents .top-model-house-slide .box img{
    display: block;
    width:100%;
    height:auto;
  }
  .index #contents .top-model-house-slide .swiper-slide-active img{
    border:4px solid #fff;
  }
  .index #contents .top-model-house-slide .comment{
    display: none;
  }
.index #contents .top-model-house-slide .swiper-slide-active .comment{
  position: relative;
  margin:30px auto 0;
  width:auto;
  display: table;
  float: left;
}
  .index #contents .top-model-house-slide .comment .comment-box{
    display: table-cell;
    padding-right:25px;
  }
    .index #contents .top-model-house-slide .comment h3{
      display: table;
      text-align: left;
      border-bottom:1px solid #78a27e;
    }
      .index #contents .top-model-house-slide .comment .catchphrase{
        font-size:15px;
        line-height: 1.4;
        letter-spacing: -1px;
      }
      .index #contents .top-model-house-slide .comment h3 .name{
        font-size:18px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1.5px;
        padding:0 0 6px;
      }
      .index #contents .top-model-house-slide .comment p.region{
        padding:14px 0 0;
        font-size:20px;
        line-height:1;
        letter-spacing: 1px;
      }
.index #contents .top-model-house .comment .r-box{
  height:100%;
  display: table-cell;
  vertical-align: bottom;
}
  .index #contents .top-model-house .comment .button{
    margin:0;
    width:140px;
    min-width: 140px;
    height:40px;
    border-radius: 20px;
    background-color:#78a27e;
    overflow: hidden;
    border:none;
  }
    .index #contents .top-model-house .comment .button a{
      display:block;
      color:#fff;
      font-size: 18px;
      font-weight: normal;
      margin:0;
      padding:0;
      width:100%;
      height:100%;
      border:none;
      -webkit-display: flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
.index #contents .top-model-house hr{
  background-color:#808080;
  height:1px;
  border:none;
}

@media (max-width: 640px) {
    .index #contents .top-model-house{
      margin:10vw 0 15vw;
    }
    .index #contents .top-model-house .title{
      padding:0 0 3vw;
      font-size: 2.2em;
    }
      .index #contents .top-model-house .title-com{
        font-size:4vw;
      }

  .index #contents .top-model-house-slide {
    min-height:120vw;
    margin:7vw 0 0;
  }
    .index #contents .top-model-house-slide .gobu{top:29vw;}
    .index #contents .top-model-house-slide .gobu.goL{
      left: 0;
      margin-left:1.2vw;
    }
    .index #contents .top-model-house-slide .gobu.gor{
      right: 0;
      margin-right:1.2vw;
    }
    .index #contents .top-model-house-slide .gobu img{
      width:3vw;
    }
    .index #contents .top-model-house-slide .box{
      width:100%;
      padding:0 7vw;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }

    .index #contents .top-model-house-slide .swiper-slide-active .comment{
      margin:5vw auto 0;
    }
      .index #contents .top-model-house-slide .comment .comment-box{
        display: table;
        padding-right:0;
      }
          .index #contents .top-model-house-slide .comment .catchphrase{
            font-size:3.6vw;
            padding:0 0 1.5vw;
          }
          .index #contents .top-model-house-slide .comment h3 .name{
            font-size:4.4vw;
            padding:0 0 1.5vw;
          }
          .index #contents .top-model-house-slide .comment p.region{
            padding:3vw 0 0;
            font-size:4.2vw;
          }
    .index #contents .top-model-house .comment .r-box{
      height:auto;
      display: table;
    }
      .index #contents .top-model-house .comment .button{
        margin:5vw 0 0;
        width:34vw;
        min-width: 34vw;
        height:10vw;
        border-radius: 5vw;
      }
        .index #contents .top-model-house .comment .button a{
          font-size: 4vw;
        }

}




/*　新着情報　*/
.index #contents .news{
	width:100%;
    display:table;
    padding:0 0 150px;
}
.index #contents .news .titlebox{
	margin:0 auto 40px;
}
.index #contents .news .l{
    width:47.6%;
}
.index #contents .news .r{
    width:47.6%;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    justify-content:space-between;
}
.index #contents .news .box{width:100%;float:left;}
.index #contents .news .box .img{width:100%;}
.index #contents .news .box .img img{width:100%;}
.index #contents .news .boxin{display:table;}
.index #contents .news .boxin .data{color:#808080;font-size:0.9em;padding:15px 0 5px;}
.index #contents .news .boxin h2 a{
  font-size:1.3em;
  line-height: 1.4;
  font-weight:bold;
}
.index #contents .news .boxin ul{display:table;float:left;margin:15px 0 20px;}
.index #contents .news .boxin ul li{
    float:left;
    margin:0 10px 8px 0;
    line-height:24px;
    border:2px solid #000;
    border-radius:4px;
    font-weight:bold;
    padding:0 10px;
    min-width:82px;
    text-align:center;
}
.index #contents .news .boxin ul li:hover{background-color:#333;border:2px solid #333;}
.index #contents .news .boxin ul li :hover{
    color:#fff;
}

.index #contents .news .r .box{
    width:45%;
    max-width:214px;
}
.index #contents .news .l .boxin{
    width:88%;
    margin:-25px auto;
    background-color:#fff;
    padding:10px 6% 0;
    z-index:5;
    position: relative;
	box-shadow:3px 3px 10px 0px #ccc;
}
@media (max-width: 1000px) {
    .index #contents .news{
        padding:0 0 40px;
    }
    .index #contents .news .l{
        width:100%;
        max-width:600px;
        float:none;
        margin:0 auto;
    }
    .index #contents .news .r{
        width:100%;
        max-width:600px;
        float:none;
        margin:0 auto;
    }
    .index #contents .news .r .box{
        width:48.33%;
        max-width:290px;
    }

    .index #contents .news .l .boxin{
        width:100%;
        margin:0 auto;
        background-color:transparent;
        padding:0;
        z-index:1;
        box-shadow:none;
    }
    .index #contents .news .boxin .data{font-size:0.9em;}
    .index #contents .news .boxin h2 a{font-size:1.1em;line-height:1.4;}
    .index #contents .news .boxin ul{;margin:15px 0 50px;}
    .index #contents .news .boxin ul li{
        float:left;
        margin:0 10px 8px 0;
        font-size:0.9em;
    }
}
@media (max-width: 640px) {
  .index #contents .news .boxin h2 a{
    font-size:3.6vw;
    line-height:1.4;
  }
}

/*　コンセプト　*/
.index #contents .concept{
	display:table;
  width:100%;
  z-index:5;
  padding-top:75px;
}
.index #contents .concept .box{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  position: relative;
  display:table;
  overflow:hidden;
}
.index #contents .concept .img{
  float:right;
  z-index:1;
  position:relative;
  max-width:830px;
  height:590px;
  overflow:hidden;
}
.index #contents .concept .l{
	float:left;
	margin:0;
	z-index:20;
	position:absolute;
  top:0;
  left:50%;
  margin-left:-500px;
  width:1000px;
}
.index #contents .concept .l .boxin{
	width:473px;
	background-color: #f2f2f2;
	padding:20px 0;
  text-align:left;
}
.index #contents .concept .box p{line-height:2.4;}
.index #contents .concept .box p.catch{font-size:1.8em;font-weight: bold;line-height:1.6;text-align:left;padding:0 0 25px;}
.index #contents .concept .box .button{margin:40px 0 0;}
@media (max-width: 1020px) {
    .index #contents .concept{
      z-index:1;
      padding-bottom: 100px;
    }
    .index #contents .concept .img{
      float:none;
      margin:0 auto;
    }
    .index #contents .concept .l{
      width:100%;
      float:none;
      margin:0 auto;
      z-index:1;
      position:relative;
      left:0;
      text-align:center;
    }
    .index #contents .concept .l .boxin{
        background-color: #fff;
        padding:20px 0 20px 0;
        margin:0 auto;
    }
    .index #contents .concept .box .title{padding:50px 0 25px;}
        .index #contents .concept .box p{line-height:2.4;text-align:center;}
        .index #contents .concept .box p.catch{
            font-size: 1.4em;
            line-height: 1.6;
            text-align: center;
            padding: 0 0 15px;
            letter-spacing: 4px;
        }
        .index #contents .concept .box .button{margin:30px auto 40px;}
    .index #contents .concept .img{
        float:none;
        z-index:1;
        width:100%;
        height:auto;
    }
    .index #contents .concept .img img{width:100%;}
}


@media (max-width: 640px) {
  .index #contents .concept {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index #contents .concept .l .boxin{
    width:96vw;
  }
  .index #contents .concept .box p{
    font-size:2.8vw;
    line-height: 2;
    letter-spacing: -1px;
  }
  .index #contents .concept .box .button {
    margin: 10vw auto 15vw;
  }
}


/*　サービス　*/
.index #contents .service{
	display:table;
    width:100%;
    background-color:#fff;
    padding:75px 0 100px;
    margin-top:-66px;
    position: relative;
}
  .index #contents .service .title{
    padding:0 0 40px;
    width:100%;
    max-width:1000px;
    color:#333;
    margin:0 auto;
  }
  .index #contents .service ul{
    width:100%;
    max-width:1000px;
    display:table;
    margin:0 auto;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    justify-content:space-between;
    text-align:center;
  }
    .index #contents .service ul li{
      text-align: left;
      width:298px;
    }
      .index #contents .service ul li img{
        width:100%;
        display:block;
        margin:0 auto;
      }
      .index #contents .service ul li:hover img{
        opacity: 0.6;
      }
      .index #contents .service ul li p{
        font-size: 12px;
        line-height: 1;
        margin: 15px 0 10px;
        letter-spacing: 1px;
        width:100%;
      }
      .index #contents .service ul li h3{
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        margin: 0;
        letter-spacing: 2px;
        width:100%;
      }
      .index #contents .service ul li a{
        margin:18px 0 0;
        font-size: 12px;
        line-height: 1;
        color:#666;
        display: table;
        background-repeat: no-repeat;
        background-image: url(../images202511/common/arrow-gray.png);
        background-position: right center;
        padding-right: 30px;
        white-space: nowrap;
        font-size: 0.9em;
        font-weight: bold;
      }
      .index #contents .service ul li:hover p,
      .index #contents .service ul li:hover h3,
      .index #contents .service ul li:hover a{
        color:#78a27e;
      }
      .index #contents .service ul li:hover a{
        background-image: url(../images202511/common/arrow-green.png);
      }
@media (max-width: 920px) {
  .index #contents .service ul li{
    width:32%;
  }
}

@media (max-width: 640px) {
  .index #contents .service{
    padding:5vw 0 5vw;
    margin-top:0;
  }
    .index #contents .service .title{
      padding:0 0 6vw;
      text-align:center;}
    .index #contents .service ul{
      width:90vw;
      margin:0 auto;
    }
    .index #contents .service ul li{
      width:48%;
      margin-bottom:8vw;
    }
    .index #contents .service ul li p{
      font-size: 3vw;
      margin: 3vw 0 1.5vw;
      letter-spacing: 0;
    }
    .index #contents .service ul li h3{
      font-size: 3.8vw;
      line-height: 1.4;
      font-weight: bold;
      margin: 0;
      letter-spacing: 1px;
      width:100%;
    }
    .index #contents .service ul li a{
      margin:2vw 0 0;
      font-size: 3.4vw;
      padding-right: 30px;
      white-space: nowrap;
      font-size: 0.9em;
      font-weight: bold;
    }
}



/*　SHOP DESIGN　*/
.index #contents .shop-design{
	display:table;
  width:100%;
  z-index:5;
  padding:75px 0;
}
.index #contents .shop-design .box{
  width:100%;
  max-width:1400px;
  height: 500px;
  margin:0 auto;
  position: relative;
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
  overflow:hidden;
  background-image: url(../images202511/top/shop-design_img.jpg);
  background-size:auto 100% ;
  background-repeat: no-repeat;
  background-position: left center;
}
.index #contents .shop-design .r{
  display: table;
	float:right;
	z-index:20;
  width:380px;
	position:absolute;
  left:50%;
  margin-left:130px;
	background-color: #f2f2f2;
}
  .index #contents .shop-design .r .comment-box{
    padding:25px 0 40px 65px;
  }
  .index #contents .shop-design .box p.sub-title{
    font-size: 19px;
    line-height:1;
    padding-bottom:6px;
    display: table;
    width:134px;
    background-image: url(../images202511/common/arrow-title-green.svg);
    background-size: 134px 14px;
		background-repeat: no-repeat;
		background-position: right bottom;
    margin-bottom: 8px;
  }
  .index #contents .shop-design .box p.catch{
    font-size:20px;
    font-weight: bold;
    line-height:1;
    text-align:left;
    padding:0 0 25px;
  }
  .index #contents .shop-design .r .boxin{
  	padding:0 0 0;
    text-align:left;
  }
    .index #contents .shop-design .r .boxin p{
    	line-height:2;
    }
.index #contents .shop-design .box .button{margin:35px 0 0;}
@media (max-width: 950px) {
  .index #contents .shop-design .r{
  	float:right;
  	z-index:20;
    left:auto;
    right:0;
    margin-left:0;
  }
}


@media (max-width: 640px) {
  .index #contents .shop-design{
    padding:0 0;
    background-color: #f2f2f2;
  }
  .index #contents .shop-design .box{
    height: auto;
    margin:0;
    background-position: top center;
    background-size:100% auto;
  }
  .index #contents .shop-design .r{
  	float:none;
    width:80vw;
  	position:relative;
    left:auto;
    margin:50vw auto 0;
  }
    .index #contents .shop-design .r .comment-box{
      padding:4vw 6vw 8vw 6vw;
    }
    .index #contents .shop-design .box p.sub-title{
      font-size: 3.5vw;
      padding-bottom:1.5vw;
      width:21vw;
      margin-bottom: 2.5vw;
      background-size: 21vw auto;
    }
    .index #contents .shop-design .box p.catch{
      font-size:3.8vw;
      padding:1vw 0 5vw;
    }
  .index #contents .shop-design .box .button{margin:5vw auto 5vw;}
}



/*　インスタグラム スライダー　*/
.index #contents .instagram-slide .box{
	/*position:absolute;*/
	width:270px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.index #contents .instagram-slide .box img{width:100%;height:auto;}
.index #contents .instagram-slide .slide.swiper-container .swiper-slide {
    margin: 0 20px 0 0 !important;
}

@media (max-width: 640px) {
    .index #contents .instagram-slide {min-height:200px;}
    .index #contents .instagram-slide .box{
        width:20px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .index #contents .instagram-slide .box .boxin{margin:0 auto;width:84%;position: relative;}
}

/*　スタッフ紹介　*/
.index #contents .staff{
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images202511/top/staff_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.index #contents .staff div{margin:0 auto;}
.index #contents .staff h2{
    margin:0 auto;
    line-height:1.2;
    color:#fff;
    text-align:center;
}
.index #contents .staff p{
    display:block;
    font-weight:bold;
    letter-spacing: 2px;
    font-size:1.2em;
    padding:20px 0 40px;
    color:#fff;
}
.index #contents .staff .button{
    margin:0 auto;
}
.index #contents .staff .button a{
	border:2px solid #fff;
	color:#fff;
}
.index #contents .staff .button a:hover{background-color:#fff;border:2px solid #fff;color:#333;}
@media (max-width: 640px) {
    .index #contents .staff{
        height:300px;
    }
    .index #contents .staff h2{
        width:100%;
        display:block;
    }
    .index #contents .staff h2 span:nth-child(2){
        font-size:1em;
    }
}






/*　会社概要　*/
.index #contents .aboutus{
	background-repeat: no-repeat;
	background-image: url(../images202511/top/about_back.png);
	background-position: left bottom;
	display:table;
}
.index #contents .aboutus .box{
	width:100%;
}
.index #contents .aboutus .boxin{
	width:460px;
	float:left;
	margin:-40px 0 40px 40px;
	background-color: #fff;
	z-index:20;
	position:relative;
	padding:35px;
	box-shadow:4px 4px 20px 0px #999;
}
.index #contents .aboutus .img{
	width: calc(100% - 500px);
	float:right;
	margin-top:80px;
}
.index #contents .aboutus .img img{width:100%;}
.index #contents .aboutus .boxin .mtitle{
	border-bottom: 2px solid #000;
	color: #000;
	font-weight:bold;
	letter-spacing: 1px;
	padding:0 0 4px;
	display:table;
}
.index #contents .aboutus .box h2{font-size:1.6em;padding:30px 0;font-weight:bold;}
.index #contents .aboutus .box p{line-height:2.4;}
.index #contents .aboutus .box .button{margin:60px 0 0;}
@media (max-width: 640px) {
	.index #contents .aboutus{width:100%;}
	.index #contents .aboutus .box{
		margin:0 auto 0;
		width:100%;
		float:none;
		-webkit-display: table;
		display: table;
	}
	.index #contents .aboutus .img{
		width: 100%;
		float:none;
		margin:0 auto;
	}
	.index #contents .aboutus .boxin{
		width:90%;
		float:none;
		margin:-80px auto 40px;
		background-color: #fff;
		padding:25px;
	}
		.index #contents .aboutus .box h2{font-size:1.4em;}
		.index #contents .aboutus .box p{line-height:2;}
		.index #contents .aboutus .box .button{margin:40px auto 0;}
}
