/*画面の横幅が960pxまで Landscape phones and down */
@media (max-width: 960px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}
.PC-inline{
	display:none;
}
.SP-inline{
	display:inline;
}

a{
    outline: none;
}

/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
    font-size: 15px;
}


/*コンテンツ幅*/
.content-inner{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:86%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}


/*基本レイアウト*/
.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}



#main-wrapper{
	position:relative;
    opacity: 1 !important;
}

#contents-wrapper{
	position:relative;
    padding-top: 0;
}

.scroll-wrapper #contents-wrapper{
    padding-top: 60px;
}



/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:fixed;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:60px;
	background-color:#fff;
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#header h1{
    width: 90px;
    padding-top: 9px;
    padding-left: 15px;
}

.sp-navi-logo{
    display: none;
    width: 150px;
    padding-top: 9px;
    padding-left: 15px;
}


/*スクロール時*/
#header.scroll-header{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
}


/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:fixed;
	top:0px;
	right:0;
	width:60px;
	height:60px;
	z-index:1050;
    background: url("../../images/btn_menu.png") center center no-repeat;
    background-size: 30px auto;
}

#menuBtn.open{
    background: url("../../images/btn_close.png") center center no-repeat;
    background-size: 30px auto;
}




#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100%;
	background-color:#434C52;
    color: #fff;
    overflow-y: auto;
}




#navi a{
    text-decoration: none;
    color: #fff;
}

ul.global{
    border-top: solid #6a7277 1px;
    width: 90%;
    margin: 60px auto 0 auto;
}
ul.global li.nav-btn{
    border-bottom: solid #6a7277 1px;
    font-size: 14px;
    text-align: left;
}

ul.global li.nav-btn .n-inner{
    position: relative;
}

ul.global li.nav-btn .n-inner a{
    display: block;
    padding: 15px 20px 15px 0;
}

ul.global li.nav-btn .n-inner a span{
    display: block;
    background: url("../../images/arrow_r_w.png") right center no-repeat;
    background-size: 4px auto;
}


.toggle-icon{
    position: absolute;
    width: 40px;
    height: 100%;
    top:0;
    right: 0px;
    z-index: 10;
}

.toggle-icon .icon {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  width: 26px;
  height: 26px;
  transition: all 0.6s;
  background-color: #5f676d;
  top:50%;
  margin-top: -13px;
  right: 10px;
}
.toggle-icon .icon:before,
.toggle-icon .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  background-color: #fff;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1px;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.toggle-icon .icon:after{
    
}
.toggle-icon .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
  
}

/*＋、－切り替え*/
.toggle-icon.open .icon{
    background-color: #fff;
}
.toggle-icon.open .icon:after{
   background-color: #5f676d; 
}
.toggle-icon.open .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
  
  margin-left: 0;
  opacity: 0;
  background-color: #5f676d;
}




.overmenu{
	display: none;
}
.overmenu-inner{
    padding: 0 4% 15px 4%
}

.overmenu-title{
	display: none;
}

.overmenu-nav li{
    margin-bottom: 4px;
}
.overmenu-nav li a{
    display: block;
    background-color: #5f676d;
    padding: 12px 15px;
    font-size: 13px;
}
.overmenu-nav li a span{
    display: block;
    background: url("../../images/arrow_r_w.png") right center no-repeat;
    background-size: 4px auto;
}


.polus-logo{
    display: none;
}

ul#utility{
    width: 90%;
    margin: 25px auto 0 auto;
}
ul#utility li{
    text-align: left;
    font-size: 13px;
}
ul#utility li a{
    display: block;
    padding: 5px 0;
}


#navi-info{
    width: 90%;
    margin: 40px auto 0 auto;
}
#navi-info .telbox{
    padding: 0 4%;
}
#navi-info .mailbox{
    margin-top: 20px;
}


#navi-info .navi-sns{
    text-align: center;
    padding: 25px 0;
}
#navi-info .navi-sns span{
    display: inline-block;
    margin-left: 5px;
}
#navi-info .navi-sns span img{
    padding: 15px;
    width: 20px;
}


/* フッター
------------------------------------------------------------ */

#footer{
    margin-top: 100px;
    padding-top: 25px;
    line-height: 140%;
}

.footer-sns{
    text-align: right;
}
.footer-sns span{
    display: inline-block;
    margin-left: 5px;
}
.footer-sns span img{
    padding: 15px;
    width: 20px;
}

.footer-navi-inner{
    margin-top: 25px;
}
.footer-sitemap{
    width: auto;
    float: none;
    padding-bottom: 40px;
}
.footer-office{
    width: auto;
    float: none;
}


.footer-contact .telbox{
    width: auto;
    float: none;
    text-align: center;
}
.footer-contact .mailbox{
    width: auto;
    float: none;
    margin-top: 25px;
}

.btn-contact{
    
}
.btn-contact{
    display: block;
    text-align: center;
}
.btn-contact a{
    display: block;
    text-decoration: none;
    padding: 0 20px;
    font-size: 13px;
    line-height: 100%;
}
.btn-contact a span{
    display: block;
}
.btn-contact a i{
    font-style: normal;
    display: inline-block;
    padding: 20px 15px 20px 30px;
}


.footer-sitemap-inner{
    margin-top: 40px;
    padding-top: 10px;
    font-size: 13px;
}

.footer-sitemap-inner dl{
    width: 50%;
    float: left;
    line-height: 120%;
}
.footer-sitemap-inner dl.sitemap03{
    width: auto;
    float: none;
    clear: both;
    padding-top: 5px;
    position: relative;
}

.footer-sitemap-inner dl.sitemap03 dt.sitemap04{
    position: absolute;
    top:5px;
    left: 50%;
    width: 50%;
}
.footer-sitemap-inner dl.sitemap03 dt.sitemap05{
    position: absolute;
    top:45px;
    left: 50%;
    width: 50%;
}
.footer-sitemap-inner a{
    font-size: 13px;
}
.footer-sitemap-inner dl dd a{
    font-size: 10px;
}



/**/
.footer-logo strong{
    display: block;
    width: auto;
    max-width: 90px;
}
.footer-logo span{
    display: block;
    font-size: 16px;
    margin-top: 25px;
}

.footer-office{
    padding-bottom: 40px;
}

.footer-office-box{
    margin-top: 25px;
    font-size: 12px;
    line-height: 140%;
}
.footer-office-box strong{
    display: block;
    margin-bottom: 3px;
}
.footer-office-box p{
    display: inline-block;
}
.footer-office-box .btn-map{
    display: inline-block;
    margin-left: 15px;
}




.footer-banner{
    padding: 32px 0;
}
.footer-banner-inner{
    text-align: center;
    margin: 0 -1.5%;
}
.footer-banner-inner span{
    display: block;
    width: 47%;
    margin: 4px 1.5%;
    float: left;
    text-align: center;
}

.footer-copy{
    padding: 15px;
    text-align: center;
}
.footer-copy address{
    font-size: 10px;
}




/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:3%;
	display:none;
	z-index:1000;
}
.pagetop a{
	display: block;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	background: #fff url(../img/btn_pagetop_off.png) center center no-repeat;
	background-size: 9px auto;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}



/* ボタン 
--------------------------------------------*/

/**/
.btn-link-more{
    display: block;
    width: auto;
    text-align: center;
   
}


/**/
.btn-link-more-b{
    display: block;
    width: auto;
    text-align: center;
}



/**/
.btn-link-arrow p,
.btn-link-arrow a{
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    background:#62998d url("../../images/arrow_r_w.png") center center no-repeat;
    background-size: 4px auto;
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}



/**/
.btn-link-read{
    text-align: right;
    line-height: 110%;
    margin-top: 15px;
}
.btn-link-read p,
.btn-link-read a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
.btn-link-read p span,
.btn-link-read a span{
    display: block;
    padding: 5px 0;
}




/* 下層ページ
------------------------------------------------------------ */
.crumb{
    padding: 3px 3%;
    line-height: 110%;
}
.crumb ul li{
/*
    font-size: 10px;
*/
    font-size: 14px;
}
.crumb ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 3px 0 3px 0px;
    
}
.crumb ul li.charslogo{
    display: none;
}
.crumb ul li.bunjologo{
    width: 140px;
}



/**/


.page-title-inner{
    position: relative;
/*
    background: url("../../images/line_title_left.png") left top no-repeat;
*/
    background-size: auto 70%;
}
.page-title:after{
    background-size: auto 100% !important;
}
.page-title h2{ 
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 15px 0 20px 0;
    line-height: 140%;
}
.page-title h2 span{
    font-size: 13px;
    line-height: 130%;
    margin-top: 5px;
}






/*cms関連*/
.contents-area{
    width: auto;
    float: none;
    margin-top: 40px;
}
.contents-side{
    width: auto;
    float: none;
    margin-top: 40px;
}
.contents-side-inner{
    margin-bottom: 40px;
}


.contents-title h2,
.contents-title h3{
    font-size: 30px;
    line-height: 140%;
}
.contents-title h2 span,
.contents-title h3 span{
    display: block;
    line-height: 140%;
    font-size: 14px;
}


.contents-area-inner{
    margin-top: 40px;
}



