@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  村田のリノベーション
* --------------------------------------------------------------------------------------------------*/
body{
  min-width: 1200px;
}
.ttl{
  line-height: 1.75;
}
.page_ttl{
  display: inline-block;
	height: 60px;
	background: #231815;
	color: #fff;
	font-size: 2.5rem;
	line-height: 60px;
	text-align: center;
  padding: 0 40px;
  z-index: 1;
  position: relative;
  top: 400px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0; 
}
#main_content .readmore-area > p {
 margin-top: 2em;
}
@media screen and (max-width : 768px){
  body{
    min-width: inherit;
  }
  .ttl{
    line-height: 1.53;
  }
  .page_ttl{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 90px;
    font-size: 2.1rem;
    line-height: 1.5;
    bottom: -90px;
    white-space: normal;
    padding: 15px 0;
  }
  #main_content #readmore-button-box a {
    color: #c90012;       
    display: block;
    text-align: center;
    font-weight: bold;         
    font-size: 1.8rem; 
/*    position: relative;*/
  }
  #main_content #readmore-button-box a::after {
    position: absolute;
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-color:  transparent transparent #c90012 #c90012;
    left: 50%;
    transform: rotate(-45deg) translateX(-60%);
    bottom: -10px;
  }
  #main_content #readmore-button-box {
    padding: 0;
    margin: 0;
   text-align: center;
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), #fff ); 
   padding-top: 80px; 
   margin-top: -60px; 
    margin-bottom: 30px;
   position: relative;  
  }
  #main_content .readmore-area {
     display: none;   /* デフォルトでは非表示にしておく */
  }
 
}

/* ------------------------------
    mv
------------------------------ */

#mv .mv_wrap{
	width: 100%;
/*  height: 0;*/
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
/*  padding-top: 39.673%;*/
  height: 430px;
	margin: 0 auto;
  background: url(../img/about/mv_about.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

/* menu */
#mv #menu{
  width: 100%;
  background: rgba(35,24,21,0.7);
  height: 78px;
  position: absolute;
  top: 0;
}
@media screen and (max-width : 768px){
  #mv .mv_wrap{
    padding: 0;
    height: 140px;
    background: url(../img/about/mv_about_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }

  /* menu */
  #mv #menu{
    width: 100%;
    background: rgba(35,24,21,1);
    height: auto;
    position: static;
  }
}
/* ------------------------------
    page_intro
------------------------------ */
#page_intro{
  padding: 70px 0 ;
  margin-bottom: 70px;
  background-color: #231815;
  overflow: hidden;
/*
  background-image: 
    url(../img/about/img01_pageintro.jpg),
    url(../img/about/img02_pageintro.png);
  background-repeat: no-repeat;
  background-position: 
    left bottom,
    right bottom;
  background-size: 
    auto 100%,
    auto;
*/
}
#page_intro .left_img{
  width: 20%;
  max-width: 460px;
/*  min-width: 257px;*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/about/img01_pageintro.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right top;
  overflow: hidden;
}

#page_intro .right_img{
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
#page_intro .intro_txt{
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.9;
}
#page_intro .box{
  width: 650px;
  margin: 80px auto 0;
}
#page_intro .box .rl{
  font-size: 2.8rem;
  color: #fff;
}
#page_intro .box .txt{
  width: 514px;
  padding-top: 45px;
}
#page_intro .box .txt p{
  line-height: 2.0;
  color: #fff;
}
#page_intro .box .txt .name{
  font-size: 2.0rem;
  text-align: right;
}
@media screen and (max-width : 1300px){
  #page_intro .left_img{
    width: 18%;
    max-width: 200px;
  }

}
@media screen and (max-width : 768px){
  #page_intro{
    padding: 90px 0 30px;
    margin-bottom: 30px;
  }
  #page_intro .wrap{
    overflow: hidden;
  }
  #page_intro .left_img{
    display: none;
  }

  #page_intro .right_img{
    width: auto;
    position: static;
    top: 0;
    right: 0;
  }
  #page_intro .intro_txt{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #page_intro .box{
    width: inherit;
    position: relative;
    margin: 30px auto 15px;
  }
  #page_intro .box .rl{
    float: none;
    display: inline-block;
    font-size: 2.5rem;
    white-space: nowrap;
    padding-top: 20px;
    margin-bottom: 40px;
    width: 50%;
/*    padding-right: 8%;*/
  }
  #page_intro .box .txt{
    float: none;
    display: block;
    width: inherit;
    height: auto;
    overflow: inherit;
    padding-top: 0;
  }
  #page_intro .box .right_img{
    width: 130px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -6%;
  }
  #page_intro .box .right_img::after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
  }

  #page_intro .box .txt p{
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #page_intro .box .txt .name{
    font-size: 1.8rem;
    text-align: center;
  }

}
/* ------------------------------
    main_content
------------------------------ */
#main_content .ttl{
  font-size: 4.2rem;
}
.ttl_line{
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.75;
  padding-bottom: 15px;
  background: url(../img/about/bg_ttlline.png) no-repeat;
  background-position: center bottom;
  margin-top: 50px;
  margin-bottom: 30px;
}

