/*

Theme Name: BA_003_物件検索重視

Author: 60L.design

Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。

Version: 1.0

*/
/**************************************************************************************/
/* プライバシーポリシーと会社概要フリーコメントのスタイル設定 橋本　*/
/**************************************************************************************/
.privacy_contents h2,.company_freearea h2{
    background: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
    margin: 1em 0;
    font-size: 1.4em;
}

.privacy_contents h3,.company_freearea h3{
    padding: 5px 10px;
    color: #000;
    font-size: 1.1em;
}
.privacy_contents h4,.company_freearea h4{
    color: #000;
    border-bottom: none;
}
.privacy_contents ul ,.company_freearea ul{
	padding:0.5em;
	list-style-type: disc;
}
.privacy_contents ul li,.company_freearea ul li {
	position:relative;
	padding: 0em 0.3em 0.3em 0.3em;
}
.privacy_contents ul li::before ,.company_freearea ul li::before{
	content: none;
}
.privacy_contents ul.wp-block-gallery,.privacy_contents ul.wp-block-gallery li,.company_freearea ul.wp-block-gallery,.company_freearea ul.wp-block-gallery li{
    padding: 0;
}
/**************************************************************************************/
/* メニュードロップダウン*/
/**************************************************************************************/
.haed_gnavi_item{
	width: 150px;			/** メニュー幅 **/
}
/* Style The Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header_rentbox{
	width : 175px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	background: none;
	cursor: pointer;
	height: 55px;
}
button{
	background: none;
	width: 175px; /** ドロップダウンのメニュー幅 **/
	position: relative;
	top: -2px;
	outline: none;
	border: none;
				}
button.sub{
	width: 175px;
}
button:active{
		outline: none;
				}
/* Dropdown Content (Hidden by Default) */
.dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background: rgba(243,243,243,0.85);
    min-width: 131px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	left: 0px;
	z-index: 6;
	top: 42px;
	width: 175px;  /** ドロップダウンのメニュー幅 **/
}
/* Links inside the dropdown */
.dropdown-content a,.dropdown-content2 a {
	clear: both;
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
	border-bottom: 1px dashed #dddddd;
	font-size: 14px;
}
.dropdown-content a:last-child, .dropdown-content2 a:last-child{
					border-bottom: none;
				}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {background: #223d79;
	opacity: 1;
				color: #ffffff;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content2 {
    display: block;
	animation: show 0.3s linear 0s;
	
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  
}