.contents-item{
    margin-bottom: 40px;
    line-height: 160%;
}
.contents-item a{
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.contents-item .txtbox{
    margin-top: 13px;
}


.contents-item .day{
    margin-top: 10px;
}


.pickup-list{
    margin-top: 40px;
}
.pickup-item{

}
.pickup-item a{
    line-height: 140%;
}

.pickup-item .imgbox{
    width: 25%;
    float: left;
}
.pickup-item .txtbox{
    width: 70%;
    float: right;
}

.pickup-item h3,
.pickup-item h4{
    font-size: 13px;
}
.pickup-item .day{
    font-size: 12px;
    margin-top: 10px;
}


.tag-list{
    margin-top: 40px;
}




/**/
.contents-select{
    margin-top: 40px;
}
.contents-select-inner{
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.contents-select-inner ul{
    width: 100%;

}
.contents-select-inner ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    display: table;
    
}
.contents-select-inner ul li a{
    font-size: 11px;
    padding: 10px 0;
    line-height: 130%;
    display: table-cell;
    vertical-align: middle;
}




/**/
.contents-navi{
    margin-top: 40px;
}


.pagination {
	clear:both;
	padding:10px 0 10px 0;
    margin-bottom: 70px;
	position:relative;
}
.pagination .btn{
    display: block;
    position: relative;
    border-bottom: solid #EEEEEE 1px;
    padding-bottom: 15px;
}
.pagination .btn:after{

    display: none;
}

.pagination span, .pagination a {
    font-size: 13px;
    width: 35px;
    height: 13px;
    padding: 11px 0;
    margin: 0 3px;

}


.pagination a.next{
    position: absolute;
    padding-left: 40px;
    border: none !important;
    font-size: 13px;
    margin-top: 6px;
    bottom:-42px;
    left: 52%;
}
.pagination a.prev{
    position: absolute;
    padding-right: 40px;
    border: none !important;
    font-size: 13px;
    margin-top: 6px;
    bottom:-42px;
    right: 52%;
}
.pagination a.next:after {
	width:35px;
	height:35px;
    top:-2px;
}
.pagination a.prev:after {
	width:35px;
	height:35px;
    top:-2px;
}

.pagination.detail-pagination{
    
}
.pagination .back-btn{
    display: inline-block;
    position: relative;
    padding-left: 15%;
    padding-right: 15%;
}
.pagination .back-btn:after{
    content: '';
    width: 33%;
    height: 1px;
    position: absolute;
    left: 0;
    top:49.999%;
    z-index: 0;
}
.pagination .back-btn:before{
    content: '';
    width: 33%;
    height: 1px;
    position: absolute;
    right: 0;
    top:49.999%;
    z-index: 0;
}

.pagination .back-btn .btn-back a{
     border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    width: 90px;
    padding: 20px 0;
}






/*CMS 詳細*/
.detail-contents-wrapp{
    margin-top: 30px;
}


.title-news-detail{
    background-size: cover !important;
    position: relative;
}
.title-news-detail:after{
    content: '';
    width: 100%;
    height: 360px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
}
.title-news-detail:before{
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.title-news-detail-inner{
    height: 360px;
    position: relative;
}
.title-news-detail-inner .detail-title{
    position: absolute;
    bottom:20px;
    left: 0;
    width: 100%;
    z-index: 10;
}


.title-news-detail .tag-list{
    margin-top: 0;
    margin-bottom: 10px;
}
.title-news-detail .tag-list ul li a,
.title-news-detail .tag-list ul li span{
    color: #fff;
    border: none;
    padding-left: 0;
    margin-bottom: 0;
}

.title-news-detail h2{
    font-size: 22px;
    line-height: 150%;
}
.title-news-detail .day{
    font-size: 14px;
    margin-top: 15px;
}


.entry-area{
    padding-bottom: 40px;
}

.entry-area h3{
    font-size: 22px;
    line-height: 150%; 
    margin-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;

}


.entry-area h4{
    font-size: 20px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 15px;
}



.entry-area .leftimg{
    width: auto;
    float: none;
}
.entry-area .rightimg{
    width: auto;
    float: none;
    margin-top: 15px;
}


.entry-area .txt-link{
    margin-top: 40px;
}
.entry-area .txt-link a{

}






/* 当社の特徴
------------------------------------------------------------ */
.page-title-about{
    height: 500px;
    background: url("../../images/about_main_sp.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 110;
}
.page-title-about-inner{
    height: 500px;
    background: none;
}

.page-title-about .about-title{
    padding: 60px 0 0 0;
}
.page-title-about .about-title h2{
    width: 90%;
    max-width: 370px;
    padding-bottom: 40px;
}
.page-title-about .about-title-point span{
    display: block;
    width: 65%;
    max-width: 280px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.page-title-about .about-title-point span.all-point{
    display: block;
    width: 100%;
    max-width: 560px;
}


.about-page-area{
    position: relative;
    padding-bottom: 120px;
}

.about-page-area .products-area-title-wrapp{
   margin-top: -20px !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 100;
}


.about-box{
    position: relative;
    z-index: 2;
}
.about-box .txtbox{
    background:#434C52 url("../../images/top_about_txtbg.png") left top no-repeat;
    background-size: 140px auto;
}

.about-box .txtbox .txtbox-inner .about-number{
    width: auto;
    float: none;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.about-box .txtbox .txtbox-inner .about-number:after{
    content: '';
    width: 1px;
    height: 40px;
    display: block;
    top:0;
    right: inherit;
    left: 30px;
    position: absolute;
}


.about-box .txtbox .txtbox-inner .about-number img{
    width: 135px;
    padding-right: 0px;
}
.about-box .txtbox .txtbox-inner .about-txt{
    width: auto;
    float: none;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.about-box .txtbox .txtbox-inner .about-txt h3{
    font-size: 19px;
    line-height: 200%;
    padding-bottom: 30px;
}
.about-box .txtbox .txtbox-inner .about-txt p{
    line-height: 220%;
}

/**/
.about-box.about01{
    z-index: 10;
    padding-top: 0px;
    margin-top: 60px;
}
.about-box.about01:after{
    content: '';
    width: 20%;
    height: 115%;
    display: block;
    top:-237px;
    right: 0px;
    position: absolute;
    z-index: -1;
}
.about-box.about01 .about-box-inner{
    background: none;
    padding-top: 70px;
}
.about-box.about01 .txtbox.about01-txt{
    position: relative;
    width: 95%;
    top:inherit;
    right: inherit;
    margin-left: 5%;
    z-index: 3;
    margin-top: 120px;
    padding-bottom: 80px;
}
.about-box.about01 .txtbox.about01-txt .txtbox-inner{
    background: url("../../images/about_bgtitle001_sp.png") left 30px no-repeat;
    background-size: auto 80px;
}
.about-box.about01 .about01-img01{
    position: absolute;
    width: 90%;
    max-width: 400px;
    top:0;
    left: 0;
    z-index: 1;
    text-align: right;
}
.about-box.about01 .about01-img02{
    position: absolute;
    width: 60%;
    max-width: 255px;
    bottom: -10%;
    right: 0;
    z-index: 4;
}


/**/
.about-box.about02{
    z-index: 5;
    padding-top: 0px;
}
.about-box.about02:after{
    content: '';
    width: 20%;
    height: 90%;
    display: block;
    top:-80px;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.about-box.about02 .about-box-inner{
    background: none;
    padding-top: 60px;
}
.about-box.about02 .txtbox.about02-txt{
    position: relative;
    width: 95%;
    top:inherit;
    right: inherit;
    margin-left: 5%;
    padding-left: 0;
    z-index: 1;
    margin-top: 150px;
    padding-bottom: 80px;
}
.about-box.about02 .txtbox.about02-txt .txtbox-inner{
    background: url("../../images/about_bgtitle002_sp.png") left 30px no-repeat;
    background-size: auto 80px;
}


.about-box.about02 .imgbox-wrapp{
    position: relative;
    width: 90%;
    max-width: 400px;
    top:inherit;
    bottom: 0;
    right: 0%;
    z-index: 1;
    text-align: right;
    float: right;
    margin-top: -80px;
    
}
.about-box.about02 .about02-img01{
    position: relative;
    width: auto;
    max-width: 400px;
    top:inherit;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    text-align: left;
    margin-bottom: 15px;
}
.about-box.about02 .about02-img02{
    position: relative;
    width: auto;
    max-width: 400px;
    top:inherit;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    text-align: left;
    margin-bottom: 15px;
}
.about-box.about02 .about02-img03{
    position: relative;
    width: auto;
    max-width: 400px;
    top:inherit;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    text-align: left;
    margin-bottom: 0px;
}

.about-box.about02 .imgbox p{

    font-size: 12px;
}

/**/
.about-box.about03{
    z-index: 2;
    padding-top: 60px;
    margin-top: 120px;
}
.about-box.about03:after{
    content: '';
    width: 20%;
    height: 130%;
    display: block;
    top:-307px;
    right: 0px;
    position: absolute;
    z-index: -1;
}
.about-box.about03 .about-box-inner{
    background: none;
    padding-top: 0px;
}
.about-box.about03 .txtbox.about03-txt{
    position: relative;
    width: 95%;
    top:inherit;
    right: inherit;
    margin-left: 5%;
    z-index: 3;
    margin-top: 120px;
    padding-bottom: 30px;
}
.about-box.about03 .txtbox.about03-txt .txtbox-inner{
    background: url("../../images/about_bgtitle003_sp.png") left 30px no-repeat;
    background-size: auto 80px;
}
.about-box.about03 .about03-img01{
    position: absolute;
    width: 90%;
    max-width: 400px;
    top:0;
    left: 0;
    z-index: 2;
    text-align: right;
    padding-bottom: 0px;
}




/**/
.quality-area{
    padding-bottom: 80px;
    
}
.quality-area .products-area-title-wrapp{
   margin-top: -60px !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 10;
}

.quality-area .quality-area-head{
    background: url("../../images/about_bgtitle_quality.png") left top no-repeat;
    background-size: auto 180px;
    position: relative;
    z-index: 9;
}
.quality-area .quality-area-head .txtbox{
    width: auto;
    margin-left: 0;
    padding: 60px 0 40px 0;
}
.quality-area .quality-area-head .txtbox h3{
    font-size: 20px;
    line-height: 200%;
    padding-bottom: 30px;
}
.quality-area .quality-area-head .txtbox p{
    font-size: 15px;
    line-height: 220%;
}



.quality-area-tab .contents-select-inner.contents-select-tab{
  margin: 0 -5%;
}
.quality-area-tab .contents-select-inner.contents-select-tab ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    
}
.quality-area-tab .contents-select-inner.contents-select-tab ul li span{
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 20px 0;
    line-height: 120%;
    position: relative;
    cursor: pointer;
}
.quality-area-tab .contents-select-inner.contents-select-tab ul li span i{

    display: none;
}





.quality-area-tab .panel{
    display:none;
}

.quality-area-tab .panel.is-show{
    display:block;
}


.quality-panel{
    padding: 30px 0;;
}
.quality-panel .imgbox{
    width: auto;
    float: none;
}
.quality-panel .txtbox{
    width: auto;
    float: none;
    margin-top: 30px;
}    

.quality-panel h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.quality-panel p{
    font-size: 14px;
}
.quality-panel .mt{
    margin-top: 30px;
}


.at{

    margin-top: 10px;
}


/**/
.about-page-architecture .architecture-title{
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.about-page-architecture .architecture-title:after{
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 49.9%;
    top:-100px;
    
}
.about-page-architecture .architecture-title h2{
    font-size: 22px !important;
}
.about-page-architecture .architecture-title strong{
    font-size: 13px !important;
    margin-top: 15px;
}




/* 住まいガイド
------------------------------------------------------------ */
.guide-page-title{
    position: relative;
    margin-top: -18px;
    
}
.guide-page-title-inner{
    position: relative;
    padding: 30px 0 50px 0;
}
.guide-page-title-inner:after{
    content: '';
    width: 23%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
}
.guide-page-title-inner .line-title{
    position: relative;
    top:inherit;
    left: inherit;
    text-align: left;
    padding-left: 10%;
    font-size: 14px;
    z-index: 5;
}
.guide-page-title-inner .line-title:after{
    content: '';
    width: 6%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top:47%;
    z-index: 5;
}
.guide-page-title-txt{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 5;
    margin-top: 35px;
}

.guide-page-title-txt h3{
    font-size: 20px;
    line-height: 150%;
}
.guide-page-title-txt p{
    margin-top: 30px;
    line-height: 200%;
    font-size: 15px;
}


/**/
.guide-page-area{
    position: relative;
}

.guide-page-area .products-area-title-wrapp{
   margin-top: -20px !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 10;
}
.read{
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
}

.guide-table{
    margin-top: 40px;
    padding-bottom: 0px;
    overflow: auto;
}
.guide-table-inner{
    width: 900px;
}

.guide-table table{
    border-collapse: collapse;
    line-height: 150%;
}
.guide-table table th{
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.guide-table table td{
    font-size: 11px;
    padding: 15px 0 15px 0;
    line-height: 150%;
}
.guide-table table td.genre{
    font-size: 12px;
    width: 120px;
    padding: 15px 8px;
    vertical-align: middle;
}
.guide-table table td.genre strong{
    display: block;
    padding: 15px 0 15px 12px;
}

.guide-table table td div.inner{
    padding: 0 15px;
}
.guide-table table td .icon{
    text-align: center;
    padding-bottom: 10px;
}
.guide-table table td .icon img{
    width: 20px;
}



.guide-flow{
    margin-top: 60px;
    padding-bottom: 0px;
    margin-bottom: 60px;
}
.guide-flow:after{
    top:60px;

}
.guide-flow .products-area-title-wrapp{
   margin-top: -60 !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 10;
}


.guide-flow-head{
    margin-top: 40px;
    overflow: hidden;
}
.guide-flow-head-inner{
    overflow: auto;
}
.guide-flow-head ul{
    display: table;
    width: 500px;
    margin: 10px auto;
    border-collapse: collapse;
}
.guide-flow-head ul li{
    list-style: none;
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: top;
}
.guide-flow-head ul li a{
    display: block;
    text-decoration: none;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
   
}
.guide-flow-head ul li span{
    display: block;
    
    font-size: 25px;
    padding-bottom: 10px;
}
.guide-flow-head ul li p{
    padding: 0.7em 0;
}
.guide-flow-head ul li:first-child p{
    padding: 0;
}



.guide-flow-contents{
    margin-top: 30px;
}
.guide-flow-contents ul li{
    list-style: none;
    margin-top: -70px;
    padding-top: 90px;
    padding-bottom: 40px;
    background: url("../../images/arrow_flow.png") bottom center no-repeat;
    background-size: 40px auto;
}
.guide-flow-contents ul li:last-child{
    background: none;
}

.guide-flow-contents ul li .guide-flow-box .imgbox{
    position: relative;
    width: 100%;
    height: 170px;
    float: left;
    display: table;
    margin-bottom: 20px;
}
.guide-flow-contents ul li .guide-flow-box .imgbox:after{
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top:0;
    left: 0;
}


.guide-flow-contents ul li .guide-flow-box .imgbox h3{
    font-size: 20px;
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
    line-height: 150%;
}
.guide-flow-contents ul li .guide-flow-box .imgbox h3 span{
    font-size: 30px;
    text-align: center;
    width: 100px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}
.guide-flow-contents ul li .guide-flow-box .imgbox h3 p{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.guide-flow-contents ul li#flow01 .guide-flow-box .imgbox{
    background: url("../../images/guide_flow001.jpg") center center no-repeat;
    background-size: cover;
}
.guide-flow-contents ul li#flow02 .guide-flow-box .imgbox{
    background: url("../../images/guide_flow002.jpg") center center no-repeat;
    background-size: cover;
}
.guide-flow-contents ul li#flow03 .guide-flow-box .imgbox{
    background: url("../../images/guide_flow003.jpg") center center no-repeat;
    background-size: cover;
}
.guide-flow-contents ul li#flow04 .guide-flow-box .imgbox{
    background: url("../../images/guide_flow004.jpg") center center no-repeat;
    background-size: cover;
}
.guide-flow-contents ul li#flow05 .guide-flow-box .imgbox{
    background: url("../../images/guide_flow005.jpg") center center no-repeat;
    background-size: cover;
}


.guide-flow-contents ul li .guide-flow-box .txtbox{
    width: auto;
    float: none;
}
.guide-flow-contents ul li .guide-flow-box .txtbox .txtbox-inner{
    padding: 0px 5% 20px 5%;
    font-size: 14px;
}
.guide-flow-contents ul li .guide-flow-box .txtbox .txtbox-inner h4{
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}




.guide-support{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.guide-support .products-area-title-wrapp{
   margin-top: -60px !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 10;
}

.guide-support-head{
    margin-top: 60px;
}
.guide-support-head .imgbox{
    width: auto;
    float: none;
}
.guide-support-head .txtbox{
    width: auto;
    float: none;
    margin-top: 20px;
}
.guide-support-head .txtbox h3{
    font-size: 20px;
    color: #65A899;
    line-height: 200%;
}
.guide-support-head .txtbox h3 br{
    display: none;
}
.guide-support-head .txtbox p{
    margin-top: 20px;
}

.guide-support-box{
    margin-top: 60px;
}
.guide-support-box h3{
    font-size: 20px;
    line-height: 150%;
    
    padding-bottom: 20px;
    margin-bottom: 20px;
    clear: both;
    position: relative;
}


.guide-support-box .mt{
    margin-top: 20px;
}




.guide-support-tab .contents-select-inner.contents-select-tab{
    position: relative;
    z-index: 5;
    margin: 0 -7.5%;
}
.guide-support-tab .contents-select-inner.contents-select-tab ul{
    width: 100%;
}
.guide-support-tab .contents-select-inner.contents-select-tab ul li{
    width: 16.666%;
    font-size: 11px;
}
.guide-support-tab .contents-select-inner.contents-select-tab ul li span{
    font-size: 11px;
}
.guide-support-tab .contents-select-inner.contents-select-tab ul li span em{
    font-size: 13px;
}




.guide-support-tab .panel{
    display:none;
}

.guide-support-tab .panel.is-show{
    display:block;
}


.guide-support-panel{
    padding: 30px 8%;
    margin: 0 -7.5%;
    background-color: #F5F4F4;
}
.guide-support-panel .support-img{
    width: auto;
    float: none;
}
.guide-support-panel .support-txt{
    width: auto;
    float: none;
    margin-top: 20px;
}
.guide-support-panel .support-txt h4{
    font-size: 17px;
    
    margin-bottom: 20px;
}





.guide-faq{
    padding-bottom: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.guide-faq:after{
    top:60px;
}
.guide-faq .content-innerS{
    width: 100%;
}
.guide-faq .products-area-title-wrapp{
   margin-top: -60 !important;
   padding-top: 120px !important;
   padding-bottom: 0 !important;
   position: relative;
   z-index: 10;
}

.guide-faq-accordion{
    margin-top: 40px;
}



.guide-faq-accordion .accordion li .toggle-box{
    display: none;
    padding: 20px 5%;
}
.guide-faq-accordion .accordion{
    
}
.guide-faq-accordion .accordion li{
    list-style: none;
    padding-bottom: 8px;
}

.guide-faq-accordion .toggle-btn {
    padding: 25px 6% 25px 5%;
    position: relative;
}
.guide-faq-accordion .toggle-btn em{
    
    font-size: 20px;
    display: block;
    width: 8%;
    float: left;
}
.guide-faq-accordion .toggle-btn span{
    width: 85%;
    float: left;
    display: block;
    font-size: 15px;
    line-height: 150%;
}

.guide-faq-accordion .accordion li .toggle-box .ans-em{
    width: 8%;
    float: left;
    font-size: 20px;
}
.guide-faq-accordion .accordion li .toggle-box .ans-txt{
    width: 92%;
    float: left;
    font-size: 15px;
    line-height: 180%;
}




.guide-faq-accordion .toggle-btn .icon{
    position: absolute;
    width: 40px;
    height: 100%;
    top:0;
    right: 0px;
    z-index: 10;
}




/* 建売用地募集
------------------------------------------------------------ */
.land-page-area{
    margin-top: 40px;
}
.land-page-area h3.land-title{
    font-size: 23px;
    text-align: center;
    line-height: 160%;
    margin-bottom: 40px;
}

.land-page-area-inner .txtbox{
    width: auto;
    float: none;
    line-height: 190%;
}
.land-page-area-inner .imgbox{
    width: auto;
    float: none;
    margin-top: 20px;
}
.land-page-area-inner .txtbox .at{
    margin-top: 15px;
}


.land-page-area .entry-area{
    margin-top: 60px;
}

.bosyu-table table,
.bosyu-table table tbody,
.bosyu-table table tr,
.bosyu-table table th,
.bosyu-table table td{
    display: block;
}

.bosyu-table table{
    border-collapse: collapse;
    width: 100%;
    line-height: 150%;
    font-size: 14px;
}
.bosyu-table table th{
    
    text-align: left;
    vertical-align: middle;
    padding: 12px 15px;
    width: auto;
    border-bottom: none;
}
.bosyu-table table td{
    background-color: #F5F4F4;
    vertical-align: middle;
    padding: 15px 15px;
    border-bottom: solid  #fff 4px;
}

.bosyu-link-area{
    margin-top: 60px;
}
.bosyu-link-area p.read{
    text-align: left !important;
    font-size: 15px !important;
}

.bosyu-link{
    margin-top: 40px;
    padding: 0 0px;
}
.bosyu-item{
    width: auto;
    float: none;
}
.bosyu-item02{
    float: none;
    margin-top: 10px;
}


.bosyu-item{
    
}
.bosyu-item a{
    display: block;
    text-decoration: none;
}

.bosyu-item-inner{
    display: table;
    width: 100%;
    position: relative;
    line-height: 140%;
}

.bosyu-item .txtbox{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 15px 25px;
}
.bosyu-item .txtbox .btn-title{
    font-size: 13px;
}
.bosyu-item .txtbox .btn-title span{
    font-size: 22px;
}
.bosyu-item .txtbox p{
    font-size: 13px;
    text-align: left;
    margin-top: -5px;
}

.bosyu-item .btn-link-arrow{
    position: absolute;
    top:23%;
    right: 5%;
    display: block;
}


.land-contact-wrapp{
    margin-top: 30px;
    text-align: left;
    font-size: 15px;
    padding: 30px 20px;
}
.land-contact-inner{
    margin-top: 30px;
    padding: 0 20px;
}
.land-contact-inner .telbox{
    width: auto;
    float: none;
}
.land-contact-inner .faxbox{
    width: auto;
    float: none;
    margin-top: 20px;
}



/* 会社概要
------------------------------------------------------------ */
.company-page-area{
    margin-top: 40px;
}

.company-table table,
.company-table table tbody,
.company-table table tr,
.company-table table th,
.company-table table td{
    display: block;
}
.company-table table{
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 160%;
}
.company-table table th{
    width: auto;
    padding: 15px 0px 15px 15px;
    border-top: solid #eee 1px;
}
.company-table table td{
    padding: 15px 0px 15px 15px;
    border-top: none;
}


.btn-map-link{
    display: block;
    margin-left: 0px;
    margin-top: 15px;
}
.btn-map-link a{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 120%;
    padding: 8px 15px;
}
.btn-map-link a span{
    display: block;
    padding-right: 20px;
}




.office-index{
    padding-top: 10px;
}

.office-link{
    margin-bottom: 30px;
}

.office-link a{
    display: block;
    text-decoration: none;
    font-size: 13px;
}

.office-link .imgbox h4{
    
}
   

.office-link .txtbox{
    margin-top: 15px;
}

.office-link .txtbox .train-txt{
    margin-bottom: 10px;
    background: url("../../images/icon_ex.png") left center no-repeat;
    background-size: 15px auto;
    padding: 5px 0 5px 20px;
}



/**/
.office-page-title h2{
    font-size: 23px;
    line-height: 140%;
}
.office-page-title h2 span{
    display: block;
    font-size: 13px;
}
.office-page-title p{
    margin-top: 20px;
    width: auto;
    font-size: 13px;
}


.office-page-area{
    margin-top: 40px;
}
.office-mess .contents-title{
    width: auto;
    float: none;
}
.office-mess .txtbox{
    width: auto;
    float: none;
    font-size: 15px;
    margin-top: 40px;
}

.office-main{
    margin-top: 60px;
}
.office-main .products-img{
    width: auto;
}
.office-main .products-txt{
    width: auto;
    padding-top: 30px;
}
.office-main .products-txt .products-info{
    margin-top: 0;
}

.office-main .products-txt .products-info .btn-map-link{
    margin-left: 0;
    margin-top: 15px;
}

.office-main .products-img .thumb-item{
    position: relative;
}
.office-main .products-img .thumb-item div span{
    position: relative;
    z-index: 1;
    display: block;
}

.office-main .products-img .thumb-item p{

    font-size: 12px;
    line-height: 140%;
}


.office-pickup-area{
    margin-top: 60px;
    padding: 20px 0%;
}

.office-pickup-area ul li{
    list-style: none;
    margin-bottom: 40px;
}
.office-pickup-area ul li .office-pickup-box .imgbox{
    width: auto;
    float: none;
}
.office-pickup-area ul li .office-pickup-box .txtbox{
    width: auto;
    float: none;
    padding-left: 0px;
    display: block;
    margin-top: 20px;
    
}
.office-pickup-area ul li .office-pickup-box .txtbox .txtbox-inner{
    display: block;
   vertical-align: top;
}

.office-pickup-area ul li .office-pickup-box .txtbox .txtbox-inner h4{
    font-size: 18px;
    line-height: 180%;
}
.office-pickup-area ul li .office-pickup-box .txtbox .txtbox-inner p{
    margin-top: 20px;
    font-size: 13px;
}



.office-pickup-area ul li:nth-child(even) .office-pickup-box .imgbox{
    float: none;
}
.office-pickup-area ul li:nth-child(even) .office-pickup-box .txtbox{
    float: none;
    padding-left: 0;
    padding-right: 0px;
}




.office-bottom-navi{
    margin-top: 60px;
}

.office-bottom-link{
    padding: 0 0px;
}
.office-bottom-link .guide-item{
    width: auto;
    float: none;
    border: none;
}
.office-bottom-link .guide-item02{
    float: none;
}

.office-bottom-link .guide-item a{
    display: block;
    text-decoration: none;
    
}

.office-bottom-link .guide-item-inner{
    display: table;
    width: 100%;
    position: relative;
    line-height: 140%;
}

.office-bottom-link .guide-item .txtbox{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 25px 25px;
}
.office-bottom-link .guide-item .txtbox .btn-title{
    font-size: 20px !important;
}
.office-bottom-link .guide-item .txtbox .btn-title span{
    font-size: 13px !important;

    display: block;
    margin-top: 5px;
    letter-spacing: 0.1em;
}


.office-bottom-link .guide-item .btn-link-arrow{
    position: absolute;
    top:25%;
    right: 5%;
    display: block;
}









/* 物件情報
------------------------------------------------------------ */
/*top流用：販売中の物件*/
.page-contents-wrapp .products-area{

}
.page-contents-wrapp .products-area li{
    list-style: none;
}

.page-contents-wrapp .products-area-inner{
    background: none;
    padding-top: 0px;
}


.page-contents-wrapp .products-area-title-wrapp{
    background: none;
    padding: 70px 0 40px 0;
}


.page-contents-wrapp .products-area-title{
    position: relative;
}
.page-contents-wrapp .products-area-title:after{
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    left: 49.9%;
    top:-60px;
}
.page-contents-wrapp .products-area-title h2{
    font-size: 23px !important;
}
.page-contents-wrapp .products-area-title strong{
    font-size: 13px !important;
    margin-top: 15px;
}




.page-contents-wrapp .products-item{
    margin-bottom: 40px;
    border: none;
    border-bottom: solid #ccc 1px;
    padding-bottom: 40px;
}

.page-contents-wrapp .products-item .products-title{
    margin-bottom: 20px;
}


.page-contents-wrapp .products-pickup-wrapp{
    height: auto !important;
}
.page-contents-wrapp .products-search{
    height: auto !important;
}

.page-contents-wrapp .products-search.product-page-search{
    top:0;
    left: 0;
    padding-top: 0px;
    margin-top: 0px;
    position: inherit; /* Safariに対応する */
    position: relative; /* 要素を固定/解除する */
    
}



.page-contents-wrapp .products-search .panel-group{
    height: 100%;
}





/*物件詳細*/


.product-detail-title{
    margin-top: -18px;
    background-color: #65A899;
}
.product-detail-title h3{
    font-size: 21px;
    padding: 20px 0px;
    line-height: 150%;
    
}


.product-detail-main{
    margin-top: 30px;
}
.products-img{
    width: auto;
    float: none;
}
.products-txt{
    width: auto;
    float: none;
    margin-top: 30px;
    
}
.products-txt.products-item{
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.detail-slider{
    margin-bottom: 40px;
}
.detail-slider .slick-next {
    display: none;
	
}
.detail-slider .slick-prev {
	display: none;
}



.detail-slider .slick-dots
{
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.detail-slider .slick-dots li
{
	background:url(../../images/pagination_off02.png) center center no-repeat;
	background-size:cover;
}





.detail-slider .thumb-item-nav{
    display: none;
}


.detail-txt{
    margin-top: 0px;
    padding-top: 10px;
}



.products-txt .txtbox .products-data{
    text-align: left;
}


.products-txt .products-info{
    margin-top: 25px;
    border-top: solid #65A899 1px;
}

.products-txt .products-info table{
    font-size: 12px;
}


.product-detail-link{
    margin-top: 30px;
}

.product-detail-link .products-site-btn a{
    font-size: 14px;
}


.product-detail-link .products-btn a{
    font-size: 12px;
}




.product-tag{
    clear: both;
    padding-top: 15px;
}




.product-data-box{
    margin-top: 40px;
    padding-top: 40px;
}

.product-data-box .contentS{
    padding-left: 0px;
    padding-right: 0px;
}

.product-data-box-inner{
    margin-top: 40px;
}


.product-data-tab{
    margin-top: -30px;
}


.contents-select-inner.contents-select-tab ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    
}
.contents-select-inner.contents-select-tab ul li span{
    display: table-cell;
    vertical-align: middle;
    
}








.product-data-panel{
    padding: 40px 0 20px 0;
}

.product-data-panel .product-item{
    margin-bottom: 40px;
}

.product-data-panel .product-item .title{
   
    padding: 20px 0;
    
}
.product-data-panel .product-item .title .title-inner{
    display: table;
    width: 100%;
    line-height: 150%;
}
.product-data-panel .product-item .title .title-inner span{
    display: table-cell;
    width: 40px;
    font-size: 30px;
}
.product-data-panel .product-item .title .title-inner h4{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.product-data-panel .product-item .txtbox h5{
    font-size: 15px;
    margin-top: 15px;
}
.product-data-panel .product-item .txtbox p{
    margin-top: 12px;
    font-size: 13px;
}



/**/


.overview-table{
    width: auto;
    float: none;
}
.overview-table02{
    float: none;
}

.overview-table table{
    line-height: 150%;
    font-size: 12px;
}
.overview-table02 table{
    border-top:none;
}


.overview-table .data-day{
    text-align: right;
    font-size: 11px;
    margin-top: 5px;
}


.overview-box .txtbox{
    clear: both;
    padding-top: 30px;
    font-size: 11px;
    line-height: 150%;
}



/**/
.recommend-area{
    margin-top: 60px;
    padding-bottom: 60px;
}
.recommend-area .products-area-title-wrapp{
    padding-top: 40px;
}

.recommend-area-inner .item-box a{
    display: block;
}
.recommend-area-inner .item-box{
    margin-bottom: 40px;
}

.recommend-area-inner .item-box .products-data{
    margin-bottom: 10px;
}
.recommend-area-inner .item-box .products-data span{
  
}

.recommend-area-inner .item-box .imgbox{
    position: relative;
    margin-top: 10px;
}


.recommend-area-inner .item-box .txtbox h3{
    font-size: 15px;
    margin-top: 13px;
}
.recommend-area-inner .item-box .txtbox p{
    margin-top: 10px;
    font-size: 13px;
}


/**/
.share-area-inner{
    padding: 40px 0 0 0;
    text-align: center;
    margin-bottom: -60px;
}
.share-area-inner h3{
    display: block;
    font-size: 15px;
    line-height: 140%;
    padding: 8px 0;
    width: auto;
}
.share-area-inner .share-sns{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.share-area-inner .share-sns span{
    display: inline-block;
    margin: 0 28px;
    width: 40px;
}





/* イメージタイトル
------------------------------------------------------------ */
.img-title-wrapp{
    margin-top: -18px;
    position: relative;
    
    
}
.img-title-wrapp:after{
    content: '';
    width: 20%;
    height: 100%;
    background-color: rgba(0,0,0,0.10);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.img-title-inner{
    text-align: left;
    padding: 0px 0;
    position: relative;
    z-index: 3;
}

.img-title{
    background-color: transparent;
    width: auto;
    padding: 20px 5%;
    position: relative;
    z-index: 2;
}

.img-title .txtbox{
    color: #fff;
    padding-left: 0%;
    
}
.img-title .txtbox h3{
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 180%;
    padding-bottom: 250px;
}
.img-title .txtbox p{
    font-size: 15px;
    line-height: 200%;
    position: relative;
    bottom:0;
    left: 0;
    color: #434C52;
}
.img-title-txt{
    text-align: left;
    margin: 20px 5% 0 5%;
}



/* 現地見学会
------------------------------------------------------------ */
.field-title .img-title-inner:after{
    content: '';
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    right:0;
    top:inherit;
    bottom:0;
    background: url("../../images/page_img_field.jpg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}



/**/
.field-area .products-area-title-wrapp{
   margin-top: 0 !important;
   padding-top: 120px;
}

.field-area-inner{
    margin-top: 20px;
}
.field-area-inner ul li{
    list-style: none;
    margin-bottom: 70px;
}

.field-area-inner .item-box .products-data{
    margin-bottom: 10px;
}
.field-area-inner .item-box .products-data span{
    display: inline-block;
    padding: 10px 15px;
    margin: 0 3px 5px 0px;
    font-size: 11px;
}

.field-area-inner .item-box .txtbox h3{
    margin-top: 15px;
    font-size: 16px;
    line-height: 150%;
}
.field-area-inner .item-box .txtbox .item-data{
    margin-top: 13px;
}
.field-area-inner .item-box .txtbox .item-data p{
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 13px;
    line-height: 140%;
}
.field-area-inner .item-box .txtbox .item-data p:after{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    top:-1px;
    left: 0;
    z-index: 2;
}



.field-area-inner .item-box .txtbox p.txt{
    margin-top: 5px;
    font-size: 13px;
}


.field-title-wrapp .more-link{
    margin-top: 40px;
}






/* 友の会
------------------------------------------------------------ */
.tomonokai-title .img-title-inner:after{
    content: '';
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    right:0;
    top:inherit;
    bottom:0px;
    background:url("../../images/page_img_tomonokai_sp.jpg") right center no-repeat;
    background-size: cover;
    z-index: 2;
}

.tomonokai-title .img-title-inner{
    padding-bottom: 250px;
}

.tomonokai-title .img-title{
    width: auto;
    height: auto;
    z-index: 3;
}

.tomonokai-title .img-title-inner h3{
    font-size: 22px;
    letter-spacing: 0.1em;
    background: url("../../images/icon_tomonokai.png") left center no-repeat;
    background-size: 40px auto;
    padding-bottom: 0;

    padding-left: 65px;
}
.tomonokai-title .img-title-inner h4{
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
    position: absolute;
    z-index: 3;
    color: #65A899;
    top:110px;
    left:5%;
    
    
}

.touroku{
    position: absolute;
    top:-60px;
    right: 5%;
    z-index: 100;
}
.touroku .inner{
    display: table;
    width: 80px;
    height: 80px;
    border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}
.touroku .inner span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
}


.tomonokai-area .products-area-title-wrapp{
   margin-top: 0 !important;
   padding-top: 120px;
}

.tomonokai-area-inner{
    margin-top: 20px;
}

.tomonokai-box{
    margin-bottom: 40px;
}


.tomonokai-box .title strong{
    display: block;

    font-size: 30px;
    padding: 25px 0;
}

.tomonokai-box .txtbox h3{
    margin-top: 15px;
    line-height: 150%;
    font-size: 16px;
}
.tomonokai-box .txtbox p{
    font-size: 13px;
    margin-top: 12px;
}


.tomonokai-form-inner{

    margin-top: 40px;
    padding-top: 40px;
}




/* フォーム関連
------------------------------------------------------------ */
.form-list-txt p{
    position: relative;
    padding-left: 14px;
    font-size: 13px;
}
.form-list-txt p:after{
    top:0.9em;
}



/**/

.form-flow{
    margin-top: 40px;
}
.form-flow .form-flow-inner{
    text-align: center;
    position: relative;
}


.form-flow .form-flow-inner ul{
    display: inline-block;
    position: relative;
}
.form-flow .form-flow-inner ul:after{
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    top:20px;
    left: 10%;
    z-index: -2;
}
.form-flow .form-flow-inner ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    position: relative;
}
.form-flow .form-flow-inner ul li div{
    display: table;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-size: 15px;
    
}
.form-flow .form-flow-inner ul li p{
    font-size: 10px;
    margin-top: 5px;
}
.form-flow .form-flow-inner ul li.end:after{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    top:20px;
    right: -65px;
    z-index: -1;
}


.form-txt{
    margin-top: 40px;
    font-size: 14px;
}
.form-wrapp .form-txt{
    padding:0 5%;
}


.form-wrapp .form-box{
    margin-top: 40px;
}

.form-wrapp .any{
    display: inline-block;
   line-height: 110%;
   font-size: 12px;
   padding: 3px 8px;
   float: right;
}
.form-wrapp .req{
   display: inline-block;
   line-height: 110%;
   font-size: 12px;
   padding: 3px 8px;
   float: right;
}


.form-wrapp .txt{
    font-size: 10px;
    color: #666;
    line-height: 120%;
    margin-top: 5px;
}

.form-wrapp .txt-inline{
    font-size: 10px;
    line-height: 120%;
    margin-top: 5px;
    display: inline-block;
    margin-left: 15px;
}


.form-wrapp td.add span{
    display: block;
    width: auto;
    margin-bottom: 8px;
}

.form-wrapp td.add .txt{
    padding-left: 0;
}
.form-wrapp td.add div{
    padding: 8px 0;
}
.form-wrapp td.add{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.form-wrapp.confirm-wrapp td.add{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.form-wrapp input[type="radio"],
.form-wrapp input[type="checkbox"]{
   transform: scale(1.4);
}



.submit-area{
    text-align: center;
    margin-top: 60px;
    position: relative;
}
.submit-area p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 130%;
    padding: 0 5%;
}
.submit-area p.submit-privacyed {
    font-size: 12px;
	text-align: left;
}
.submit-area p.submit-privacyed br {
	display: none;
}



.mark-gmo{
    position: relative;
    width: 100px;
    top:0;
    left: 0;
    margin: 0 auto 40px auto;
}


.finish-wrapp{
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
}

.finish-wrapp h3{
    font-size: 20px;
}
.finish-wrapp p{
    text-align: left;
    margin-top: 50px;
}

.finish-back{
    margin-top: 40px;
    text-align: center;
}
.finish-back .btn-link-more{
    display: block;
}



/*資料請求*/
.request-item{
    margin-top: 30px;
}
.request-item table{
    border-collapse: collapse;
    width: 100%;
    border-bottom: solid #f0f0f0 1px;
    line-height: 140%;
    font-size: 14px;
}

.request-item table th{
    padding: 10px;
    border-left: none;
    border-bottom: solid #eee 1px;
    background-color: #52943c;
    color: #fff;
}
.request-item table th span{
    display: block;
    font-size: 11px;
}
.request-item table td{
    padding: 10px;
    border-left: none;
    border-bottom: solid #eee 1px;
    background-color: #fff;
    vertical-align: middle;
}

.request-item table th:first-child,
.request-item table td:first-child{
    border-left:none;
}

.request-item table th:nth-child(4),
.request-item table th:nth-child(5){
    width: 10%;
}
.request-item table th:nth-child(6){
    width: 15%;
}


/*来場予約*/
.campaign{
    width: 90%;
    margin: 40px auto 0 auto;
}
.campaign .txt-link-btn{
    text-align: right;
    font-size: 11px;
}
.campaign .txt-link{
    display: inline-block;
    margin-top: 8px;  
}
.campaign .txt-link a{
    padding-left: 20px;
}

.form-calendar{
    margin: 40px -8% 40px -8%;
}
.form-calendar-inner{
    padding: 30px 5%;
}

.calendar-head{
    text-align: center;
}
.calendar-head p{
    font-size: 14px;
}
.calendar-head h3{
    font-size: 18px;
}

.calendar{

    margin: 10px auto 0 auto;
    overflow: auto;
}
.calendar-navi{
    margin-top: 30px;
    font-size: 12px;
    line-height: 120%;
}
.calendar-navi .prev{
    display: inline-block;
    float: left;
}
.calendar-navi .next{
    display: inline-block;
    float: right;
}



.calendar table{
    width: 600px;
    font-size: 13px;

}
.calendar table td{
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    border: solid #ccc 1px;
}



.calendar-ex{
    margin-top: 20px;
    font-size: 13px;
    margin-right: 0px;
    text-align: left;
    
}
.calendar-ex span{
    display: inline-block;
    margin-right: 0px;
    width: 45%;
}

.calendar-ex p{
    margin-top: 20px;
    font-size: 11px;
    line-height: 140%;
    text-align: left;
}
.calendar-ex p span{

    margin-top: 8px;
}



.form-wrapp table .visit-place th{
    background-color: #65A899 !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.form-wrapp table .visit-place td{
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-wrapp table .visit-place td .place .imgbox{
    width: 20%;
    float: left;
}
.form-wrapp table .visit-place td .place .txtbox{
    width: 75%;
    float: right;
}
.form-wrapp table .visit-place td .place .txtbox strong{
    display: block;
}


/* フォーム
------------------------------------------------------------ */

input[type="submit"]{
-webkit-appearance: none;
}


.form-wrapp{
    margin-left:-8%;
    margin-right: -8%;
    overflow: hidden;
}

.form-wrapp table,
.form-wrapp table tbody,
.form-wrapp table tr,
.form-wrapp table th,
.form-wrapp table td{
    display: block;
    width: auto;
}

.form-wrapp table{
    font-size: 15px;
    line-height: 150%;
    width: 100%;
}
.form-wrapp table th,
.form-wrapp table td{
	vertical-align: top;
	
}
.form-wrapp table th{
	width: auto;
    background-color: #edfcd1;
    padding: 15px 5% 15px 5%;
}

.form-wrapp table th p{
    font-size: 13px;
}

.form-wrapp table td{
    padding: 15px 5%;
    vertical-align: middle;
    
}


.form-wrapp.confirm-wrapp table th{
	width: auto;
    padding: 15px 5% 15px 5%;
}
.form-wrapp.confirm-wrapp table td{
    padding: 25px 5%;
}




.form-wrapp input,
.form-wrapp textarea{
	font-size: 15px;
	line-height: 160%;
	width: 95.5%;
}



.form-wrapp .auto input{
	width: auto;
}

.form-wrapp textarea{
	height: 150px;
}

.form-wrapp label{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
    padding: 5px 0;
}

.form-wrapp input[type="radio"]{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -0.25em;
}
.form-wrapp input[type="checkbox"]{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -0.1em;
}


.form-wrapp .send-btn,
.form-wrapp .inputback-btn{
    display: inline;
    margin: 0 -0.1em;
}

.form-wrapp .submit-area form{
    display: inline;
}
.form-wrapp .submit-area input{
    cursor: pointer;
}
.form-wrapp .submit-area{
    padding: 0 4%;
}


.form-wrapp .send-btn input[type="submit"]{
	border: none;
	display: block !important;
	width: 98%;
    margin: 0 auto;
	min-width: inherit;
	font-size: 16px;
	-webkit-appearance: none;
}
.confirm .form-wrapp .send-btn input[type="submit"]{
	display: inline-block !important;
	width: auto;
}

.form-wrapp .inputback-btn input[type="submit"]{
	border: none;
	display: inline-block !important;
	width: auto;
	min-width: 50%;
	font-size: 16px;
	-webkit-appearance: none;
}


.form-wrapp.confirm-wrapp input[type="submit"]{
    display: inline-block !important;
	width: auto;
	min-width: 50%;
}


.form-wrapp .search-box .select{
    width: auto;
}

.form-wrapp .search-box.search-box-s{
    display: inline-block;
    margin-left: 10px;
    margin-top: 8px;
}
.form-wrapp .search-box.search-box-s .select{
    width: 100px;
    display: inline-block;
}




.small01{
    width: 20% !important;
}
.small02{
    width: 40% !important;
}
.middle{
    width: 95.5% !important;
}
.long{
    width: 95.5% !important;
}

input.zip-btn{
    -webkit-appearance: none;
    border: none;
    font-size: 10px;
    width: auto;
    display: inline-block;
    padding: 12px 10px;
    line-height: 100%;
    margin-left: 10px;
    margin-top: 3px;
}






/* TOPメインエリア
------------------------------------------------------------ */

.main-area{
    position: relative;
    height: 500px;
    width: 100%;
}


.main-area-inner{
    margin-left: 15px;
    height: 500px;
    position: fixed;
    width: 100%;
    
}
.main-area-inner .slide-title{
    position: absolute;
    z-index: 100;
   width: 100%;
   top:0;
   left: 0;
}
.main-area-inner .slide-title h2{
    width: 280px;
    margin: 120px 0 0 0px;
    
}

.main-area-inner .scroll-btn{
    position: absolute;
    z-index: 110;
    right: 5%;
    bottom:80px;
}
.main-area-inner .scroll-btn a span:after{
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    top:-80px;
    left: 7px;
}
.main-area-inner .scroll-btn img{
    width: 15px;
}


.mainImgSlider-pc{
	
}
.mainImgSlider-pc li{
    width: 100%;
    height: 500px;
    background-size: cover !important;
    list-style: none;
}
.mainImgSlider-pc li img{
    width: 100%;
}

.main-area .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
    position: absolute;
    bottom: 55px;
    right: 0;
    z-index: 100;
    width: 100%;
}

.main-area .bx-wrapper .bx-pager .bx-pager-item,
.main-area .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.main-area .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	outline: 0;
	background:url(../../images/pagination_off.png) center center no-repeat;
	background-size:cover;
	cursor:pointer;
}

.main-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../../images/pagination_on.png) center center no-repeat;
	background-size:cover;
}

/**/
.news-area{
    position: absolute;
    width: 90%;
    left: 0;
    bottom:-35px;
    z-index: 110;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.10);
}
.news-area-inner{
    display: table;
    width: 100%;
}
.news-area-inner .news-area-title{
    width: 45px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.news-area-inner .news-area-title h2{
    font-size: 16;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    padding: 0 0.5em;
}
.news-area-inner .news-area-item{
    display: table-cell;
    vertical-align: middle;
}
.news-area-inner li a{
    display: block;
    text-decoration: none;
    color: #434C52;
    font-size: 13px;
}

.news-area-inner .news-area-item{
    display: block;
    width: auto;
    text-align: 140%;
    line-height: 140%;
    padding: 10px 0px 10px 15px;
    
}
.news-area-inner .news-area-item span{
    display: block;
    width: auto;
    text-align: left;
    height: auto;
}
.news-area-inner .news-area-item p{
    display: block;
    width: auto;
    text-align: left;
    height: auto;
    margin-top: 5px;
    padding-right: 40px;
    
}

.news-area .slick-next {
    bottom:5% !important;
}
.news-area .slick-prev {
    top:45% !important;
}




/**/
.scroll-wrapp{
    position: relative;
    width: 100%;
    z-index: 20;
}
.scroll-bottom{
    position: relative;
    width: 100%;
}

.about-area{
    background: #F5F4F4 url("../../images/top_about_bgtitle.png") left top no-repeat;
    background-size: 50% auto;
    padding: 0px 0 0px 0;
    display: table;
    overflow: hidden;
    padding-bottom: 100px;
}



.about-area-inner{
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 10% 0 0 0;
    height: 100%;
    
}

.about-flow{
    position: relative;
    top:inherit;
    left: inherit;
    width: 100%;
    display: block;
    height: 150px !important;
    margin-top: 5%;
    z-index: 200;
    top:0;
    
}
.about-flow-inner{
   position: relative;
   display: block;
   width: 100%;
   height: auto !important;
   padding: 0;
   z-index: 10;
}
.about-flow-inner .about-flow-nav{
    display: block; 
    vertical-align: middle;
    text-align: center;
    height: auto !important;
}

.about-flow-title{
    
}
.about-flow-title .sub{
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 8px;
}
.about-flow-title h2{
    letter-spacing: 0.05em;
    position: relative;
    font-size: 24px;
    background: none;
    width: 90%;
    height: auto;
    margin: 0 auto 0 auto;
}
.about-flow-title h2:after{
    content: '';
    display: none;
}
.about-flow-title h2 span{
    text-indent: 0;
    display: block;
}

.about-flow-number{
    margin-top: 5%;
    position: relative;
}
.about-flow-number:after{
    content: '';
    display: block;
    width: 240px;
    height: 1px;
    background-color: #434C52;
    position: absolute;
    top:19px;
    right: inherit;
    left: 50%;
    margin-left: -120px;
}
.about-flow-number:before{
    display: none;
}
.about-flow-line{
    display: none;
}

.about-flow-number ul{
    padding: 0 0;
    text-align: center;
}
.about-flow-number ul li{
    list-style: none;
    position: relative;
    padding: 0px 0;
    z-index: 10;
    right: inherit;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;

}
.about-flow-number ul li strong{
    display: none;
}
.about-flow-number ul li p{
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    line-height: 100%;
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
    
}
.about-flow-number ul li p span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
    font-size: 15px;
}

.about-flow-number ul li.flowthis p span{

}





.about-area-box{
    position: absolute;
    width: 100%;
    opacity: 0;
    top:0;
    margin-top: 0%;
    overflow: hidden;
    
}
.about-area-box .about-area-box-inner{
   display: block; 
   width: 100%;
   height: auto !important;
   position: absolute;
   left: 0;
   bottom:0;
}
.about-area-box .about-area-box-inner .about-item{
    display: block; 
    vertical-align: middle;
    
}

.about-area-box.about01{

    
}
.about-area-box.about01 .about-content .imgbox{
    width: 100%;
}

.show {
  opacity: 1;
  transform: scale(1);
  z-index: 100;
}


.about-content{
    position: relative;
    margin: 0 auto;
}

.show .about-content{
    z-index: 10;
}


.about-content .imgbox{
    margin-top: 0%;
    width: 100%;
    text-align: center;
    transform: scale(0.9);
    
}
.show .about-content .imgbox{
    transform: scale(1);
}


.about-content .imgbox img{
    display: block;
    width: 100%;
    height: auto !important;
    max-width: inherit;
}


.about-content .txtbox{
    width: 100%;
    height: auto;
    position: relative;
    bottom:inherit;
    right: inherit;
    top:0;
    left: 0;
    opacity: 0;
    background: #434C52 url("../../images/top_about_txtbg.png") left top no-repeat;
    
}
.show .about-content .txtbox{
    bottom:inherit;
    right: inherit;
    opacity: 1;
    z-index: 10;
}


.about-content .txtbox .txtbox-inner {
    
}
.about-content .txtbox .txtbox-inner h3{
    float: left;
    width: 25%;
    padding-top: 25px;
    min-height: 180px;
    text-align: center;
}
.about-content .txtbox .txtbox-inner h3 img{
    width: 35px;
}
.about-content .txtbox .txtbox-inner .inner-txt{
    float: right;
    width: 75%;
}
.about-content .txtbox .txtbox-inner .inner-txt p{
     padding-top: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 220%;
    padding-left: 5%;
}

.about-content .txtbox .txtbox-inner .inner-txt .btn-link-more{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 75%;
    opacity: 1 !important;
}
.about-content .txtbox .txtbox-inner .inner-txt .btn-link-more a{
    opacity: 1 !important;
    
}



/**/
.top-area-title{
    line-height: 140%;
}
.top-area-title h2{
    font-size: 24px;
    letter-spacing: 0.1em;
}
.top-area-title h2 strong{
    font-size: 13px;
    display: block;
    margin-top: 8px;
}

.top-area-read{
    padding-left: 5%;
    padding-right: 5%;
}


/*建築事例*/
.architecture-area{
    background:#434C52 url("../../images/top_architure_bgimg.jpg") 120px center no-repeat;
    background-size: cover;
    
}
.architecture-title{
    color: #fff;
}
.architecture-area-bg{
    padding: 60px 0 50px 0;
    background:url("../../images/top_architure_bgtitle.png") -20px 35px no-repeat;
    background-size: 230% auto;
    position: relative; 
}


.architecture-area-slider{
    margin-left: 5%;
    padding: 50px 0 55px 0;
    text-align: left;
    line-height: 150%;
}

.slider-architecture {
    
}
.slider-architecture .slick-list {
  padding: 0 10% 0 0!important;
  margin-left: -3%
}
.slider-architecture li {
  margin: 0 0.5%;
}

.architecture-item a{
    text-decoration: none;
    font-size: 12px;
}
.architecture-item .imgbox{
    position: relative;
    margin-top: 10px;
}
.architecture-item .imgbox span{
    display: block;
    position: relative;
    top:0;
    left: 0;
    z-index: 10;
}

.architecture-item .txtbox{
    margin-top: 15px;
}


.architecture-area-slider .slick-dots
{
    position: absolute;
    bottom: -80px;
    left: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.architecture-area-slider .slick-next {
	position: absolute;
    right: inherit;
	top:inherit;
    left:30%;
    bottom:-95px;
	margin-top: 0px;
    margin-left: -10px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:40px !important;
	height:40px !important;
	cursor:pointer;
	border: none  !important;
    border: solid #fff 1px !important;
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 640px;
}
.architecture-area-slider .slick-prev {
	position: absolute;
    left: inherit;
	top:inherit;
    bottom:-95px;
    left:25%;
	margin-top: 0px;
    z-index: 100;
	display: block;
	width:40px !important;
	height:40px !important;
	cursor:pointer;
	border: none  !important;
    border: solid #fff 1px !important;
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}


.architecture-area-btn{
    position: relative;
    padding-top: 60px;
    
}
.architecture-area-btn .btn-link-more{
    position: relative;
    right: 0;
    bottom: 0;
    width: auto;
    
}



/*販売中の物件*/
.products-area{
    overflow: visible;
    background: url("../../images/top_products_bgcolor.png") left top repeat-y;
    background-size: 120px;
}
.products-area-inner{
    background: url("../../images/top_products_bg.png") left top no-repeat;
    background-size: 60% auto;
    padding-top: 120px;
}


.products-area-title-wrapp{
    background: url("../../images/top_products_bgtitle.png") center top no-repeat;
    background-size: 250%;
    padding: 20px 0 40px 0;
}

.products-area-title{
    text-align: center;
}


.products-pickup-wrapp{
    
}
.products-search{
    width: auto;
    float: none;
    height: auto;
    position: relative;
    z-index: 100;
    top:0;
    left: 0;
    padding-top: 60px;
    margin-top: -60px;
    position: inherit; /* Safariに対応する */
    position: relative; /* 要素を固定/解除する */
}



.products-search .tab-group{
    padding: 0 5%;
}
.products-search .tab{
    list-style:none;
    text-align:center;
    cursor:pointer;
    color:#fff;
    width: 50%;
    float: left;
    padding: 20px 0;
    font-size: 14px;
    line-height: 110%;
}
.products-search .panel-group{

}
.products-search .panel{
    display:none;
    padding: 30px 30px;
    
}


.products-search .search-box{
    overflow: hidden;
}


.products-search .search-box-inner{
    padding: 0px 10px;
}



.btn-link-more-b-wrapp{
    padding: 30px 5%;
    background-color: #65A899;
}
.products-search .btn-link-more-b{
    width: auto;
    position: relative;
   
}
.products-search .btn-link-more-b.PC{
    display: none;
}
.products-search .btn-link-more-b a{
    padding-top:50px;
    padding-bottom: 50px;
}





.products-result{
    float: none;
    height: auto;
    overflow: inherit;
    min-width: inherit;
    background-color: #fff;
    
    padding: 55px 0 85px 5%;
    text-align: left;
    line-height: 150%;
}



.slider-products-result .slick-list {
  padding: 0 8% 0 0!important;
  margin-left: -3%
}
.slider-products-result li {
  margin: 0 0.3%;
  list-style: none;
  
}
.slider-products-result .slick-dots
{
    position: absolute;
    bottom: -70px;
    left: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slider-products-result .slick-next {
	position: absolute;
    right: inherit;
	top:inherit;
    left:30%;
    bottom:-85px;
	margin-top: 0px;
    margin-left: -10px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:40px !important;
	height:40px !important;
	background: url(../../images/arrow_r_g.png) no-repeat center center !important;
	background-size: 4px auto!important;
	cursor:pointer;
	border: none  !important;
    border: solid #65A899 1px !important;
    border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;

}
.slider-products-result .slick-prev {
	position: absolute;
    left: inherit;
	top:inherit;
    bottom:-85px;
    left:25%;
	margin-top: 0px;
    z-index: 100;
	display: block;
	width:40px !important;
	height:40px !important;
	background: url(../../images/arrow_l_g.png) no-repeat center center !important;
	background-size: 4px auto!important;
	cursor:pointer;
	border: none  !important;
    border: solid #65A899 1px !important;
    border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;

}


.slider-products-result .slick-dots li
{
	background:url(../../images/pagination_off02.png) center center no-repeat;
	background-size:cover;
}


.products-item{
    padding: 0px 5.2% 0px 0;
    text-align: left;
    width: auto !important;
    border-right: solid #CCCCCC 1px;
}
.products-item-inner{
    border-bottom: none;
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
    width: auto;
}
.products-item .imgbox{
    width: auto;
    float: none;
    position: relative;
    overflow: hidden;
}
.products-item .imgbox .imgbox-inner span{
    display: block;
}

.products-item .imgbox .imgbox-txt{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/img_cover.png") bottom center no-repeat;
    background-size: 100% 120%;
    
   
}
.products-item .imgbox .imgbox-txt p{
    position: absolute;
    bottom:0;
    left: 0;
    padding: 15px 5%;
    font-size: 12px;
    line-height: 140%;
}

.products-item .txtbox{
    width: auto;
    float: none;
    margin-top: 25px;
    margin-left: 0px;
}


.products-item .txtbox .products-data{
    margin-bottom: 15px;
}
.products-item .txtbox .products-data span{
    display: inline-block;
    line-height: 100%;
    padding: 8px 10px;
    font-size: 9px;
    margin-bottom: 8px;
}

.products-item .txtbox .products-title h3{
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 150%;
}
.products-item .txtbox .products-info{
    margin-top: 23px;
}
.products-item .txtbox .products-info table{
    
    line-height: 150%;
    font-size: 11px;
}
.products-item .txtbox .products-info table th{
    width: 25%;
    padding-bottom: 5px;
}

.products-link{
    margin-top: 25px;
    margin-right: -1%;
    margin-left: -1%;
}
.products-link .products-btn{
    float: left;
    width: 33.333%;
    margin-right: -1px;
}
.products-link .products-btn a{
    font-size: 10px;
    letter-spacing: 0;
    padding: 10px 3px;
    padding-top: 73px;
}



/**/
.voice-area{
    position: relative;
    padding: 100px 0 120px 0;
    overflow: hidden;
}

.voice-area-title-wrapp{
    width: auto;
    float: none;
    margin-left: 5%;
    text-align: left;
    margin-top: 45px;
    font-size: 15px;
}
.voice-area-title-wrapp:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../../images/top_voice_bgtitle.png") left 100px  no-repeat;
    background-size: 100% auto;
    position: absolute;
    top:0;
    left: 0;
    z-index: 5;
}
.voice-area-title-wrapp:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../../images/top_voice_bg.png") right top no-repeat;
    background-size: 65% auto;
    position: absolute;
    top:0;
    right: 0;
    z-index: 4;
}

.voice-area-title{
    margin-left: 5%;
}

.voice-area-title-wrapp p{
    margin-top: 50px;
    margin-left: 0;
    font-size: 13px;
}

.voice-area-title-wrapp .btn-link-more.PC{
    display: none;
}

.voice-area-title-wrapp .btn-link-more{
    margin-top: 50px;
    position: relative;
    z-index: 10;
}



.voice-area-inner{
    position: relative;
    width: auto;
    float: none;
    margin-top: 40px;
    background-color: #E2F0E9;
}
.voice-area-inner:after{
    display: none;
}


.voice-item{
    background-color: #fff;
    line-height: 180%;
}
.voice-item a{
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.voice-item .imgbox{
    overflow: hidden;
    position: relative;
}
.voice-item .imgbox span{
    display: block;

}


.voice-item .txtbox{
    padding: 20px 20px 20px 20px;
}
.voice-item .txtbox h3{
    padding: 5px 0 5px 20px;
    line-height: 140%;
    margin-bottom: 10px;
}
.voice-item .txtbox .day{

    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}




.slider-voice{
    position: relative;
    z-index: 10;
    padding: 0;
    text-align: left;
    line-height: 150%;
    overflow: inherit;
    
}

.voice-area-slider{
    padding: 40px 0px 80px 5%;
    
}

.slider-voice .slick-list {
  padding: 0 10% 0 0!important;
  margin-left: -3%;
}
.slider-voice li {
  margin: 0 0.5%;
}

.voice-area-slider .slick-next {
	position: absolute;
    right: inherit;
	top:inherit;
    left:30%;
    bottom:-75px;
	margin-top: 0px;
    margin-left: -10px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:40px !important;
	height:40px !important;
	background: url(../../images/arrow_r_g.png) no-repeat center center !important;
	background-size: 4px auto!important;
	cursor:pointer;
	border: none  !important;
    border: solid #65A899 1px !important;
    border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}
.voice-area-slider .slick-prev {
	position: absolute;
    left: inherit;
	top:inherit;
    bottom:-75px;
    left:25%;
	margin-top: 0px;
    z-index: 100;
	display: block;
	width:40px !important;
	height:40px !important;
	background: url(../../images/arrow_l_g.png) no-repeat center center !important;
	background-size: 4px auto!important;
	cursor:pointer;
	border: none  !important;
    border: solid #65A899 1px !important;
    border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;

}



.voice-area-slider .slick-dots
{
    position: absolute;
    bottom: -60px;
    left: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.voice-area-slider .slick-dots li
{
	background:url(../../images/pagination_off02.png) center center no-repeat;
	background-size:cover;
}


.voice-area .btn-link-more-wrapp{
    margin-top: 30px;
    position: relative;
    z-index: 100;
}



/**/
.guide-area{
    background: none;
    background-size: cover;
    padding: 0px 0 0 0;
    background:#65A899 url("../../images/top_guide_bgtitle.png") -80px 20px no-repeat;
    background-size: 100% auto;
}
.guide-area-inner{
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-bottom: 40px;
    background:none;
    
   
}

.guide-area-title-wrapp{
    
     padding: 60px 0px 40px 0px;
}
.guide-area-title-wrapp p{
    margin-top: 40px;
    font-size: 13px;
}

.guide-list-wrapp{
    padding: 0 0;
}
.guide-list-wrapp ul{
    width: auto;
    
}
.guide-list-wrapp ul.guide-list01{
    float: none;
}
.guide-list-wrapp ul.guide-list02{
    float: none;
}

.guide-list-wrapp ul li{
    list-style: none;
}

.guide-item{
    padding: 8px 0;
}
.guide-item a{
    display: block;
    text-decoration: none;
}

.guide-item-inner{
    display: table;
    width: 100%;
    position: relative;
    line-height: 140%;
}
.guide-item .iconbox{
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
    padding: 15px 0;
}
.guide-item .iconbox img{
    width: auto;
    max-width: 40px;
}
.guide-item .txtbox{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 15px 0;
}
.guide-item .txtbox h4{
    font-size: 16px;
}
.guide-item .txtbox h4 span{
    
    margin-top: 4px;
    font-size: 10px;
}

.guide-item .btn-link-arrow{
    position: absolute;
    top:23.5%;
    right: 5%;
    display: block;
}
.guide-item a{
    position: relative;
    z-index: 2;
    overflow: hidden;
}






/* スライダー基本
--------------------------------------------*/

		
.slick-next {
	position: absolute;
    right: -30px;
	top:50%;
	margin-top: -30px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:40px;
	height:40px;
	background: url(../../images/arrow_r_w.png) no-repeat center center;
	background-size: cover;
	cursor:pointer;
	border: none;
}
.slick-prev {
	position: absolute;
    left: -30px;
	top:50%;
	margin-top: -30px;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width:40px;
	height:40px;
	background: url(../../images/arrow_l_w.png) no-repeat center center;
	background-size: cover;
	cursor:pointer;
	border: none;
}


/**/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 8px;
	height: 8px;
	margin: 0 10px;
	outline: 0;
	background:url(../../images/pagination_off.png) center center no-repeat;
	background-size:cover;

    cursor: pointer;
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.slick-dots li.slick-active
{
    width: 8px;
	height: 8px;
	margin: 0 10px;
	outline: 0;
	background:url(../../images/pagination_on.png) center center no-repeat;
	background-size:cover;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
	height: 8px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before
{
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


/* モーダル基本
--------------------------------------------*/
.modal-content {
    position:fixed;
    display:none;
    z-index:9999;
    width:94%;
    margin:0;
    padding:0;
	
}

.modal-content-wrapp{
	position:relative;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	padding:0 0;
	margin-top:60px;
}
.modal-content-inner{
	padding:40px 4%;
}


.modal-overlay {
    z-index:9998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    text-decoration:underline;
}


.modal-close {
    cursor:pointer;
}


.modal-content .close{
	position:fixed;
	top:15px;
	right:4%;
	font-weight:100;
	z-index:10000;
}


.form-wrapp .red {
	color: #f00;
}
.form-wrapp .bld {
	font-weight: bold;
}

}