@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2 {
 margin: 10px auto 20px auto;
 position: relative;
 padding-bottom: 0.7em;
 border-bottom: 4px solid #DDD;
 font-size: 20px;
 font-weight: bold;
 display: inline-block;
 width: 100%;
}

h2.cms_h2:after {
 position: absolute;
 content: ' ';
 border-bottom: solid 4px #9ac299;
 bottom: -4px;
 width: 13%;
 display: block;
 left: 0px;
}

.container {
 width: 1000px;
 margin: 20px auto;
 overflow: hidden;
 background: none;
}

.maincontents {
 width: 780px;
 float: right;
}

.side {
 width: 200px;
 float: left;
}

.cms_back {
 text-align: left;
 margin: 10px auto 10px auto;
 padding: 0px 0px 0px 0px;
}

.cms_back a {
 color: #004CD3;
 line-height: 18px;
}

.cms_back a:hover {
 text-decoration: none;
 color: #999999;
}

.iframe_pc {
 width: 780px;
 height: 300px;
 border: none;
}

.form_wrap {
 background: #fff;
 margin: 40px auto !important;
}

.form_caution {
 width: auto;
 text-align: left;
 display: block;
}

/*-----------------------------------------------
staff 一覧
-----------------------------------------------*/

.c_staff_all_wrap {
 overflow: hidden;
}

.c_staff_all_inner {
 width: 1200px;
 margin: 60px auto 0;
}

.c_staff_wrap ul {}

.c_staff_wrap ul li {
 display: inline-block;
 width: 22%;
 margin: 0 1.35% 3%;
 margin-bottom: 3%;
 border-radius: 30px 0 30px 0;
 overflow: hidden;
}

.c_staff_wrap ul li a {
 display: block;
 position: relative;
}

.c_staff_wrap ul li a::before {
 content: "";
 display: block;
 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
 position: absolute;
 width: 100%;
 height: 60px;
 left: 0;
 bottom: 0;
 z-index: 11;
}

.c_staff_photo {
 height: 380px;
}

.c_staff_photo img,
.c_staff_photo_hover img {
 height: 100% !Important;
 object-fit: cover;
}

.c_staff_photo_hover {
 height: 380px;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
 transition: .3s;
}

.c_staff_job {
 display: inline-block;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 background: #fff;
 padding: 10px 5px;
 position: absolute;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 0.05em;
 right: 10px;
 top: 0;
 z-index: 10;
}

.c_staff_name {
 font-size: 11px;
 line-height: 1;
 margin: 10px 0 0;
 position: absolute;
 bottom: 10px;
 left: 10px;
 color: #fff;
 z-index: 15;
 letter-spacing: 0.1em;
}

.c_staff_name span {
 font-size: 20px;
 line-height: 1;
 font-weight: bold;
 display: block;
 margin-top: 5px;
}

.c_staff_wrap ul li a:hover .c_staff_photo_hover {
 opacity: 1;
 transition: .3s;
}

.c_staff_ti {
 text-align: center;
 padding: 40px 0;
 margin: 20px 0 40px;
 border-top: 1px solid #383635;
 border-bottom: 1px solid #383635;
 font-size: 28px;
 font-weight: bold;
 color: #383635;
}

.c_staff_ti span {
 display: block;
 font-size: 12px;
 color: #9ac299;
 letter-spacing: 0.1em;
 line-height: 14px;
}

.c_staff_subti {
 font-size: 18px;
 padding: 25px 30px;
 margin: 40px auto 30px;
 color: #BEAF87;
 letter-spacing: 0.1em;
 background: #F7F4ED;
 border-radius: 5px;
 position: relative;
 line-height: 1;
}

.c_staff_subti::before {
 content: "";
 display: block;
 width: 3px;
 height: 38px;
 background: #BEAF87;
 position: absolute;
 left: 15px;
 top: 15px;
 border-radius: 3px;
}

/*-----------------------------------------------
staff 詳細
-----------------------------------------------*/