.swiper-slide{
    overflow: hidden;
}
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/**************************************************************************************/
/**************************************************************************************/
/* Gutenberg導入に伴うstyleの追加　2020/01/15 橋本　*/
/**************************************************************************************/
/**************************************************************************************/
.blog_index_story h2{
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.blog_index_story h2::before {
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.blog_index_story h3{
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
}

.blog_index_story h4{
    color: #000;
    border-bottom: dashed 2px #000;
}
.blog_index_story ul {
	padding:0.5em;
	list-style-type:none;
}
.blog_index_story ul li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
.blog_index_story ul li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #F4D823;
	border-bottom: 3px solid #F4D823;
	transform: rotate(-45deg);
}
.blog_index_story ul.wp-block-gallery,.blog_index_story ul.wp-block-gallery li{
    padding: 0;
}
.blog_index_story ul.wp-block-gallery li::before{
    content: none;
    border: none;
}

.wp-block-file .wp-block-file__button{
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.wp-block-file .wp-block-file__button:hover{
	 cursor: pointer;
	 text-decoration: none;
	 transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.wp-block-quote{
    background: #F3F3F3;
    padding: 1em;
}
.news_contents a.wp-block-button__link:hover, .blog_index_story a.wp-block-button__link:hover, .newpage_contents a.wp-block-button__link:hover{
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
}
.news_contents a.wp-block-button__link, .blog_index_story a.wp-block-button__link, .newpage_contents a.wp-block-button__link{
    text-decoration: none;
}
.wp-block-table table{
    border-collapse: collapse ;
}
.wp-block-table table th{
    background: #E7E7E7;
}
/*****************************************************************************
// ボタンのスタイル削除　2019/12/23　行方
*****************************************************************************/
button {
    background: none;
    width: 175px;
    position: relative;
    top: -2px;
    outline: none;
    border: none;
}
/*****************************************************************************
// ニュースとブログとページ追加　リッチテキストエディタの見た目調整　2019/10/15　行方
*****************************************************************************/
/*段落でfloatをリセット*/
.news_contents p, .blog_index_story p, .newpage_contents p{
    clear: both;
    margin-bottom: 20px;
}
/*見出し*/
.news_contents h2, .blog_index_story h2, .newpage_contents h2{
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.news_contents h2::before, .blog_index_story h2::before, .newpage_contents h2::before{
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.news_contents h3, .blog_index_story h3, .newpage_contents h3{
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
}

.news_contents h4, .blog_index_story h4, .newpage_contents h4{
    color: #000;
    border-bottom: dashed 2px #000;
}

/*リストインデント*/
.news_contents ul, .blog_index_story ul, .newpage_contents ul{
    padding-inline-start: 40px;
}
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
   
    margin: 20px 0;
    padding-left: 1em;
}
/*引用*/
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.news_contents blockquote:before,.blog_index_story blockquote:before, .newpage_contents blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; 
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.news_contents blockquote p,.blog_index_story blockquote p, .newpage_contents blockquote p{
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.news_contents blockquote cite,.blog_index_story blockquote cite, .newpage_contents blockquote cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*テキストリンク*/
.news_contents a, .blog_index_story a, .newpage_contents a{
    color: blue;
    text-decoration: underline;
}
.news_contents a:hover, .blog_index_story a:hover, .newpage_contents a:hover{
    color:#0084FF;
    text-decoration: none;
}
/*区切り線*/
.news_contents hr, .blog_index_story hr, .newpage_contents hr{
	border-top: 1px dashed #8c8b8b;
    margin-bottom: 20px;
}
/*画像寄せ*/
.news_contents .alignleft, .blog_index_story .alignleft, .newpage_contents .alignleft{
    float: left;
    margin: 5px 20px 15px 0;
}
.news_contents .aligncenter, .blog_index_story .aligncenter, .newpage_contents .aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_contents .alignright, .blog_index_story .alignright, .newpage_contents .alignright{
    float: right;
    margin: 5px 0 18px 20px;
}
/*ページ最下部でfloat解除*/
.clearfix_editor {
    overflow: hidden;
    zoom: 1;
}
.clearfix_editor:after {
    content: "";
    display: block;
    clear: both;
}


/**************************************************************
ぱんくず微調整
**************************************************************/
.pan_mt_60{
    margin-top: 60px;
}
@media screen and (max-width: 980px){
    .pan_mt_60{
        margin-top: 10px;
    }
}
/**************************************************************
//トップの検索ボタン
**************************************************************/ 
.top_mainimage_flex_item p{
    top: 28%;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.top_mainimage_flex_item p span{
    font-size: 1.4em;
}
.top_mainimage_flex_item i{
    display: block;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}
/**************************************************************
//iPhone select reset
**************************************************************/ 
/*.select-box01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
@media all and (-ms-high-contrast:none){ /*IEフォント崩れ対策*/
    body {font-family: none;}
}
/**************************************************************
//プライバシーページ
**************************************************************/
#privacy_area{
    
}
#privacy_area .pri_title{
    margin-top: 35px;
    font-size: 1.3em;
    font-weight: bold;
}
#privacy_area .pri_text{
    margin-top: 10px;
}
#privacy_area .pri_text ul{
    padding: 10px;
}
#privacy_area .pri_text ul li{
    list-style: none;
    list-style-position: inside;
    padding-left:3em;
text-indent:-3em;
}
#privacy_area .info_area{
    margin-top: 25px;
}
/**************************************************************
//ヘッダー履歴ボタン
**************************************************************/
.square_btn5{
    display: inline-block;
    text-decoration: none;
    background: #E5E5E5;
    border-bottom: solid 2px #eeeeee;
    border-radius: 3px;
	
	text-align: center;
	height: 46px;
	color: #333333;
	line-height: 16px;
	padding: 3px;
	font-size: 10px;
    float: right;
    position: relative;
    width: 75px;
    margin-left: 5px;
   box-sizing: border-box;
}
.square_btn5 i{
	color: #00874C;
    font-size: 20px;
    margin-top: 3px;
}
.square_btn5 .like_count{
    position: absolute;
    bottom: 15px;
    right: 5px;
    border-radius: 50%;
    background: #ffffff;
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    box-sizing: unset;
}
label.square_btn5 a{
	color: #333333;
}
a.square_btn5:hover{
	text-decoration: none;
	color: #333333;
}
/**************************************************************
//物件お問合せフォーム
**************************************************************/
.errorList{
    width: calc(100% - 40px);
    padding: 20px;
    background: #FFB2B3;
    border:1px solid #ff0000;
}
.errorList ul li{
    list-style: none;
}
.inq_inner{
    width: 650px;
    margin: 0 auto;
    border: #dddddd 1px solid;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 35px;
    }
