@charset "UTF-8";
/* CSS Document */

a:hover {  
    text-decoration: underline;  
    color: #000;  
}  
a:active    {  
    text-decoration: underline;  
    color: #000;  
}

#house{
text-align: center;
padding: 0 20px;
position: relative;
}
#house h4{
font-size: 120%;
font-weight: 800;
color: #8A8A8A;
letter-spacing: 0.2em;
font-family: 'Nanum Gothic', sans-serif;
}
#house h4 p{
font-size: 90%;
font-weight: 800;
color: #000;
letter-spacing: 0.2em;
}
.ather{
margin-top: 50px;
display: block;
}
#house img{
width: 100%;
}
#house p{
margin-top: 10px;
margin-bottom: 30px;
}

/*---スライダー---*/ 
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-button-next {
background-image: url("../../img/portfolio/arrow_right.png");
}
.swiper-button-prev {
background-image: url("../../img/portfolio/arrow_left.png");
}
.swiper-pagination-bullet-active{
background: #262626;
}

.description{
margin-top: 30px;
margin-bottom: 50px;
text-align: left;
padding: 0 20px;
}
.description h4{
font-size: 110%;
color: #8A8A8A;
font-weight: 700;
letter-spacing: 0em;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
margin-bottom: 20px;
}

#lineup{
text-align: center;
padding: 0 20px;
position: relative;
margin-top: 30px;
}
#lineup h4{
font-size: 120%;
font-weight: 800;
color: #8A8A8A;
letter-spacing: 0.2em;
font-family: 'Nanum Gothic', sans-serif;
line-height: 1.8em;
}
#lineup img{
width: 100%;
}
#lineup p{
margin-top: 10px;
line-height: 1.3em;
font-size: 80%;
}












