@charset "utf-8";
body {
	font-family: "游ゴシック", "Yu Gothic","游ゴシック体", YuGothic,"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	line-height: 100%;
	color: #181717;
	box-sizing: border-box;
	font-size: 1.0rem;
    margin: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
    opacity: 0.5;
}
.wrapper{
	max-width: 1800px;
	width: 95%;
	margin: 0 auto;
}
/* headerメニュー */
.site-header {
	position: relative; 
}
.site-header__wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.site_logo{
	margin-left: 1.9rem;
}
.site-header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
.nav__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__item a {
	display: block;
	padding: 2.5rem 1.4rem;
	color: #424242;
}
@media all and (max-width: 600px){
    .nav__item a {
        display: block;
        padding: 0rem 0.2rem;
        color: #424242;
    }
    .site_logo{
        margin-left: 0;
    }
}
.nav_inquiry{
	display: block;
	background-color: #45bfff;
	padding: 40px 36px;
}
.nav_inquiry a{
	color: #ffffff;
}
.nav__toggle {
	display: none;
}
/* メインイメージ */
.main_img{
    display: block;
}
.main_img_sp{
    display: none;
}
@media all and (max-width: 600px){
.main_img{
    display: none;
}
.main_img_sp{
    display: block;
}
}
/* 人気のひびきのエリア*/
.area_box{
    margin-top: 100px;
}
@media all and (max-width: 600px){
    .area_box{
        margin-top: 50px;
    }
}
.area_head img{
    margin: 0 auto;
}
.area_text{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
.popular_area_sp{
    display: none;
}
@media all and (max-width: 600px){
.popular_area_pc{
    display: none;    
}
.popular_area_sp{
    display: block;
}
.popular_area_sp p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.popular_area_sp img{
    margin: 0 auto;
}
}
/* 八幡西区エリアは商業施設も充実 */
.area_head02 img{
    margin: 0 auto 18px;
}
.area_text2{
    font-size: 20px;
    font-weight: bold;
    text-align: center; 
    margin-bottom: 25px;
}
.shop_img-flex{
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 0;
    margin: 0;
}
@media all and (max-width: 878px){
    .area_text2{
        ffont-size: 16px;
        margin: 0 5% 25px;
        line-height: 1.5;
    }
}
@media all and (max-width: 600px){
    .shop_img-flex{
        display: block;
    }
    .shop_img-flex li img{
        width: 100%;
    }
    .area_head02 img{
        width: 95%;
    }
}
/* リベラ物件続々の2つの団地はこちら */
.libera_bg{
    padding-top: 85px;
    padding-bottom: 70px;
    background: url(../image/haikei01.png)no-repeat center center; 
}
.libera_head{
    margin: 0;
}
.libera_head img{
    margin: 0 auto 85px;
}
.apartment_img-flex{
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 0;
    margin: 0; 
}

@media all and (max-width: 600px){
    .apartment_img-flex{
        display: block;
    } 
    .apartment_img-flex li img{
        padding-bottom: 30px;
    }
    .libera_bg{
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(../image/haikei01_sp.png)no-repeat center center; 
        background-position:0;
    }
    .libera_head img{
        padding-top: 40px;
        margin: 0px auto 50px;
    }
}
.apartment_img{
    width: 95%;
}
.apartment_img img{
    width: 90%;
    margin: 0 auto;
}
.apartment_img04{
    margin-top: 80px;
}
.apartment_img04 img{
    margin: 0 auto;
}
@media all and (max-width: 600px){
    .apartment_img04{
        margin-top: 20px;
    }
    .apartment_img04 img{
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .footer_contact{
        width: 250px;
        padding-bottom: 10px;
    }
}
/* Lifestyle */
/* concept
================================================ */

.home-concept__inner { position: relative; padding-top: 60px; padding-bottom: 90px; }

.home-concept__inner::after { position: absolute; content: ''; display: block; bottom: 64px; right: auto; left: calc(43% + 650px); -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 110px; height: 92px; z-index: -1; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: url("../image/ico_concept02.png") no-repeat center/contain; }

.home-concept__head { position: relative; min-height: 90px; padding-top: 50px; margin-bottom: 14px; text-align: center; }

.home-concept__head::before { position: absolute; content: ''; display: block; top: 0; left: 0px; width: 172px; height: 58px; background: url("../image/txt_concept01.png") no-repeat center/contain; z-index: -1; }

.home-concept__head-txt { font-size: 2.7rem; line-height: 1.5; font-weight: bold; }

.home-concept__head-txt-in { letter-spacing: .2em; }

.home-concept__head-dot { position: relative; display: inline-block; padding-top: 10px; letter-spacing: .2em; }

.home-concept__head-dot::before { position: absolute; top: 5px; left: calc(50% - 3px); -webkit-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: #333; }

.home-concept__content-area-img { position: relative; padding: 35px 0 30px 7px; }

.home-concept__content-area-img::before { position: absolute; content: ''; display: block; top: 0; left: -20px; width: 210px; height: 210px; background: url("../image/bg_concept01.png") no-repeat top/contain; z-index: -1; }

.home-concept__content-area-img::after { position: absolute; content: ''; display: block; top: -60px; left: 28px; width: 100px; height: 82px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: url("../image/ico_concept01.png") no-repeat center/contain; }

.home-concept__content-img02 { position: absolute; right: -20px; bottom: 0; width: 32.5373%; }

.home-concept__content-txt { font-size: 16px; line-height: 2; padding: 0 15px; }

.home-concept__btn { margin-top: 18px; }
@media (min-width: 1261px){
.c-btn01 {
    max-width: 300px;
    margin: 30px 0 0;
}
.c-btn01__link {
    padding: 14px;
    font-size: 1.5rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
}
.c-btn01__link {
    display: block;
    padding: 14px;
    border: 2px solid #333;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    width: 100%;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #424242;
}
@media all and (min-width: 1261px) { .home-concept__inner { padding-top: 65px; padding-bottom: 178px; }
  .home-concept__inner::after { bottom: 50px; right: 30px; width: 230px; height: 184px; }
  .home-concept__head { position: relative; z-index: 1; min-height: 130px; padding-top: 0; margin-bottom: 31px; text-align: left; }
  .home-concept__head::before { top: -82px; left: -201px; width: 345px; height: 115px; }
  .home-concept__head-txt { font-size: 48px; }
  .home-concept__head-dot { padding-top: 10px; letter-spacing: .2em; }
  .home-concept__head-dot::before { top: 8px; left: calc(50% - 5px); width: 6px; height: 6px; }
  .home-concept__content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .home-concept__content-area-img { width: 48%; position: relative; padding: 0px 0 0 3.66032%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 9%; }
  .home-concept__content-area-img::before { position: absolute; content: ''; display: block; top: -70px; left: 0; width: 53.76344%; height: 100%; }
  .home-concept__content-area-img::after { top: 190px; left: 0px; width: 200px; height: 164px; }
  .home-concept__content-img02 { right: 0; top: 186px; bottom: auto; width: 15.625%; }
  .home-concept__content-area-txt { width: 52%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 100px; padding-top: 2.8%; max-width: 620px; }
  .home-concept__content-txt { padding: 0; }
  .home-concept__btn { margin: 30px 0 0; } 
}
.home-concept_sp{
    display: none;
}
.u-view-sp{
    display: none;
}
@media screen and (min-width: 1600px) { .home-concept__inner { padding-top: 100px; }
  .home-concept__content-area-img { padding: 0 0 0 10.41666%; margin-top: 0; } }

@media all and (max-width: 1260px){
.home-concept__inner::after{
    display: none!important;
}
.home-concept__head::before{
    display: none;
}
.home-concept__head-txt{
    display: none;
}
.home-concept_sp{
    display: block;
    margin: 0 auto;
    width: 330px;
}
.home-concept__head{
    padding-top: 20px;
}
.home-concept__content-img img{ margin: 0 auto;}
.home-concept__content-img02 { position: absolute; right: 0px; bottom: 0; width: 32.5373%; }
.home-concept__content-area-txt{
    width: 95%;
    margin: 0 auto;
}
.u-view-sp{
    display: block;
}
@media all and (max-width: 600px){
    .home-concept__inner{
        padding-bottom: 50px;
    }
}
.u-view-pc{
    display: none;
}
.home-concept__content-area-img{
    width: 100%;
}
.home-concept__content-area-img::after{
    display: none;
}
.c-btn01__link{
    text-align: center;
}
}
/* 八幡西区エリアPOINT */
.point_bg{
    margin-top: 55px;
    width: 100%;
    height: auto;
    background: url(../image/haikei02.png)no-repeat center center;
}
.areapoint_head{
    margin: 0;
}
.areapoint_head img{
    margin: 0 auto;
    padding-top: 110px;
}
.areapoint_img-flex{
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 0;
    margin: 70px 0 75px; 
}
.point_img{
    width: 85%;
    margin: 0 auto;
}

.point_text{
    width: 423px;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 30px;
    margin: 0 auto;
}
.point_img06{
    margin: 0 auto;
    padding-bottom: 50px;
}
@media all and (max-width: 1260px){
    .point_img{
        width: 50%; 
    }
    .point_img70{
        width: 70%!important;
    }
    .point_text{
        width: 320px;
        font-size: 16px;
    }
}
@media all and (max-width: 970px){
    .areapoint_head img{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .point_bg{
        background: url(../image/haikei02_sp.png)no-repeat center center;
    }
    .areapoint_img-flex{
        display: block;
        margin: 0px 0 0;
    }
    .areapoint_img-flex li{
        margin-bottom: 30px;
    }
    .point_img70{
        width: 50%!important;
    }
}
/* お問い合わせ */
.contact_bg{
    padding-top: 113px;
    padding-bottom: 128px;
    background: url(../image/haikei05.png)no-repeat center center;
}
.contact_box{
    width: 95%;
    max-width: 1200px;
    height: 418px;
    margin: 0 auto;
    background-color: #fff;
}
.contact{
    padding-top: 50px;
}
.contact_head{
    margin: 0 auto;
}
.contact_subhead{
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.contact_text{
    margin-bottom: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
.contact_flex{
    display: flex;
	justify-content: center;
	align-items: center;
}
.footer_contact-info{
    padding: 0 20px 0 0;
}
.footer_contact-mail{
    padding: 0 0 0 20px;
}
.footer_contact{
    display: inline-block;
}
@media all and (max-width: 830px){
.contact_flex{
    display: block;
    text-align: center;
}
.contact_box{
    height: 468px;
}
.footer_contact-info{
    padding: 0 ;
}
.footer_contact-mail{
    padding: 0;
}
.contact_bg{
    padding-top: 93px;
}
}
@media all and (max-width: 620px){
    .contact_text{
        text-align: left;
        margin: 0 5% 32px;
    }
    iframe{
        height: 400px;
    }
}
/* footer */
.footer_logo{
    display: block;
    margin: 0 auto;
}
.copyright{
    font-size: 12px;
    text-align: center;
}