@charset "utf-8";
/* 2016.06. KyotoInnovation */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.08em;
    -webkit-print-color-adjust: exact;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1.5em;
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #000;
}
.txt_underline {
    text-decoration: underline;
}


.inner {
    width: 1440px;
    margin: 0 auto;
}

.ttl_print {
    display: block;
}
/* ===============================================
#ヘッダー
=============================================== */
.toplogin_second_header {
    display: none;

    background-color: #CB1B20;
    margin: 0 auto;
    padding: 15px 0 4px;
    overflow: hidden;
}
/* ===============================================
#ナビ
=============================================== */
.gnav {
    display: none;
    float: left;
    width: 60%;
}

/* ===============================================
#レイアウト
=============================================== */
.contents {
    width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
}

/*レイアウト1カラム*/
.layout_1col {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 65px;
}
/*レイアウト2カラム*/
.layout_2col {
    overflow: hidden;
}
.layout_2col_left {
    float: left;
    width: 680px;
    padding-bottom: 65px;
}
.contents_wide .layout_2col_left {
    width: 888px;
}
.layout_2col_right {
    float: right;
    width: 300px;
    padding-bottom: 65px;
}
.right_side_inner {
    width: 300px;
}
/*mypegeはコンテンツ幅を広げる*/
.bg_right .layout_2col_right {
    width: 530px;
    padding-left: 20px;
    background-color: #fafaf7;
}
.section {
    margin-bottom: 70px;
}
.side_top_pad {
    padding-top: 65px;
}
.mypage_side_pad {
    padding-top: 175px;
}


/* ===============================================
#フッター
=============================================== */
footer {
    display: none;
    /*  margin-top: 7.3385518591%;*/
    padding: 50px 0 100px;
    background-color: #CB1B20;
    text-align: center;
}


/* ===============================================
#タイトル、見出し
=============================================== */
h1 {
    font-family: "Hiragino Sans";
    font-weight: 500;
}
h2 {
    font-family: "Hiragino Sans";
    font-weight: 500;
}
h3 {
    font-family: "Hiragino Sans";
    font-weight: 600;
}
/*ページ上部のトップタイトルの罫線*/
.title_kei_btm {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
    padding-bottom: 75px;
    border-bottom: 2px solid #e5e5e5;
}

/*見出し*/
.ttl_h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 70px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}
.ttl_h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding-left: 20px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}
.ttl_h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 600;
}
.ttl_panel {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 30px;
}
.ttl_mypage {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}