h2.type02, h3.type02, h4.type02, h5.type02, h6.type02 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eeeded;
}
table.form {
  width: 100%;
  margin: 0 0 10px 0;
}
table.form caption {
  font-weight: bold;
}
table.form th,
table.form td {
  vertical-align: middle;
}
table.form th,
table.form td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px;
}
table.form th {
  white-space: nowrap;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 200px;
  font-size: 14px;
}
table.form td {
  font-size: 14px;
  width: 445px;
  /*form*/
}
table.form td label.bkn_contact_item_label{
    display: inline-block;
    margin-right: 15px;
}
table.form td input.text,
table.form td input.url,
table.form td input.email,
table.form td input.password {
  width: 80%;
}
table.form td table.in {
  width: 100%;
}
table.form td table.in th {
  width: auto;
}
table.form td textarea,table.form td input[type="text"]{
    width: 100%;
    position: relative;
    padding: 0;
}
table.form td input[type="text"]{
    height: 30px;
}
table.form td textarea{
    height: 120px;
}
span.required {
  color: #ed1a3a;
}
#contact_name_error,#contact_mail_error,#contact_mailchk_error {
    font-weight: bold;
    display: block;
    color: #ed1a3a;
    font-size: 14px;
}
td.required,
input.required {
  border: 1px solid #ed1a3a !important;
}

.disabled {
  color: #999;
}

.ex {
  color: #888;
  font-size: 12px;
}
.bkn_inqbtn{
    display: block;
    width: 250px;
    height: 45px !important;
    line-height: 1.0em;
    background-color: #01B868;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #01B868;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 20px auto;
}
.bkn_inqbtn_confirm{
    display: block;
    width: 320px;
    height: 60px !important;
    line-height: 1.0em;
    background-color: #01B868;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #01B868;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 45px auto 20px;
}
.bkn_inqbtn_confirm:disabled,.bkn_inqbtn:disabled{
    background: #929292;
    cursor: default;
}
a.inqbtn_back{
    display: block;
    width: 320px;
    height: 60px !important;
    background-color: #ffffff;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #01B868;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
}
.bkn_contact_confirm_li li{
    display: inline-block;
    margin-right: 5px;
}
.bkn_contact_confirm_li li:after{
    content: "\3001";
}
.bkn_contact_confirm_li li:last-child:after{
    content: none;
}
.privacy_agree{
    margin-top: 30px;
}
.privacy_agree a{
    color: blue;
}
.privacy_agree label{
    margin-bottom: 10px;
}
.toiawase_bkn_table table{
        width: 100%;
        font-size: 0.9em;
    }
.toiawase_bkn_table .table_w01{
        width: 5%;
    }
.toiawase_bkn_table .table_w02{
        width: 27%;
    }
.toiawase_bkn_table .table_w03{
        width: 15%;
    }
.toiawase_bkn_table .table_w04{
        width: 20%;
    }
.toiawase_bkn_table table , .toiawase_bkn_table td, .toiawase_bkn_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
    text-align: center;
}
.toiawase_bkn_table td, .toiawase_bkn_table th {
	padding: 3px;
	width: 30px;
	height: 25px;
    font-weight: normal;
}
.toiawase_bkn_table th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.inq_itemtitle_bkn{
    font-weight: bold;
    }

.inq_wrap p{
        margin-bottom: 15px;
    }