#main_content .ttl + p{
  line-height: 2.0;
}
#main_content .txt p{
  font-size: 1.6rem;
  line-height: 1.5;
}
#main_content .txt p + p{
  margin-top: 2em;
}

#main_content .big_img{
  width: 100%;
  height: 530px;
  background: url(../img/about/bigimg_main.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 30px;
}

/* ---------- tekizami -------- */
#main_content .tekizami {
  margin-bottom: 80px;
}
#main_content .tekizami .img{
  width: 460px;
  margin-right: 80px;
}
#main_content .tekizami .txt  div.cf{
  margin-top: 60px;
  margin-bottom: 150px;
}
#main_content .tekizami .txt  div.cf .txt{
  width: calc(100% - (460px + 80px));
}


/* loopslider */
#main_content .tekizami .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	max-width: inherit!important;
  overflow: hidden;
}
#main_content .tekizami .bx-wrapper .bx-viewport{
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
#main_content .tekizami #loopslider{
  overflow: hidden;
}
#main_content .tekizami #loopslider li{
  width: auto;
  height: 250px;
  overflow: hidden;
}
#main_content .tekizami #loopslider li img{
  width: auto;
  height: 100%;
}

/* ---------- living -------- */
#main_content .living {
  margin-bottom: 90px;
}
#main_content .living .img{
  margin-bottom: 36px;
}


/* ---------- future -------- */
#main_content .future {
  margin-bottom: 90px;
}
#main_content .future .img{
   margin: 46px 0 36px;
}


/* ---------- message -------- */
#main_content .message{
  background: #231815;
}
#main_content .message .wrap{
  padding: 50px 0 90px;
}
#main_content .message .box{
  width: 650px;
  margin: 0 auto ;
}
#main_content .message .box .rl{
  font-size: 2.8rem;
  color: #fff;
/*  text-indent: -0.5em;*/
}
#main_content .message .box .txt{
  width: 500px;
  padding-top: 68px;
}
#main_content .message .box .txt p{
  font-size: 1.4rem;
  line-height: 2.0;
  color: #fff;
}
#main_content .message .box .txt .name{
  font-size: 2.0rem;
  text-align: right;
}

/* ---------- difference -------- */
#main_content .difference .wrap{
  padding: 66px 0 0;
}
#main_content .difference .box{
  background: #eae9e7;
  border-radius: 22px;
  padding: 68px 58px 30px;
  position: relative;
}
#main_content .difference .box .ttl_img{
  width: 218px;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 82px;
}
#main_content .difference .box .ttl{
  font-size: 4rem;
  color: #544742;
  line-height: 1.53;
  display: inline-block;
  margin-left: 274px;
  margin-bottom: 40px;
}
#main_content .difference .box .list{
  flex-wrap: wrap;
}
#main_content .difference .box .list .list_box{
  width: 397px;
  height: 175px;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
}
#main_content .difference .box .list .list_box:nth-child(even){
  margin-right: 0;
}
#main_content .difference .box .list .list_box .img img{
  width: 121px;
}
#main_content .difference .box .list .list_box .txt{
  font-size: 2.0rem;
  padding: 25px 14px 0 14px;
  width: calc(100% - 121px);
}
#main_content .difference .box .list .list_box .txt h5{
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 5px solid;
}
#main_content .difference .box .list .list_box.list01 .txt h5{
  border-color: #41784d;
}
#main_content .difference .box .list .list_box.list02 .txt h5{
  border-color: #9d8a44;
}
#main_content .difference .box .list .list_box.list03 .txt h5{
  border-color: #e8792e;
}
#main_content .difference .box .list .list_box.list04 .txt h5{
  border-color: #37768b;
}
#main_content .difference .box .list .list_box.list05 .txt h5{
  border-color: #76904a;
}
#main_content .difference .box .list .list_box.list06 .txt h5{
  border-color: #592910;
}