/*見出し下線あり*/
.ttl_h1_kei_btm {
    font-size: 34px;
    font-size: 3.4rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.ttl_h2_kei_btm {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}
.personal .ttl_h2_kei_btm {
    margin-bottom: 30px;
}
.ttl_h3_kei_btm {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
/*見出し下線あり*/
.ttl_h2_kei_btm_black {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}
.list_2col_l .ttl_h2_kei_btm_black {
    font-size: 30px;
    font-size: 3.0rem;
    padding-left: 0;
}
.top_ttl_h2_kei_btm {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #c9c9c8;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 500;
}
.ttl_h3_kei_btm_black {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.fm_mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*見出し左余白*/
.ttl_pdl {
    padding-left: 23px;
}
.fs10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs20 {
    font-size: 20px;
    font-size: 2.0rem;
}

.fs50 {
    font-size: 50px;
    font-size: 5.0rem;
}


/* ===============================================
#イメージとテキストの組合せブロック
=============================================== */
/*ブロック2カラム　マイリストサムネイルと詳細*/
.list_2col_mylist {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}
/*マイリスト背景色交互に*/
.list_2col_mylist_box .list_2col_mylist:nth-of-type(odd) {
    background-color: #fcfcfb;
}

.list_2col_mylist_box .list_2col_mylist:nth-of-type(1) {
    border-top: 1px solid #f4f4f4;
}
/*セミナー情報背景色交互に*/
.list_2col_mylist_box .list_2col_img_right_m li:nth-of-type(odd) {
    background-color: #fcfcfb;
}

.list_2col_mylist_box .list_2col_img_right_m li:nth-of-type(1) {
    border-top: 1px solid #f4f4f4;
}

.list_2col_mylist_inner {
    padding: 20px 20px 20px;
}
.mylist_btn_box {
    padding-bottom: 0;
}

.list_2col_mylist_left {
    float: left;
    width: 45%;
}
.price_thumbnail {
    display: table;
    height: 160px;
}
.mansion_price {
    font-size: 20px;
    font-size: 2.0rem;
    width: 40%;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
    display: table-cell;
}
.other_list .mansion_price {
    width: 100%;
}
.price_thumbnail_img {
    width: 55%;
    display: table-cell;
    text-align: right;
    position: relative;
}
.list_2col_mylist_right {
    float: right;
    width: 52%;
}
.mansion_comment {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 1em;
}
.secret_img {
    color: #fff;
    position: absolute;
    width: 160px;
    height: 100%;
    z-index: 2;
    background: url(../img/bg_black_op60.png) repeat;
    text-align: center;
    padding: 20px 10px;
    left: 7px;
}
.txt_soldout {
    font-size: 40px;
    font-size: 4.0rem;
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mylist_btn_box {
    clear: both;
}

/*罫線*/
.box_kei_btm {
    border-bottom: 2px solid #e5e5e5;
}



/*ブロック2カラム　サイズM セミナー詳細の問い合わせ先表示など*/
.list_2col_m {
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
}
.list_2col_m {
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
}
.list_2col_m_inner:first-child {
    display: none;
    float: left;
    width: 49%;
}
.list_2col_m_inner:nth-child(2n) {
    float: none;
    width: 100%;
}

/*他にもこんな物件あります*/
.other_list {
    display: none;
    width: 100%;
    margin-top: 75px;
    overflow: hidden;
    background-color: #fafaf7;
    padding-top: 30px;
    padding-bottom: 60px;
}
.other_list_inner {
    width: 1024px;
    margin: 0 auto;
}
.other_list li {
    float: left;
    width: 151px;
    margin-right: 22px;
    text-align: center;
}
.other_list li img {
    width: 100%;
}
.other_list li:last-child {
    margin-right: 0;
}
.other_list .mansion_price {
    display: block!important;
}
/*トップ収益物件情報のテキストボックス並び*/

.top_list_2col_txt_left {
    float: left;
    margin-right: 25px;
}
.top_list_2col_txt_right {
    float: left;
}
.list_2col_txt_left {
    float: left;
    width: 37%;
    padding-right: 20px;
}
.list_2col_txt_right {
    float: left;
    width: 63%;
    font-size: 12px;
    font-size: 1.2rem;
}
/*ブロック2カラム　画像なし*/
.list_img_none {}
.list_img_none li {
    overflow: hidden;
}
.list_img_none p{
    padding: 0 20px 25px;
}
/*物件詳細の写真*/
.swap_img {
    margin-left: 15px;
}
.big_img {
    width: 263px;
    margin-bottom: 20px;
}
.big_img img {
    width: 100%;
}
.thumbnail {
    width: 268px;
    overflow: hidden;
}
.thumbnail li {
    float: left;
    width: 82px;
    margin-right: 11px;
    margin-bottom: 8px;
}
.thumbnail li:nth-child(2n) {
    margin-right: 11px;
}
.thumbnail li:nth-child(3n) {
    margin-right: 0;
}
.thumbnail_on {
    border: 1px solid #bb0010;
    padding: 1px;
    background-color: #fff;
}

/* ===============================================
#影
=============================================== */
/* 影右、影下 */
.shadow_right_btm {
    box-shadow:1px 1px 1px 0px #cececd;
    -moz-box-shadow:1px 1px 1px 0px #cececd;
    -webkit-box-shadow:1px 1px 1px 0px #cececd;
}
/* ===============================================
#テーブル
=============================================== */
table {
    width: 100%;
}
th,
td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 10px;
}
th {
    font-weight: normal;
}
/*ボーダーグリーン*/
.tbl_border_green {
    border: 1px solid #a9ab86;
    border-collapse: collapse;
}
.tbl_border_green th,
.tbl_border_green td {
    border: 1px solid #a9ab86;
    text-align: center;
}
.tbl_border_green th {
    background-color: #e7e8dd;
}
.th_bg_yellow th {
    background-color: #f6f6ee!important;;
}
/*ヘッダーえんじ色*/
.tbl_head_darkred th {
    color: #fff;
    background-color: #8E3B3B;
}
/*セル２ヘッダーレフト*/
.cell2_header_left th {
    width: 30%;
    border: 1px solid #fff;
}
.cell2_header_left td {
    text-align: left;
    width: 70%;
    padding-left: 20px;
    border: none;
}

/*セル4つ*/
.cell_4 th,
.cell_4 td {
    width: 25%;
}

.tbl_profile {
    border-collapse: separate;
    border-spacing: 5px;
}
.tbl_profile th,
.tbl_profile td {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border: 1px solid #A9AB86;
    padding: 15px 20px;
}
.tbl_profile th {
    width: 30%;
    background-color: #f6f6ee;
}


sup {
    font-size: 8px;
}
/* ===============================================
#テキストシャドウ
=============================================== */
.txt_shadow {
    text-shadow: 1px 1px 3px #7f7f7f;
}


/* ===============================================
#パン屑
=============================================== */
.breadcrumbs {
    display: none;
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 25px;
}
.contents_wide .breadcrumbs {
    padding-top: 70px;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li:after {
    content: ">";
    padding: 0 12px;
}
.breadcrumbs li:last-child:after {
    content: "";
    padding: 0 0;
}

/* ===============================================
#背景色
=============================================== */
.bg_yellow {
    background-color: #f6f6ee;
}
.bg_green {
    background-color: #e4e5d8;
}
/* ===============================================
#パディング追加
=============================================== */
.box_pad30 {
    padding: 30px;
}
.box_pad50 {
    padding: 50px;
}

/* ===============================================
#フォントサイズ
=============================================== */
.fs10 {
    font-size: 10px;
    font-size: 1.0rem;
}
.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}
.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}
.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.fs20 {
    font-size: 20px;
    font-size: 2.0rem;
}
.fs22 {
    font-size: 22px;
    font-size: 2.2rem;
}
.fs24 {
    font-size: 24px;
    font-size: 2.4rem;
}
.fs26 {
    font-size: 26px;
    font-size: 2.6rem;
}
.fs28 {
    font-size: 28px;
    font-size: 2.8rem;
}
.fs30 {
    font-size: 30px;
    font-size: 3.0rem;
}
.fs32 {
    font-size: 32px;
    font-size: 3.2rem;
}
/* ===============================================
#電話番号
=============================================== */
.tel_txt_l {

    font-size: 34px;
    font-size: 3.4rem;
}
.tel_txt_m {
    font-size: 30px;
    font-size: 3.0rem;
}

/* ===============================================
#PC、SP切り替え
=============================================== */
.pc_none {
    display: none!important;
}
.sp_none {
    display: block!important;
}
.toplogin_second_header .lang.sp_none {
    display: none!important;
}
.toplogin_second_header.toplogout_header .lang.sp_none {
    display: inline-block!important;
}
/* ===============================================
#収益物件情報
=============================================== */

/*物件詳細*/
.property_detail {
    display: none;
    padding: 0 0 40px;
    position: relative;
}
/*マイリスト追加人数*/
.mylist_cnt {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.mylist_cnt span {
    font-size: 16px;
}
.detail_tab {
    width: 100%;
    padding: 40px 0 0 10px;
    border-bottom: 1px solid #979797;
    overflow: hidden;
}
.detail_tab li {
    display: inline-block;
    width: 323px;
    margin-right: 10px;
    vertical-align: top;
}
.property_detail_tab {
    display: block;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    width: 323px;
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
    overflow:hidden;
    padding: 16px 0;
    background-color: #CB1B20;
    cursor:pointer;
}
.property_detail_tab.active {
    color: #000;
    background-color: #F6F6EE;
}
.tab_box {
    display:block;
}
.tab_box.active {
    display:block;
}

.print_mylist_btn {
    position: absolute;
    top: 4px;
    right: 20px;
}
.print_mylist_btn li {
    display: inline-block;
}
/*詳細テーブル*/
.property_detail_tbl {
    width: 597px;
}
.property_detail_tbl th,
.property_detail_tbl td {

}
.property_detail_tbl th {
    font-size: 16px;
    text-align: left;
    width: 205px;
    padding: 0 0 35px 10px;
}
.property_detail_tbl td {
    font-size: 16px;
    padding: 0 0 35px 10px;
}
.property_detail_price {
    font-size: 20px;
    font-size: 2.0rem;
}

.big_img figure {
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
    -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
    -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0);
}

.print_img {
    display: block;
}
.display_img {
    display: none;
}
.swap_img .thumbnail {
    display: none;
}