@media screen and (max-width: 980px){
    h2.type02, h3.type02, h4.type02, h5.type02, h6.type02{
        font-size: 1.2em;
    }
    table.form td,table.form th{
        font-size: 20px;
        word-break: break-all;
word-wrap: break-all;
    }
    table.form th{
        width: 150px;
    }
    .ex{
        font-size: 16px;
    }table.form td textarea, table.form td input[type="text"]{
        margin-bottom: 5px;
        font-size: 28px;
        height: 50px;
    }
    table.form td textarea, table.form td input[type="textarea"]{
        height: auto;
    }
    .bkn_inqbtn{
        width: 100%;
        font-size: 20px;
        height: 65px!important;
        line-height: 65px;
    }
    .inq_inner .checkbox01-parts::before{
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .inq_inner .checkbox01-input:checked + .checkbox01-parts::after{
        width: 12px;
        top: -1;
    }
       .like_area{
        padding: 15px 0;
        /*height: 84px;*/
    }
    .square_btn5{
        height: 60px;
        padding: 10px 0;
        font-size: 10px;
        width: 80px;
        margin-right: 10px;
    }
    .square_btn5 i{
        margin-bottom: 5px;
    }
}




/* flexbox 最終行調整 */
@media screen  and (min-width: 981px){
	.flex::before{
	  content:"";
	  display: block;
	  width:38%;
	  order:1;
	}
	.flex::after{
	  content:"";
	  display: block;
	  width:38%;
	}
}
.flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/* flexbox 最終行調整 ここまで */

.top_searchlike_flex{
    margin: 45px auto;
}
@media screen and (max-width: 980px){
	.shop_itembox {
    width: 560px;
}
    .inq_inner{
    width: 100%;
}
}
.top_chk_itembox {
    width: 230px;
    height: 280px;
   margin-bottom: 20px;
}
.top_chk_item_imagebox {
    width: 230px;
    height: 130px;
    overflow: hidden;
}
.top_searchlike_flex2 {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0px auto;
}
@media screen and (max-width: 980px){
.top_chk_itembox {
    width: 290px;
    height: 350px;
   margin-bottom: 20px;
}
.top_chk_item_imagebox {
    width: 290px;
    height: 180px;
    overflow: hidden;
}
	.shop_itembox {
    width: 600px;
	padding: 24px 10px;
}
	.top_blogright {
    padding: 40px 0px 40px;
    margin-bottom: 0;
}

}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット  ここまで */

/**************************************************************************************/
/* 2019/03/27　お客様の声ページ・施行事例・トップ共通部*/
/**************************************************************************************/
.swiper-slide{
	/*background: #B7B7B7;*/
}
.swiper-container{
	width: 980px;
	height: 650px;
}
.swiper-slide{
	width: 980px;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.cu_new{
	color:  #fff;
	float: right;
	background: #95d300;
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 980px){
    .cu_date{
		display: block;
	}
	
	.cu_new{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
    .swiper-container{
	width: 600px;
	height: 350px;
    }
    .swiper-slide{
        width: 600px;
        height: 350px;
        overflow: hidden;
        position: relative;
    }
    .swiper-slide img{
        position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;


    }
}

.cu_date{
	color:  #01B868;
	float: left;
}
h1{
	margin-top: -1px;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.f_16{
	font-size: 16px;
	color: #FF5F00;
}
@media screen and (max-width: 980px){
	h1{
		margin-top: 0;
	}
}




/**************************************************************************************/
/* 2018/11/07　Font Awesome修正*/
/**************************************************************************************/
.header_telbox,.footer_telbox{
	font-size: 1.2em;
}
.header_contactbox,.header_favoritebox{
	font-size: 0.95em;
}
.fa_green{
	color: #01B868;
	font-size: 1.1em;
}
.fa_em03{
		font-size: 1.1em;
		margin-left: 5px;
}
.fa_em04{
		font-size: 1.2em;
		margin-left: 15px;
		vertical-align: -1px;
}
.fa_em05{
	color: #EB6100;
}
.fa_em06{
	color: #008A4E;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
.fa_em07{
	color: #008A4E;
	font-size: 1.3em;
	margin-right: 15px;
	vertical-align: -2px;
}
.fa_em08{
	color: #008A4E;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
/* 見出し下線修正 */
.contents_title_underline{
	width: 410px;
}
@media screen and (max-width: 980px){
	.footer_telbox_sp a i{
		color: #008A4E;
	}
	.footer_contactbox_sp a i{
		color: #008A4E;
	}
	.footer_contactbox_sp{
		padding-top: 25px;
	}
	.fa_white{
		color: white;
	}
	.fa_em01{
		font-size: 3.5em;
		margin: 0.22em;
	}
	.fa_em02{
		font-size: 3em;
		margin: 0.23em;
	}
	.btn_submit{
		padding: 28px 0;
	}
	.fa_em09{
		color: #008A4E;
		font-size: 1.3em;
		margin-left: 15px;
		vertical-align: -2px;
	}
}

/*----------------------------------------------------
チェックボックス
----------------------------------------------------*/
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.table_w01 .checkbox01-parts{
    margin-right: 0px;
}
.checkbox01-parts_room{
    margin-right: 10px;
    padding-left: 35px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
    box-sizing: border-box;
}
.checkbox01-parts_room::before{
    width: 20px;
  height: 20px;
    top: 3px;
    
}
.checkbox01-parts_building::before,.checkbox01-parts_building::after{
    margin-left: 15px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #00874C;
    background: #FFE4C6;
}
.checkbox01-input:checked + .checkbox01-parts_room{
  color: #333333;
  background: none;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #00874C;
  border-right: 3px solid #00874C;
}
.checkbox01-input:checked + .checkbox01-parts_room::after{
  
  top: -4px;
  left: 5px;
  width: 12px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EF6000;
  border-right: 3px solid #EF6000;
}


.search_checkbox label,#result_area label {
	padding-left:		30px;			/* ラベルの位置 */
	font-size:		1em;
	line-height:		1em;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin-bottom: 0.8rem;
}
#result_area label{
	z-index: 2;
	padding-left:0px;	
}
#result_area .room_wrap label{
	z-index: 2;
	padding-left:2px;	
}
#select_area .submit_area .in_b{
    display: inline-block;
}
#select_area .submit_area .ml_15_pc{
    margin-left: 15px;
}
@media screen and (max-width: 980px) {
.checkbox01-parts_room{
    padding-left: 12px;
}
   #result_area .rb_tab_area label:before,#result_area .form-check label:before{
       content: none;
    }
    .checkbox01-parts_form{
        padding-left: 35px;
    }
    .checkbox01-parts::before{
        width: 23px;
        height: 23px;
    }
    #select_area .submit_area .ml_15_pc{
    margin-left: 0px;
  }
}
/**************************************************************************************/
/* 2019/11/07　お気に入りボタン変更*/
/**************************************************************************************/
.clsCountTitle i{
  margin-right: 10px;
}
/*電話番号大きく*/
.header_tel_during {
  font-size: 16px;
  line-height: 24px;
}
/*お問い合わせボタン*/
.header_contactbox{
  border-radius: 3px;
}
/*headerのロゴ大きく*/
.header_logo {
  height: 46px;
  width: auto;
}
.square_btn5{
  background: none;
  border-bottom: none;
  padding: 0;
}
.square_btn5 i{
  font-size: 35px;
  margin-top: 0;
}
.square_btn5 .like_count {
  background: #f2f6f7;
  width: 20px;
  height: 20px;
  line-height: 21px;
  left: 50px;
  right: 0;
}
@media screen and (max-width: 980px) {
  .clsCountTitle i{
    margin-right: 0;
  }
	.header_logo {
    height: 40px;
  }
	.header_favoritebox{
		width: auto;
	}
  .like_area{
    padding: 0;
  }
  .square_btn5{
    width: 100px;
    height: auto;
    padding: 10px 0 0 0;
    font-size: 15px;
    margin-right: 10px;
  }
  .square_btn5 p{
    padding-top: 5px;
    margin-bottom: 0; /*robot.cssのせいでずれるので*/
  }
  .square_btn5 i{
	  color: white;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .square_btn5 .like_count {
    bottom: 22px;
    left:70px;
  }
}

/*お気に入りボタンを大きくした分他を調整*/
.header_left,.header_right{
  width: auto;
}
h1 ,.header_left span{ /*タイトルの表示が崩れるため非表示*/
  /*width: 200px;
  line-height: 1.2rem;*/
}
.header_telbox {
  width: 220px;
}
/***************************************************************
物件画像のobject-fit
****************************************************************/
.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

/***************************************************************
ブラウザによって画像がにじむ問題を解決
****************************************************************/
img{
  -webkit-backface-visibility: hidden;
}
/***************************************************************
トップページの背景色
****************************************************************/
.toppage_color{
	background-color: black;
}
.top_searchlike_superbox{
	padding: 0 0 20px;
	background-color: #F4F5F7;
}
body{
	background-color: #F4F5F7;
}
/***************************************************************

****************************************************************/

.gnavi  {
	background-color:	rgb(0,0,0,0.7);
	background-image:	none;
}

.top_mainimage_flex_item {
	background: none !important;
	box-shadow: none !important;
	border: 2px solid white;
	height: 100px !important;
	width: 280px!important;
}
.top_mainimage_flex {
	top: 190px !important;
}

/* .thumb-item li img {
	height: 600px	!important;
} */
.contents_title_underline {
	width: 50px	!important;
}

.haed_gnavi_item {
	border: none !important;
	font-weight:bold !important;
	font-size:16px!important;
}
.top_mainimage_flex_item_dummy{
	width: 280px!important;
}
.top_mainimage_flex_item span {
	letter-spacing: 0.2rem;
}
.header_contactbox {
	border-radius: 0;
}
.top_message {
	letter-spacing: .2rem;
    position: absolute;
    left: 50%;
    width: 900px;
    height: auto;
    margin-left: -450px;
    z-index: 14;
    font-size: 1.8rem;
    top: 50%;
    text-align: center;
    font-weight: bold;
    color: white;
}
.top_blog_title.follow {
    margin-top: 0;
}
.top_blogright_bar{
	max-width: 150px!important;
	box-shadow: none!important;
	height:auto!important;
}
#header {
	background-color:	black;
	position: fixed;
	opacity: 0.9;
}

