@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

/*共通カラー
-----------------------------------------------*/
:root {
  /* サイト共通（見出し・パンくずなど） */
  --cms-common-color: #b4a377;

  /* サイト共通（背景） */
  --cms-common-bg-color: #eceadc;
}
h2.cms_h2{
	margin:10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	display:inline-block;
	width:100%;
	line-height:25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #beaf85;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container{
	width:1000px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:left;
}

.side{
	width:200px;
	float:right;
}

.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;
}

/*-----------------------------------------------
	voice
-----------------------------------------------*/
.voice4_li ul{
	gap:20px 2%;
}
.voice2_ma_shosai_row{
	width: auto;
	margin: 0 20px 40px 20px;
}
.voice4_ma_staff_comment{
	background-color:#f9f7e9;
}
.voice2_ma_ttl{
	color: #454f57;
}
.voice2_ma_shosai_row>div:before{
	color: #b4a377;
}
/*-----------------------------------------------
	staff
-----------------------------------------------*/
.staff8_shosai_license ul li{
	background: #b4a377;
}
.staff8_shosai_license ul::before{
	color: #383635;
	border-top: 1px solid #383635;
	border-bottom: 1px solid #383635;
}
.staff8_shosai_bt ul li span:not(:empty){
	background: #b4a377;
	border: 1px solid #b4a377;
}
.staff8_shosai_bt ul li p:not(:empty){
	border: 1px solid #b4a377;
}
.staff8_ti span{
	color:#b4a377;
}
/*----------------------------------------------------------
  .gallery　/gallery/ 管理物件ギャラリー
----------------------------------------------------------*/
.gallery_ma ul {
 margin: 0px auto;
 padding: 0px 0px 0px 0px;
 list-style-type: none;
 font-size: 0;
 overflow: hidden;
 width: 778px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.gallery_ma_list li {
 width: 246px;
 list-style: none;
 padding: 0px;
 vertical-align: top;
 position: relative;
}
.gallery_ma_list li:nth-child(3n) {
 margin-right: 0;
}
.gallery_ma_list li a {
 display: block;
 text-align: center;
 text-decoration: none;
 padding: 5px;
 box-sizing: border-box;
}
.gallery_ma_list li a:hover {
 background: #F2F2F2;
}
.gallery_ma_list li a img {
 max-height: 160px;
}
.gallery_ma_list li span {
 color: #333;
 font-size: 12px;
 line-height: 20px;
 display: block;
 font-weight: normal;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 height: 20px;
}
.gallery_ma_list h3 {
 color: #333;
 font-size: 14px;
 font-weight: bold;
 line-height: 16px;
 margin: 5px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
.gallery_ma p {
 color: #006DD9;
 font-size: 14px;
 line-height: 24px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
.gallery_ma h3 {
 color: #333;
 font-size: 16px;
 font-weight: bold;
 margin: 3px 0 0;
 text-align: left;
 border-bottom: 4px #ddd double;
 line-height: 26px;
}
.gallery_ma_shosai {
 margin: 0px 0px 20px 0px;
}
.gallery_ma_shosai1 img {
 max-width: 50% !important;
 max-height: 370px !important;
 float: left;
}
.gallery_ma_shosai1 {
 overflow: hidden;
}
.gallery_ma_shosai1 table {
 width: 48%;
 margin: 0px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 float: right;
 border-top: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 border-collapse: collapse;
}
.gallery_ma_shosai1 th, .gallery_ma_shosai1 td {
 font-size: 14px;
 font-weight: normal;
 line-height: 25px;
 border-bottom: 1px solid #CCC;
}
.gallery_ma_shosai1 th {
 width: 80px;
 font-weight: bold;
 text-align: center;
 border-right: 1px solid #CCC;
 background: #F2F2F2;
}
.gallery_ma_shosai1 td {
 width: 340px;
 padding: 10px;
}
.gallery_ma_shosai2 {
 font-size: 13px;
 min-height: 78px;
 margin: 20px auto;
 padding: 10px;
 border: solid 1px #DDD;
 background: F2F2F2;
}
.gallery_ma_shosai3 {
 margin: 0px auto;
 padding: 0px;
 overflow: hidden;
}
.gallery_ma_shosai3 ul {
 width: 105%;
 margin: 0px 0px 0px -20px;
 padding: 0px;
 overflow: hidden;
}
.gallery_ma_shosai3 li {
 font-size: 12px;
 width: 30%;
 list-style: none;
 display: inline-block;
 vertical-align: top;
 *display: inline;
 *zoom: 1;
 margin: 0px 0px 20px 20px;
}
.gallery_ma_shosai3 li img {
 /* max-width:100% !important;
 height:auto !important;*/
}
.gallery_ma_shosai3 li img {
 max-height: 180px !important;
 max-width: 230px !important;
}
.gallery_ma_shosai3 li a.fancybox {
 height: 190px;
 display: inline-block;
 margin: 20px 0 0;
 vertical-align: middle;
 text-align: center;
 width: 100%;
}
.gallery_ma_shosai3_free {
 height: auto;
 overflow: hidden;
 margin: 0px auto 40px;
 padding: 0px;
 text-align: center;
 border: 3px double #ddd;
}
.gallery_ma_inq a {
 width: 46%;
 color: red;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 margin: 0px auto;
 padding: 10px;
 display: inline-block;
 background: #FFF;
 border: solid 1px red;
 border-radius: 5px;
 text-decoration: none;
}
.gallery_ma_inq a:hover {
 color: #FFF;
 background: red;
}
.gallery_ma_inq a.kanri-link {
 color: #006cd8;
 border: solid 1px #006cd8;
}
.gallery_ma_inq a.kanri-link:hover {
 color: #FFF;
 background: #006cd8;
}
/*----------------------------------------------------------
  .info インフォメーション
----------------------------------------------------------*/
.info_detail{
	background:#fff;
}