@media screen and (max-width : 768px){
  #main_content .ttl{
    font-size: 2.6rem;
  }
  .ttl_line{
    font-size: 2.1rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #main_content .ttl + p{
    line-height: 1.57;
    text-align: left;
  }
  #main_content .txt p{
    font-size: 1.4rem;
  }
  #main_content .txt p + p{
    margin-top: 2em;
  }
  #main_content h3{
    margin-bottom: 20px;
  }
  #main_content .big_img{
    width: 100%;
    height: 130px;
    background: url(../img/about/bigimg_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 20px;
  }

  /* ---------- tekizami -------- */
  #main_content .tekizami {
    margin-bottom: 40px;
  }
  #main_content .tekizami .wrap{
    padding: 0;
    margin-bottom: 40px;
  }
  #main_content .tekizami .txt p{
    padding: 0 5%;
  }
  #main_content .tekizami .img{
    float: none;
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #main_content .tekizami .txt div.cf{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #main_content .tekizami .txt div.cf .txt{
    width: inherit;
  }


  /* loopslider */
  #main_content .tekizami #loopslider li{
    width: auto;
    height: auto;
  }
  #main_content .tekizami #loopslider li img{
    width: auto;
    height: auto;
  }

  /* ---------- living -------- */
  #main_content .living {
    margin-bottom: 40px;
  }
  #main_content .living .wrap{
    padding: 0;
  }
  #main_content .living .txt p{
    padding: 0 5%;
  }
  #main_content .living .img{
    margin-bottom: 20px;
  }


  /* ---------- future -------- */
  #main_content .future {
    margin-bottom: 40px;
  }
  #main_content .future .wrap{
    padding: 0;
  }
  #main_content .future .txt p{
    padding: 0 5%;
  }
  #main_content .future .img{
     margin: 30px 0 30px;
  }


  /* ---------- message -------- */
  
  #main_content .message .wrap{
    padding: 20px 5% 30px;
    position: relative;
  }
  #main_content .message .box{
    width: 100%;
    margin: 0 auto ;
  }
  #main_content .message .box .rl{
    font-size: 2.5rem;
    width: 80px;
    margin-right: 20px;
  }
  #main_content .message .box .txt{
    width: calc(100% - 100px);
    padding-top: 35px;
    margin-bottom: 60px;
  }
  #main_content .message .box .txt p{
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #main_content .message .box .txt .name{
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* ---------- difference -------- */
  #main_content .difference .wrap{
    padding: 30px 5% 0;
  }
  #main_content .difference .box{
    border-radius: 22px;
    padding: 20px 5% 30px;
    position: relative;
  }
  #main_content .difference .box .ttl_img{
    width: 50%;
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
  #main_content .difference .box .ttl{
    font-size: 2.3rem;
    text-align: center;
    display: block;
    margin-left: 0;
    margin-bottom: 25px;
  }
  #main_content .difference .box .list{
    flex-direction: column;
  }
  #main_content .difference .box .list .list_box{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #main_content .difference .box .list .list_box .img{
    width: 30%;
    max-width: 154px;
  }
  #main_content .difference .box .list .list_box .img img{
    width: 100%;
  }
  #main_content .difference .box .list .list_box .txt{
    padding: 15px 3% 0 10px;
    width: 70%;
  }
  #main_content .difference .box .list .list_box .txt p{
    font-size: 0.9rem;
  }
  #main_content .difference .box .list .list_box .txt h5{
    font-size: 1.3rem;
    margin-bottom: 6px;
    border-bottom: 3px solid;
  }

}


/* ------------------------------
    recommend
------------------------------ */
#recommend {
  padding-top: 94px;
}
@media screen and (max-width : 768px){
  #recommend {
    padding-top: 50px;
  }
}