.header_telbox {
    color: white;
}
.header_tel_during{
    color: white;
}
.square_btn5 p{
    color: white !important;
}

.header_contactbox {
	color: #333333	!important;
/* 	background-color: #fff	!important; */
	box-shadow: 0px 4px 0px #433f34	!important;
	border: none	!important;
}

.top_mainimage_flex_item i {
    font-size: 1.4rem !important;
    margin-bottom: 0 !important;
	display:inline-block !important;
}
.footer_copy_right {
    color: black !important;
}

.header_contactbox {
    font-weight: bold !important;
}



@media screen and (max-width: 980px){
	.top_mainimage_flex_item {
			width: 260px !important;
	}
	.top_searchpickup_superbox {
			background-image: none !important;
	}
	.top_message {
/* 		top: 50px; */
		top:	200px;
	}
	.top_blogright {
		margin-bottom: 30px !important;
	}

}

/***************************************************************
コンテンツ部分
****************************************************************/
.top_contents_rent,.top_contents_buy,.top_contents_owner ,.top_contents_customer,.top_contents_corporator,.top_contents_company{
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
	height: 700px;
	padding: 50px 0 0 50px;
	border-bottom: 1px solid gray;
	box-sizing: border-box;
}


.top_contents_rent{
/* 	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/sofa_livingroom_color.jpg); */
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/sofa_livingroom.jpg);
}
.top_contents_buy{
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/building_black.jpg);
/* 	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/green_livingroom.jpg); */
}
.top_contents_owner{
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/stairs.jpg);
/* background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/top_contents_owner.jpg); */
}
.top_contents_customer{
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/couple_black.jpg);
}
.top_contents_corporator{
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/green_livingroom.jpg);
/* 	background-image:url(https://nagareyamajisho.jp/wp-content/uploads/2018/09/top_contents_corporator.jpg); */
}
.top_contents_company{
	background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/company_black.jpg);