.c_staff_shosai_main {
 position: relative;
 margin-top: 60px;
 padding-bottom: 80px;
}

.c_staff_shosai_main_inner {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}

.c_staff_shosai_main::before {
 content: "";
 display: block;
 width: 200vw;
 height: 600px;
 background: #f7f4ed;
 position: absolute;
 left: -50vw;
 bottom: 0;
 z-index: -1;
}

.c_staff_shosai_photo img {
 width: 500px !important;
 height: 630px !important;
 object-fit: cover;
}

.c_staff_shosai_main_inner ul {
 width: 630px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.c_staff_shosai_main_inner ul li img {
 width: 300px !important;
 height: 300px !important;
 object-fit: cover;
}

.c_staff_shosai_main_inner ul li:nth-child(1),
.c_staff_shosai_main_inner ul li:nth-child(2) {
 margin-bottom: 30px;
}

.c_staff_shosai_top {
 text-align: center;
 margin: 20px auto;
 border-top: 1px solid #383635;
 border-bottom: 1px solid #383635;
 padding: 40px 0;
}

.c_staff_shosai_top h2 {
 font-size: 14px;
 font-weight: bold;
 line-height: 1.7;
 color: #383635;
 font-weight: 500;
 letter-spacing: 0.1em;
}

.c_staff_shosai_top h2 span {
 display: block;
 font-size: 36px;
 font-weight: bold;
}

.c_staff_shosai_job {
 display: inline-block;
 padding: 10px 10px;
 background: #fff;
 border-radius: 5px;
 border: 1px solid #383635;
 font-weight: bold;
 font-size: 12px;
 line-height: 1;
 margin-top: 10px;
}

.c_staff_shosai_txt {
 margin: 80px 0;
 padding: 0 80px;
}

.c_staff_shosai_txt h3:not(:empty) {
 font-size: 30px;
 line-height: 1;
 letter-spacing: 0.1em;
 margin: 0 0 30px;
 color: #383635;
 position: relative;
 padding-left: 90px;
}

.c_staff_shosai_txt h3:not(:empty)::before {
 content: "";
 display: block;
 width: 70px;
 height: 1px;
 background: #4b844a;
 position: absolute;
 left: 0;
 top: 15px;
}

.c_staff_shosai_txt p:not(:empty) {
 margin: 0;
 background: #fff;
 margin-left: 15%;
 padding: 30px;
 margin-bottom: 50px;
 font-size: 16px;
 line-height: 1.7;
 border-radius: 10px;
}


.c_staff_shosai_bt {
 font-size: 15px;
 line-height: 1.7;
 padding: 0 80px;
}

.c_staff_shosai_bt ul li {}

.c_staff_shosai_bt ul li span:not(:empty) {
 display: block;
 width: 25%;
 padding: 10px 20px;
 background: #9ac299;
 font-weight: bold;
 color: #fff;
 border: 1px solid #9ac299;
 border-radius: 5px 5px 0 0;
 box-sizing: border-box;
 margin-right: 5%;
 text-align: center;
}

.c_staff_shosai_bt ul li p:not(:empty) {
 width: 100%;
 margin: 0;
 padding: 20px 20px;
 background: #fff;
 margin-bottom: 25px;
 font-weight: 500;
 color: #383635;
 border: 1px solid #9ac299;
 border-radius: 0 5px 5px 5px;
 box-sizing: border-box;
 font-size: 14px;
 margin-right: 5%;
}

.c_staff_shosai_license:not(:empty) {
 margin-top: 40px;
 text-align: left;
}

.c_staff_shosai_license ul::before {
 content: "保有資格";
 display: block;
 font-size: 20px;
 line-height: 60px;
 color: #4b844a;
 font-weight: bold;
 margin-bottom: 20px;
 letter-spacing: 0.1em;
 text-align: center;
 border-top: 1px solid #4b844a;
 border-bottom: 1px solid #4b844a;
}

.c_staff_shosai_license ul li {
 display: inline-block;
 padding: 10px 20px;
 background: #beaf8b;
 color: #fff;
 font-size: 18px;
 line-height: 1;
 font-weight: 500;
 margin: 0 5px;
 border-radius: 30px;
 letter-spacing: 0.05em;
}

.c_staff_shosai .page_next {
 background: #f7f4ef;
}

/*-----------------------------------------------
town
-----------------------------------------------*/

.town_b_lsit {
 margin: 0;
 padding: 0;
 list-style: none;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.town_b_lsit li {
 width: 465px;
 overflow: hidden;
}

.town_b_lsit li a {
 color: #333;
 text-decoration: none;
}

.town_b_lsit .rent_txt {
 padding: 15px;
}

.town_b_lsit .rent_txt div {
 margin-bottom: 10px;
}

.town_b_lsit .rent_txt p {
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 1;
 overflow: hidden;
 margin: 0 0 5px;
 font-size: 12px;
 line-height: 1.5;
}

.town_b_lsit .rent_box02 img {
 width: 160px;
 object-fit: cover;
}

.town_b_lsit .rent_box {
 padding: 15px;
}

.town_b_lsit .rent_box p {
 font-size: 15px;
}

.town9 iframe {
 height: 530px !important;
}

/*--CMS 修正--*/

.info_ma,
.blog_ma,
.voice_ma ul {
 width: 100% !important;
}

.voice1_ma_detail,
.voice1_ma_detail_text {
 width: 100%;
 margin: 0 auto;
}

.voice1_ma_detail_text div {
 background: none;
}

.form_subttl p {
 padding-bottom: 30px;
 font-size: 20px;
 text-align: center;
}

.form_intro p {
 background: none;
 padding: 0;
 line-height: 1.8;
}

.voice_ma_free {
 width: 100% !important;
}

/*-----------------------------------------------
color
-----------------------------------------------*/
.sale_result_shubetu:before,
.sale_result_address::before {
 background-color: #9ac299;
}

.sale_result_ma_com3 {
 border-left: 4px solid #9ac299;
}

.voice_ma_group_staff_h3 {
 background-color: #9ac299;
}

.stepBar .visited span {
 background: #4b844a;
}

.stepBar li {
 z-index: 0;
}

.stepBar li span {
 background: #d1e4d1;
}

.stepBar li:after {
 background: #d1e4d1 !important;
 z-index: -1;
}

/*-----------------------------------------------
CMS_form 修正
-----------------------------------------------*/

.form tr th {
 align-items: center;
}

/*-----------------------------------------------
売買物件一覧
-----------------------------------------------*/
.buy_list_ma_detail_bl span {
 width: 130px;
 font-weight: bold;
 font-size: 14px;
}

.buy_list_ma_detail_table th {
 font-weight: bold;
 color: #111;
 font-size: 14px;
 padding: 0 10px;
}

.buy_list_ma_detail_info2 td {
 font-size: 14px;
 line-height: 24px;
 padding: 10px;
}

.buy_list_ma_detail h3 {
 margin: 0;
 font-size: 20px;
 border-left: 3px solid #333;
 text-indent: 20px;
}

.buy_list_ma_detail_table {
 margin: 15px 0 30px;
}

.buy_list_ma_detail_inq {
 margin-top: 30px;
}

li.cms_buy_form_li {
 width: 20% !important;
}

li.cms_buy_form_li:nth-child(3),
li.cms_buy_form_li:nth-child(4) {
 width: 30% !important;
}

li.cms_buy_form_li p.naiyou {
 height: 90px;
}

li.cms_buy_form_li p.komoku {
 font-size: 14px;
 font-weight: bold;
}

.buy_list_ma_detail a img {
 object-fit: contain;
}

.buy_list_ma_detail_bl p {
 font-weight: bold;
}

/*-----------------------------------------------
staff
-----------------------------------------------*/

.c_staff_shosai_p2 .c_staff_shosai_main {
 margin-top: 20px;
}

.c_staff_shosai_p2 .c_staff_shosai_main::before {
 height: 500px;
}

.c_staff_shosai_p2 .c_staff_shosai_top {
 width: 500px;
 height: 500px;
 background: #fff;
 text-align: center;
 margin: 0;
 border-top: none;
 border-bottom: none;
 padding: 40px 0;
 box-sizing: border-box;
 box-shadow: 0 0 20px rgba(0, 0, 0, .3);
 z-index: 10;
 position: absolute;
 right: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}

.c_staff_shosai_p2 .c_staff_shosai_photo img {
 width: 730px !important;
 height: 630px !important;
 object-fit: contain;
}

.c_staff_shosai_p2 .c_staff_shosai_main_inner {
 align-items: center;
}

.c_staff_shosai_p2 .c_staff_shosai_main_inner ul {
 width: 400px;
 display: block;
 margin: 0 auto;
}

.c_staff_shosai_p2 .c_staff_shosai_main_inner ul li:nth-child(1),
.c_staff_shosai_p2 .c_staff_shosai_main_inner ul li:nth-child(2) {
 margin-bottom: 5px;
}

.c_staff_shosai_p2 .c_staff_shosai_license ul li {
 padding: 10px 15px;
 font-size: 13px;
 margin: 0 5px 5px 0;
 background: #9ac299;
}

.c_staff_shosai_b_photo ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 margin-top: 40px;
}

.c_staff_shosai_b_photo ul li {
 margin-right: 20px;
}

.c_staff_shosai_b_photo ul li:last-child {
 margin-right: 0;
}

.c_staff_shosai_b_photo ul li img {
 width: 290px !important;
 height: 210px !important;
 object-fit: cover;
}

/*-----------------------------------------------
cancel_form
-----------------------------------------------*/

.form_bank_ti {
 width: 150px;
 display: inline-block;
 font-size: 16px;
}

.form_bank {
 width: 500px;
 display: inline-block;
}

.form_bank input {
 width: 100%;
}

.form > tbody > tr > th {
 font-weight: bold;
 color: #111;
}

/*-----------------------------------------------
staff
-----------------------------------------------*/
.staff_award {
 width: 1200px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 align-items: center;
 background: url(../img_cms/staff_r_bg.png);
 padding: 30px 50px;
 background-size: cover;
 background-position: center;
 margin-top: 20px;
 box-sizing: border-box;
}

.staff_award span {
 display: block;
 width: 110px;
 line-height: 40px;
 text-align: center;
 background: #fff;
 border: 1px solid #111;
 border-radius: 5px;
 font-size: 18px;
 font-weight: bold;
 color: #111;
 letter-spacing: 0.1em;
}

.staff_award p {
 margin: 0;
 font-size: 15px;
 font-weight: 500;
 line-height: 30px;
 letter-spacing: 0.1em;
 padding: 20px 50px;
 margin-left: 50px;
 border-left: 1px solid #111;
}

.voice_ma_staff_comment {
 display: flex;
 align-items: center;
}

.voice_st_date a {
 position: relative;
}

.voice_ma_staff_comment p {
 line-height: 24px;
}

.voice_st_date .ttl {
 height: auto;
 font-size: 14px;
 margin: 0;
}

.staff5_detail_voice ul {
 flex-wrap: wrap;
}

.staff5_detail_voice h3 {
 margin-bottom: 30px;
}

.staff5_detail_voice ul li {
 margin-bottom: 30px;
}

.staff5_detail_voice ul li a img {
 height: 170px !important;
 width: 100%;
 object-fit: cover;
}

/*-----------------------------------------------
city_info
-----------------------------------------------*/
.spot_img {
 width: 288px;
 height: 140px;
 overflow: hidden;
 margin-bottom: 10px;
}

.spot_img img {
 width: 288px !important;
 height: 140px !important;
 object-fit: cover;
}

.spot_waku_li a {
 padding: 15px;
}
