/*
Theme Name: BA_001_ブランディング重視
Author: 60L.design
Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。
Version: 1.0
※※※ページ共通のスタイルのみ記述する※※※
*/
/*----------------------------------------------------
部屋ごと・棟ごと・地図検索のタブ
----------------------------------------------------*/
#switch{
	display: block;
	width: 100%;
	border-bottom: 4px solid #0E7FC3;
	margin-bottom: 20px;
	height: 42px;
	font-size: 0.85em;
    box-sizing: border-box;
}
#switch span{
	width: 150px;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	float: left;
	height: 40px;
	margin-left: 8px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
    top: -2px;
    position: relative;
}
#switch span a{
	display: block;
	color: #212529;
	text-decoration: none;
	border: 1px solid #0E7FC3;
    border-radius: 8px 8px 0 0;
}
#switch span a:hover{
	background: #ED6103;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
    border: 1px solid #ED6103;
	
}
#switch span.active{
	background: #0E7FC3;
	color: #ffffff;
	height: 40px;
	cursor: default;
}
@media screen and (max-width:959px) {
    #switch{
        height:70px;
        font-size: 18px;
    }
    #switch span,#switch span.active{
        width: 30%;
        height: 70px;
        line-height: 70px;
    }
    #switch.change_disp{
        margin-bottom: 0px;
        margin-top: 10px;
    }
}
/*****************************************************************************
物件検索
*****************************************************************************/
#main_contents_result{
    margin-bottom: 80px;
}
.mb_150{
    margin-bottom: 150px;
}
@media screen and (max-width: 980px){
    .mb_150{
        margin-bottom: 0px;
    }
    .buttonControls{
        margin-bottom: 150px;
    }
}
/**************************************************************
//物件お問合せフォーム
**************************************************************/
.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 th span.th_comment_red{
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    display: block;
    white-space: normal;
}
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: #0E7FC3;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0E7FC3;
    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: #0E7FC3;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0E7FC3;
    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 #0E7FC3;
    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;
        margin-bottom: 100px;
    }
    .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;
    }
}


/**************************************************************************************/
/* 2019/09/02　メニュードロップダウン*/
/**************************************************************************************/
.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;'
}
/**************************************************************************************/
/* 2018/11/19　お知らせのタグ追加*/
/**************************************************************************************/
.news_tag {
	margin-right: 5px;
	padding: 1px 3px;
	font-size: 0.8em;
/*	border: solid 1px #fff;*/
}
.newsindex_item .new {
	background: #fb6e1a;
	color: #fff;
}
.newsindex_item .import {
	background: #d20404;
	color: #fff;
}
.newsindex_item .campaign {
	background: #fb386f;
	color: #fff;
}
.newsindex_item .rent {
	background: #0458bf;
	color: #fff;
}
.newsindex_item .sale {
	background: #35bf04;
	color: #fff;
}

/**************************************************************
//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;
	top: -2px;
	text-align: center;
	height: 40px;
	color: #333333;
	line-height: 16px;
	
	font-size: 10px;
    float: right;
    position: relative;
    width: 65px;
    margin-left: 5px;
   box-sizing: border-box;
}
.square_btn5 i{
	color: #115FAE;
    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;
}

@media screen  and (max-width: 980px){
.square_btn5{
    width: 75px;
    height: 60px;
    }
}
/* 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%;
}
}
/* 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/19　施行事例ページトップと個別共通部*/
/**************************************************************************************/
.cu_new{
	color:  #fff;
	float: right;
	background: #95d300;
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
/* こだわりから探す　のタグスタイル*/
.cp_tag01 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
}
.cp_tag01 li {
	display: inline-block;
}
.cp_tag01 a {
	line-height: 26px;
	position: relative;
	display: inline-block;
	height: 26px;
	margin: 0 10px 10px 0;
	padding: 0 15px 0 23px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #455a64;
	border-radius: 3px 0 0 3px;
	background: #cfd8dc;
}
.cp_tag01 a::before, .cp_tag01 a::after {
	background: #e7e7e7;/*背景色*/
}
.cp_tag01 a::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
}
.cp_tag01 a::after {
	position: absolute;
	top: -2px;
	right: -6px;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 0 15px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #cfd8dc;
	border-radius: 4px;
}
.cp_tag01 a:hover {
	color: #ffffff;
	background-color: #0E7FC3;
}
.cp_tag01 a:hover::after {
	border-left-color: #0E7FC3;
}
/***********トップページに追加 ******************/
.top_sekou_itembox {
    width: 230px;
    height: 330px;
    margin-bottom: 20px;
}
.top_cu_comment ul li{
	list-style: none;
	line-height: 23px;
}
.top_cu_comment ul li i{
		margin-right: 5px;
		color: #8C8C8C;
	}
.top_cu_comment .pc, .sekou_index_item_info .pc{
	display: inline-block;
}
.top_cu_name {
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.cu_date {
    color: #0E7FC3;
    float: left;
}
.top_cu_comment {
    margin-top: 10px;
    line-height: 20px;
}
.top_article_index_itembox {
    width: 300px;
    min-height: 420px;
    margin-bottom: 44px;
	float: left;
}
@media screen and (max-width: 980px){
	
	/***********トップページに追加 ******************/
.top_sekou_itembox {
    width: 288px;
    height: 400px;
    margin-bottom: 20px;
}
.top_cu_comment ul li{
	list-style: none;
	line-height: 28px;
}
	.top_cu_comment ul li .pc, .sekou_index_item_info .pc{
		display: none;
	}
	.top_blog_itembox{
		margin-bottom: 40px;
	}
	.top_cu_name{
		font-size: 20px;
	}
	.top_cu_area{
		font-size: 18px;
	}
	.top_cu_comment{
		line-height: 24px;
	}
}

h1{
    margin-top: 0;
	}
@media screen and (max-width: 980px){
    h1{
        margin-top: -1px;
    }
}

/**************************************************************************************/
/* 2018/11/08　WEB FONT差し替え調整*/
/**************************************************************************************/
.fa_em01{
	font-size: 1.2em;
}
.fa_em02{
	font-size: 2em;
}
.fa_yellow{
	color: yellow;
}
.fa_margin_r01{
	margin-right: 10px;
}
.fa_margin_r02{
	margin-right: 20px;
}
.fa_margin_r03{
	margin-right: 30px;
}
.fa_margin_l01{
	margin-left: 10px;
}
.fa_margin_l02{
	margin-left: 20px;
}
.fa_margin_l03{
	margin-left: 30px;
}
.fa_float_l{
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}
.fa_float_r{
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}
.fa_orange{
	color: orange;
}
@media screen and (max-width: 980px){
	.fa_float_l{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.fa_float_r{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
}

/*----------------------------------------------------
チェックボックス
----------------------------------------------------*/
.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: #115FAE;
    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 #115FAE;
  border-right: 3px solid #115FAE;
}
.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;
    cursor: inherit;
}
#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;
}
}