/* 	background-image:url(https://nagareyamajisho.jp/wp-content/uploads/2018/09/top_contents_company.jpg);	 */
}
@media screen and (max-width: 980px){
	.top_contents_rent,.top_contents_buy,.top_contents_owner ,.top_contents_customer,.top_contents_corporator,.top_contents_company {
		background-position: left bottom;
		background-size: 100%;
		background-attachment: scroll;
		width: 100%;
		    background-size: auto 100%;
	}
	.top_contents_buy, .top_contents_customer, .top_contents_company{
		background-color: #000000;
/* 		background-image: none; */
		background-position:right 25% top 20%;
	} 
	.top_contents_owner{
		background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/stairs_sp.jpg);
	}
/* 	.top_mainimagebox {
		background-image:url(https://nagareyamajisho.jp/wp-content/themes/60l_design_c/images/top/top1222sp.jpg);
	} */
	
}
	

/***************************************************************
グローバルメニューを固定に
****************************************************************/
.gnavi {
	position: fixed;
	top: 80px;
}

#global_menu_area{
	width: auto;
    height: 40px!important;
}
#global_menu_area span{
	font-size: 14px!important;
}
.haed_gnavi_item {
	width: auto;
	padding: 15px;
}
.dropdown{
	top: 1px!important;
}
.header_logo {
	height: 43px;
}
#header_sp {
    background-color: #000000;
}
.header_contactbox {
    height: 40px;
    line-height: 40px;
}
.dropdown {
    height: 40px!important;
}
#header {
	height: 78px;
}
/***************************************************************
グローバルメニューhoverで文字変える
****************************************************************/
/* 出ない */
/* .dropdown :hover:after {
  content: "\f002";
} */
.dropdown :hover {
  display: none;
}
.footer_logo {
    margin-top: 0;
}
/***************************************************************
スライドショーやめて背景画像に
****************************************************************/
/* .top_mainimagebox{
	background-image:url(https://nagareyamajisho.jp/wp-content/uploads/2018/09/top1222-scaled.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
} */

/***************************************************************
ニュース部分調整
****************************************************************/
.newsbox{
	background-color: #F4F5F7;
	padding: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px){
	.newsbox{
		background-color: #F4F5F7;
		padding: 50px 32px;
		box-sizing: border-box;
	}
}
/***************************************************************
動く文字アニメーション
****************************************************************/

/* スクロールに連動して表示するセクションタイトル
-----------------------------------------*/
/* セクションタイトル（H3）全体 */
#Container .section h3 {
	font-family: 'Crimson Text', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 110px;
	font-size: 4.5rem;
	line-height: 0.9;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	width: auto;
/* 	display: inline-block; */
}

/* セクションタイトル（H3）の各ブロック部分 */
/* #Container .section h3 .block */
#Container .section h3 .block {
	position: relative;
	display: inline-block;
/* 	color: transparent; */
	color:#90c320;
}
 .block_en {
	line-height: 1.2;
}
/* #Container .section .content h3 .block::after */
/* セクションタイトル（H3）の表示の前に飛び込んでくる四角形部分 */
#Container .section h3 .block::after {
/* 	content: ""; */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 110%;
	background-color: #fff;
	/*初期値*/
	-webkit-transform: translateX(170vw) scaleX(1);/*Windowの外へ配置*/
	transform: translateX(170vw) scaleX(1);/*Windowの外へ配置*/
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
/*.showクラス付与後*/
#Container .section.show h3 .block {
	/* 		color: #fff; */
	color: #90c320;
	transition: 0s all .3s;
	padding-bottom: 0.1em;
}
#Container .section.show h3 .block:nth-of-type(2) {
	transition: 0s all .45s;
}
/*.showクラス付与後*/
#Container .section.show h3 .block::after {
    -webkit-animation: anime_show .6s forwards;	
    animation: anime_show .6s forwards;
}
#Container .section.show h3 .block:nth-of-type(2):after{
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

/* Standard Syntax */
@keyframes anime_show {
    0% {
        transform: translateX(110vw) scaleX(1);/*Windowの外へ配置*/
        transform-origin: 0 0;
    }
    50% {
        transform: translateX(0) scaleX(1);
		transform-origin: 0 0;
    }
    100% {
        transform: translateX(0) scaleX(0);
		transform-origin: 0 0;
    }
}
/* Chrome, Safari */
@-webkit-keyframes anime_show {
    0% {
        -webkit-transform: translateX(110vw) scaleX(0);/*Windowの外へ配置*/
		-webkit-transform-origin: 0 0;
    }
    50% {
        -webkit-transform: translateX(0) scaleX(1);
		-webkit-transform-origin: 0 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleX(0);
		-webkit-transform-origin: 0 0;
    }
}
@media screen and (max-width: 980px){
	
	#Container .section h3 {
		font-size: 5rem;
		line-height: 0.9;
	}
	
	/*.showクラス付与後*/
	#Container .section.show h3 .block {
		padding-bottom: 0.2em;
	}
}


.txt{
	color: white;
/* 	font-size: 1.1rem; */
/* 	padding:  0 0 0 30px ; */
	letter-spacing: .14em;
	display: inline-block;
	padding-top: 20px ;
	font-size: 1.1rem;
	line-height: 2.2rem;
}
.txt_subtitle{
	width:100px;
	padding-right: 50px;
	box-sizing: border-box;
	display: inline-block;
}
.pdt4rem{
	padding-top: 4rem;
}
.pdt2rem{
	padding-top: 2rem;
}
.pdt1rem{
	padding-top: 1rem;
}
.h300{
	height: 300px;
}
.scrollMagic_title_ja{
	font-size: 2rem;
	letter-spacing: .5rem;
/* 	color: white; */
}
.mgt0{
	margin-top: 0;
}
.sidebtn{
	border: 1px solid #90c320;
	padding: 5px 35px;
	display: inline-block;
	margin-top: 20px;
}
.sidebtn a{
	color: #90c320;
}
.txt_newpage{
	margin:auto;
	width: 600px;
	font-size: 20px;
}
@media screen and (max-width: 980px){
	.txt {
		font-size: 1rem;
	}
	.txt_subtitle{
		width:80px;
	}
	.txt_newpage{
		margin:auto;
		width: 100%;
		font-size:19px;
	}
}

/***************************************************************
スマホのトップ画像　隙間ができる問題
****************************************************************/

@media screen and (max-width: 980px){
	.top_mainimagebox {
		height: 500px;
	}
	.sp.top_mainimagebox{
		background-repeat:no-repeat;
	}
}
/***************************************************************
footercopyの色変更
****************************************************************/
.footer_copy{
	background-color: #313131!important;
}
.footer_copy_right{
	color: white!important;
}
/***************************************************************
社名が長いとfootercopyが飛び出る問題
****************************************************************/
@media screen and (max-width: 980px){
	.footer_copy {
		height: 100px!important;
	}
	.footer_copy_right{
		font-size: 10px!important;
	}
}
/***************************************************************
トップメインイメージ調整
****************************************************************/
.top_mainimagebox {
    height: 500px;
    height: 600px;
}
.thumb-item li img {
    width: 100%;
}

/***************************************************************
会社概要にyoutubeを埋め込む
****************************************************************/
.youtube_title{
	background-color:  #90c320;
	padding:0.5rem;
	font-weight: bold;
}
/**************************************************************************************/
/*SNS*/
/**************************************************************************************/
.sns{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.sns img{
	width: auto;
	height: 70px;
}

.top_searchlike_itembox {
  height: auto; 
}
@media screen and (max-width: 980px){
	.sns{
		width: 400px;
		display: block;
	}
	.sns img{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
}
/***************************************************************
グレーと＃00913Aの色パターン
****************************************************************/
/* #header ,.top_searchlike_superbox ,.newsbox{
    background-color: #edeeea;
}

.haed_gnavi_item {
    color: #333;
}
#Container .section.show h3 .block {
    color: #00913A!important;
}
.scrollMagic_title_ja{
    color: #fff!important;
}
.sidebtn {
    border: 1px solid #fff;
    padding: 5px 35px;
    display: inline-block;
    margin-top: 20px;
}
.sidebtn a {
    color: #fff;
}
.header_contactbox {
	color: #fff!important;
}
.footer_copy{
	background-color: #00913A!important;
}
 */


/***************************************************************
固定ページでの設定
****************************************************************/

.newpage_h3 {
	font-family: 'Crimson Text', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 4.5rem!important;
	margin-bottom: 0!important;
	letter-spacing: 0.2rem;
}
.newpage_subcopy{
	font-size: 1.3rem;
	width: 600px;
	margin: auto;
}
.newpage_subcopy2{
	width: 500px;
}
.newpage_subcopy3{
	width: 350px;
}
.td_none a {
	text-decoration: none!important;
}
@media screen and (max-width: 980px){
	.newpage_subcopy{
		font-size: 1.3rem;
	}
}
/***************************************************************
全体を明朝体に
****************************************************************/
body{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.haed_gnavi_item {
	font-family: 'Crimson Text', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footer_left {
	font-size: 16px;
}

.btn_newpage{
	margin-right:10px;
	box-sizing: border-box;
	background: #90c320;
/* 	box-shadow: 5px 5px 0px rgb(112 149 24); */
	box-shadow: 5px 5px 0px #5a7513;
	border-radius: 5px;
/* 	margin: auto; */
}
.btn_newpage a{
	text-decoration: none;
	color: #333;
	display: block;
}

.btn_newpage2{
	width: 60%;
}


.btn_newpage:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn_newpage:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.btn_newpage:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
	box-shadow: none;
}

.btn_newpage:active:after, .btn_newpage:active:before {
  content: none;/*ボタンを押すと線が消える*/
}


@media screen and (max-width: 980px){
	.btn_newpage2{
		width:100%;
	}
}
.bg_maincolor{
	background-color: #90c320;
}
.pad30{
	padding:30px;
}
/***************************************************************
検索画面　headerでパンクズが隠れる
****************************************************************/
#main_contents {
    margin-top: 100px!important;
}
@media screen and (max-width: 980px){
	#main_contents {
		margin-top: 0!important;
	}
}

/***************************************************************
垂直に影がある押せるボタン
****************************************************************/
.newbtn,
a.newbtn,
button.newbtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.newbtn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.newbtn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}




/***************************************************************
斜め下に影がある押せるボタン
****************************************************************/


.btn-square-slant {
	margin-bottom:20px;
	font-size: 1.5rem;
	color: black!important;
	text-decoration: none!important;
	border-radius: 5px;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.4em;
  text-decoration: none;
  background: #90c320;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 5px #709518;/*ボタン色より暗めに*/
  border-right: solid 5px #709518;/*ボタン色より暗めに*/
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}



.btn-square-slant:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn-square-slant:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.btn-square-slant:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.btn-square-slant:active:after, .btn-square-slant:active:before {
  content: none;/*ボタンを押すと線が消える*/
}
/***************************************************************
固定ページでボタンに丸みをつける
****************************************************************/
.round_btn{
	border-radius: 5px;
}
.round_btn a{
	text-decoration: none;
}
/***************************************************************
slickのフェードがIEでちらつくバグの対処方法
****************************************************************/
/* .slick-list li
{
    height: 600px;
}
.slick-list span
{
    overflow: hidden;
}
 */

/*  .thumb-item li  {
	overflow: hidden;
} */
/*
.top_mainimagebox li img {
	overflow: hidden ;
}
.slick-slider{
overflow: hidden ;
}
 */
/* .thumb-item li img {
	overflow: hidden;
	height: 600px!important;
	object-fit: contain;
	font-family: 'object-fit: contain;'; 
	max-width:100%;
} */
@media screen and (min-width: 980px) {
    /* 980px以上用（PC用）の記述 */
	.thumb-item li img {
		height: 600px!important;
		width:1200px!important;
		margin-left: auto;
		margin-right: auto
	} 
		.top_mainimagebox{
		background-image: url("images/top_bgimg.jpg");
		background-repeat: no-repeat;  
		background-attachment: fixed;  
		background-size: cover;
		display: block;
	}
}



