@charset "utf-8";
/* ---------------
　　　共用
--------------- */
body {
  background: url("../images/bg_body.gif") repeat 0 0;
  color: #333333;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  font-size: 90%;
  /* モダンブラウザ向け */
  _text-align: center;
}


@media screen and (max-width: 767px) {
  body {
    border-top: solid 5px #333333;
  }
}
/* リンクの設定 */
a {
  border: none;
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
address {
  font-style: normal;
}
/* 画像の線を消す */
img {
  border: none;
}

/*ページトップ*/
.pagetop{
	clear: both;
	padding: 3% 0;
	text-align: right;
	text-decoration: underline;
}



/*内部コンテンツ用*/

.main{
	margin-bottom: 8%;
}
.main h3{
	margin-bottom: 3%;
	font-size: 110%;
}

.main h3 span{
	display: none;		
}

@media screen and (max-width: 767px) {
	.con_main{
		padding: 0;
	}	
	.main h3 {
		background: url(../images/bg_st.gif) repeat-y;
		padding: 8px 5px;
		/* box-shadow */
		box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 3px 1px inset;
		-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 3px 1px inset;
		-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 3px 1px inset;
	}
	
	.main h3 img.st_tab {
		display: none;		
	}
	
	.main h3 span{	
		display: block;
		background: url(../images/ic_st.gif) no-repeat 0 50%;			
		padding: 0 10px 0 23px;
		margin: 0 5px;		
		color: #411803;
		font-size: 110%;
		font-weight: bold;
	}	
	
}

/* アコーディオン
----------------------------------*/
.js-accordion .ui-state-default,
.js-accordion .ui-widget-content .ui-state-default,
.js-accordion .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #eee8d8 0 0 repeat-x;
	font-weight: normal;
	color: #411803;
}
.js-accordion .ui-state-default a,
.js-accordion .ui-state-default a:link,
.js-accordion .ui-state-default a:visited {
	color: #411803;
	text-decoration: none;
}
.js-accordion .ui-state-hover,
.js-accordion .ui-widget-content .ui-state-hover,
.js-accordion .ui-widget-header .ui-state-hover,
.js-accordion .ui-state-focus,
.js-accordion .ui-widget-content .ui-state-focus,
.js-accordion .ui-widget-header .ui-state-focus {
	background: #e2cdb4 0 0 repeat-x;
	font-weight: normal;
	color: #411803;
}
.js-accordion .ui-state-hover a,
.js-accordion .ui-state-hover a:hover,
.js-accordion .ui-state-hover a:link,
.js-accordion .ui-state-hover a:visited {
	color: #411803;
	text-decoration: none;
}
.js-accordion .ui-state-active,
.js-accordion .ui-widget-content .ui-state-active,
.js-accordion .ui-widget-header .ui-state-active {
	background: #e2cdb4 0 0 repeat-x;
	font-weight: normal;
	color: #411803;
}
.js-accordion .ui-state-active a,
.js-accordion .js-accordion .js-accordion .ui-state-active a:link,
.js-accordion .ui-state-active a:visited {
	color: #411803;
	text-decoration: none;
}


/* ---------------
レイアウト関連
--------------- */
.acms-grid-r {
  margin-left: 0\9;
  margin-right: 0\9;
}
.acms-container {
  width: 960px\9;
 	max-width: none!important;
	padding: 0; 
}

.acms-container .acms-module-edit-wrapper{
	max-width: 1280px;
}

.acms-container img{
	display: block;
	width: 100%;
}

/* コンテンツ全体 */
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  _text-align: center;
  /* for ie6 */
}

#outer-wrap #inner-wrap .acms-container{
	padding: 0;
	
}
#outer-wrap #inner-wrap .con_main{
	max-width: 960px;
	margin: 0 auto;
}


/* ヘッダ */
#headWrapper {
  padding-bottom: 0;
  background: url("../images/bg_header.gif") repeat 0 0;
}

#headWrapper .wrp_header{
  max-width: 960px;
  margin: 0 auto;
}

#headWrapper .logo{
	float: left;
  max-width: 232px;
  padding-left: 30%;
}



/* #gnav
----------------------------------------------------------- */

.con_gnav {
	max-width: 1028px;
	margin: 10px auto;
	overflow: hidden;
}
#gnav {
	
}
#gnav li {
	height: 98px;
	float: left;
}

#gnav li a {
	height: 0;
	padding-top: 98px;
	display: block;
	overflow: hidden;
}

/* 画像指定 */
#gnav .menu01 a {
	max-width: 140px;
	background: url("../images/menu/gnav_wel.png") no-repeat 0 0;
}

#gnav .menu01 a:hover {
	background: url("../images/menu/gnav_wel.png") no-repeat 0 -98px;
}

#gnav .menu02 a {
	max-width: 155px;
	background: url("../images/menu/gnav_hot.png") no-repeat 0 0;
}

#gnav .menu02 a:hover {
	background: url("../images/menu/gnav_hot.png") no-repeat 0 -98px;
}

#gnav .menu03 a {
	max-width: 146px;
	background: url("../images/menu/gnav_dis.png") no-repeat 0 0;
}

#gnav .menu03 a:hover {
	background: url("../images/menu/gnav_dis.png") no-repeat 0 -98px;
}

#gnav .menu04 a {
	max-width: 145px;
	background: url("../images/menu/gnav_roo.png") no-repeat 0 0;
}

#gnav .menu04 a:hover {
	background: url("../images/menu/gnav_roo.png") no-repeat 0 -98px;
}

#gnav .menu05 a {
	max-width: 145px;
	background: url("../images/menu/gnav_lei.png") no-repeat 0 0;
}

#gnav .menu05 a:hover {
	background: url("../images/menu/gnav_lei.png") no-repeat 0 -98px;
}

#gnav .menu06 a {
	max-width: 138px;
	background: url("../images/menu/gnav_ame.png") no-repeat 0 0;
}

#gnav .menu06 a:hover {
	background: url("../images/menu/gnav_ame.png") no-repeat 0 -98px;
}

#gnav .menu07 a {
	max-width: 158px;
	background: url("../images/menu/gnav_pla.png") no-repeat 0 0;
}

#gnav .menu07 a:hover {
	background: url("../images/menu/gnav_pla.png") no-repeat 0 -98px;
}


/* #hnav
----------------------------------------------------------- */

.con_hnav{
	width: 100%;	
	clear: both;
	background: url(../images/menu/line_gnav.png) no-repeat center top;
	padding-bottom: 20px;
}


#hnav{
	width: 100%;
	overflow: hidden;
	max-width: 520px;
	margin: 0 auto;
	padding-top: 20px;
}

#hnav li {
	float: left;
	padding-right: 4%;
}

#hnav li.hnav01{
	max-width: 69px;
}

#hnav li.hnav02{
	max-width: 81px;
}

#hnav li.hnav03{
	max-width: 68px;
}

#hnav li.hnav04{
	max-width: 95px;
}

#hnav li.hnav05{
	padding-right: 0;
}



/* ■■■■■ ヘッダーナビ # headNavi　*/
#headNavi {
	display: none!important;
}


/* メインカラム */
.main {
  width: 700px\9;
}
/* サブカラム */
.sub {
  width: 220px\9;
  margin-left: 10px\9;
}

/*----------------------------------------------------	
	.con_fsarch　	下部空室検索
----------------------------------------------------*/
.con_fsearch{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.con_fsearch .wrp_search{
	/* background: url(../images/bg_search.gif) right top no-repeat;
	margin: 0 auto 0 auto;
	max-width: 780px;
	overflow: hidden;	
	float: left; */
}

#outer-wrap #inner-wrap .acms-container .con_fsearch h2{
	float: left;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r{
	float: left;
	padding: 5px 20px;
	width: 85%;
	max-width: 590px;
	overflow: hidden;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r ul.btn_rsv{
	clear: both;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r ul.btn_rsv li{
	float: left;
	padding: 5px 5px 0 0;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search{
	float: left;
	width: 60%;
	max-width: 400px;
	overflow: hidden;
	padding: 20px 0 0 0;			
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search dl{
	padding: 0 3% 0 0;

}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search dl dt{
	padding: 0 0 5px 0;
}

#outer-wrap #inner-wrap .acms-container .box_r .box_search dl dd {
	padding-left: 0;
	background: none;
}

#outer-wrap #inner-wrap .acms-container .box_r .box_search dl dd #datepicker {
	padding: 2px 2px 2px 28px;
	border: 1px solid #a9a9a9;
	background: #fff url(../images/common/bg_se_calendar.png) 5px center no-repeat;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search .wrp_date img{
	max-width: 62px;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search .wrp_num img{
	max-width: 39px;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .box_search .wrp_other img{
	max-width: 53px;
}


#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r dl{
	float: left;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .box_r .btn_search{
	width: 39%;
	max-width: 230px;	
	float: right;
	padding: 15px 0 15px 0 ;	
	
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .btn_search input{
	width: 100%;
	max-width: 230px;	
}
#outer-wrap #inner-wrap .acms-container .con_fsearch p.tel{
	clear: both;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 0 auto;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .con_sp_search h3{
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
	color: #411803;
	text-align: center;
	padding-bottom: 1em;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .con_sp_search　ul{
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}

#outer-wrap #inner-wrap .acms-container .con_fsearch .con_sp_search li{
	width: 48%;
	float: left;
	padding: 0 0 5px 0;
}
#outer-wrap #inner-wrap .acms-container .con_fsearch .con_sp_search li:nth-child(even){
	float: right;
	width: 48%;
}

/* フッタ */
#footWrapper {
  clear: both;
  margin: 0;
  background: url("../images/bg_foot_h.gif") repeat-x scroll 0 0 ;
  padding: 13px 0 0 0;
  text-align: center;
  zoom: 1;
}
#footer {
  position: relative;
   background: url("../images/bg_body.gif") repeat 0 0; 
  padding: 0 20px 0 0;
  text-align: left;
} 

#footer .f_nav{
	width: 100%;
	max-width: 960px;
	margin: 30px auto;
	overflow: hidden;
	font-size: 90%;
} 
 
#footer .f_nav ul{
	width: 13%;
	float: left;
	padding-right: 1%;
} 
 
#footer .f_nav ul.mid{
	width: 14%;
} 

#footer .f_nav ul.long{
	width: 18%;
} 
    
#footer .f_nav ul.last{
	padding-right: 0;
}   
   
#footer .f_nav ul li{
	padding-bottom: 10px;
}  


#footer .f_nav ul.sub{
	width: 100%;	
	float: none;
	padding-top: 5px;
	font-size: 84%;
}   
  
#footer .f_nav ul.sub li{
	padding-bottom: 5px;
}

#footer .con_add{
	width: 100%;
	background: #88744e;
	border-bottom: 1px solid #846b48;
	padding-bottom:10px;
}

#footer .con_add .wrp_add{
	width: 100%;
	background: #280000;
	border-bottom: 1px solid #826946;	
}

#footer .con_add .wrp_add .box_add{
	width: 100%;
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 90%;
}

#footer .con_add .wrp_add .box_add a{
	color: #fff;
	text-decoration: underline;
}


#footer .con_add .wrp_add .box_add .logo_f{
	width: 20%;
	max-width: 204px;
	float: left;
	padding: 0 2% 0 0;
}

#footer .con_add .wrp_add .box_add address{
	float: left;
}

#footer .con_add .wrp_add .box_add .copy{
	clear: both;
	text-align: right;
	color: #88744e;
	font-size: 84%;	
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1026px){
.con_gnav {
	width: 100%;
	max-width: none;
	margin: 20px auto 10px auto;
	overflow: hidden;
}

#gnav ul {

}

#gnav li {
	height: auto;
	float: left;
	text-align:center;
	width: 14%;
	font-size: 95%;	
	font-weight: bold;
}

#gnav li span{
	display: block;
	font-size: 65%;
	font-weight:normal;	
}

#gnav li a {
	height: auto;
	padding: 3%;
	display: block;
	overflow: hidden;
	color: #330000;	
	border-right: 1px dotted #999;	
}

/* 画像指定 */
#gnav .menu01 a {
	max-width: none;
	background: none;
}

#gnav .menu01 a:hover,#gnav .menu02 a:hover,#gnav .menu03 a:hover,#gnav .menu04 a:hover,
#gnav .menu05 a:hover,#gnav .menu06 a:hover,#gnav .menu07 a:hover
{
	text-decoration: none;
	background: #f0d6d4;
}

#gnav .menu02 a {
	max-width: none;
	background: none;
}

#gnav li.menu02 {
	width: 15%;

}


#gnav li.menu05{
	width: 15%;

}
#gnav li.menu07{
	width: 16%;

}

#gnav .menu03 a {
	max-width: none;
	background: none;
}

#gnav li.menu04 {
	width: 12%;
}

#gnav .menu04 a {
	max-width: none;
	background: none;
}

#gnav .menu05 a {
	max-width: none;
	background: none;
}

#gnav .menu06 a {
	max-width: none;
	background: none;
}

#gnav .menu07 a {
	max-width: none;
	background: #8d1110;
	color: #fff;
	border-right: 0;
	font-weight: bold;
}

#gnav .menu07 a:hover{
	color: #8d1110;
}
}


@media screen and (max-width: 767px) {
	
	.con_hnav{
		display: none;
	}
	
	.con_gnav {
		display: none;
	}

}




/* ---------------
　ヘッダ
--------------- */
/* ■■■■■ サイトタイトル #siteTitle　*/
#siteTitle {
  float: left;
  margin: 0;
  padding: 0 0 20px 0;
}
#siteTitle img {
  padding: 17px 0 0 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #siteTitle img {
    width: auto;
    height: auto;
  }
}
#siteName {
	padding: 5px 0 5px 30%;
	margin: 0;
	max-width: 232px; 
	float: left;
}

.siteNameText{
	font-size: 80%;
}
@media screen and (max-width: 767px) {
.siteNameText{
	display: none;
} 
  
}
#siteName a,
#siteName a:hover {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#siteName img {
  margin-right: 10px;
  vertical-align: middle;
}
#siteCaption {
  margin: 10px 0 0 0;
  font-size: 11px;
}
/* ■■■■■ ヘッダーナビ # headNavi　*/
#headNavi {
  display: block;
  list-style: none;
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: right;
}
#headNavi li {
  float: right;
  padding: 0 0 0 30px;
}
/* ■■■■■ 電話番号 # headTelNo　*/
#headTelNo {
  display: block;
  float: right;
  padding: 0;
  text-align: right;
  margin: 0 !important;
}

#headTelNo img{
  width: 100%;
  max-width: 271px;
}

#headTelNo span {
  margin: 0 0 0 10px;
  font-size: 30px;
}
#headTelNo a {
  color: #666666;
}
#headTelNo a:hover {
  text-decoration: none;
}
/* ■■■■■ グローバルナビ .acms-navbar 　*/
.acms-navbar {
  background-color: #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  /* リンク */
  /* 2段目以降 */
}
.acms-navbar a:hover,
.acms-navbar #viewing {
  background: #808080;
}
.acms-navbar .stay a,
.acms-navbar a:active {
  background: #666666;
}
.acms-navbar ul ul a {
  background: #333333;
}
.acms-navbar ul ul a:hover {
  background-color: #808080;
}
.acms-navbar ul li.stay ul a {
  background-color: #333333;
}
.acms-navbar ul li.stay ul a:hover {
  background-color: #808080;
}
@media screen and (max-width: 767px) {
  .acms-navbar {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .acms-navbar a:link,
  .acms-navbar a:visited,
  .acms-navbar a:hover,
  .acms-navbar a:active,
  .acms-navbar #viewing {
    padding: 0 20px;
  }
}
.acms-show-sp .acms-sidebar {
  display: none;
}
/* ■■■■■ メインイメージ #topImage 　*/
#topImage {
  text-align: left;
}
/* ■■■■■ トピックパス #topicpath 　*/
#topicpath {
  margin: 30px auto 0 auto;
  padding: 5px 10px;
}
#topicpath li,
#topicpath li a,
#topicpath li:before {
  color: #006dd9;
}

#headWrapper h2{
	text-align: center;
}

#headWrapper h2 img{
	max-width: 1280px;
}

/*	#topicpath　パンクズ
----------------------------------------------------*/
#topicpath {
  	margin: 30px auto;
	padding-top: 5px;
	max-width: 1000px;
	background: none;
	border-radius: 0;
}

#topicpath li {
	display: block;
	margin-right:0!important;
	color: #401703!important;
	padding-right: 5px;
	float-left;
}



#topicpath li, #topicpath li a, #topicpath li:before{
	margin-right:0!important;
	margin-bottom: 3px;
	color: #401703!important;
}

#topicpath li a {
	margin-right: 5px;
	display: block;
	padding-right: 10px;
	background: url(../images/ic_topicpath.gif) right 3px no-repeat;
	text-decoration: underline;
}


#topicpath li:last-child a {
	background:none;
}

#topicpath li a:visited {
	color: #401703;
}

@media screen and (max-width: 767px) {
  #topicpath {
    padding: 5px 10px;
    border-radius: 0;
  }
}
/* ■■■■■ カテゴリー見出し #categoryH1 　*/
#categoryH1 {
  margin: 0 0 30px 0;
  padding: 15px 30px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #333333;
  font-size: x-small;
  _text-align: left;
  /* for ie6 */
}
@media screen and (max-width: 767px) {
  #categoryH1 {
    margin: 0 0 15px;
    padding: 15px 10px;
    border-radius: 0;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #siteName {
    font-size: x-small;
  }
  #headTelNo span {
    font-size: 18px;
  }
  #headWrapper .acms-col-8,
  #headWrapper .acms-col-4 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #headWrapper .acms-col-8 {
    width: 66.6667%;
  }
  #headWrapper .acms-col-4 {
    width: 33.3333%;
  }
}

/* ■■■■■ テーブル基本 　*/
table.table_basic {
    border: 1px solid #CAB8A4;
    border-collapse: collapse;
    margin: 0;
	text-align:center;
}

.table_basic th {
    background: none repeat scroll 0 0 #E2CDB4;
    border: 1px solid #CAB8A4;
    font-weight: bold;
	text-align:center;
	color: #333;	
}

.table_basic td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CAB8A4;
	text-align:center;
	color: #333;
}

.table_basic td a{
	color: #333; 
}

.table_basic td.nextDay{
	color: #999; 
}

.table_basic td.nextDay a{
	color: #999; 
}

	





/* ■■■■■ サマリー1/デフォルト .summaryDefault 　*/
.summaryDefault {
  padding: 0 8px 0 10px;
}
.summaryDefault .summaryDefaultEntry {
  float: left;
  width: 317px;
  width: 307px\9;
  margin: 0 2px 2px 0;
  padding: 10px;
  box-shadow: 0 0 2px #CCCCCC;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .summaryDefault .summaryDefaultEntry {
    width: auto;
  }
}
.summaryDefault .summaryDefaultEntry div {
  float: left;
  margin-right: 10px;
  background: #999999;
  color: #FFFFFF;
  text-align: center;
  line-height: 7.5em;
}
.summaryDefault .summaryDefaultEntry p {
  margin: 5px 0 0 0;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.5;
}
.summaryDefault .summaryDefaultEntry .summaryTitle {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
}
.summaryDefault .bl-hover {
  background-color: #EEEEEE;
}
.summaryDefault .summaryDefaultEntry:nth-of-type(1),
.summaryDefault .bl-hover:nth-of-type(1) {
  border-radius: 5px 0 0 0;
}
.summaryDefault .summaryDefaultEntry:nth-of-type(2),
.summaryDefault .bl-hover:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}
.summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
.summaryDefault .bl-hover:nth-last-of-type(2) {
  border-radius: 0 0 0 5px;
}
.summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
.summaryDefault .bl-hover:nth-last-of-type(1) {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .summaryDefault .summaryDefaultEntry:nth-of-type(1),
  .summaryDefault .bl-hover:nth-of-type(1),
  .summaryDefault .summaryDefaultEntry:nth-of-type(2),
  .summaryDefault .bl-hover:nth-of-type(2),
  .summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
  .summaryDefault .bl-hover:nth-last-of-type(2),
  .summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
  .summaryDefault .bl-hover:nth-last-of-type(1) {
    border-radius: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .summaryDefault .summaryDefaultEntry {
    width: 340px;
  }
}
/* ■■■■■ サマリー2/カスタムフィールド .summaryCustom 　*/
.summaryCustom {
  margin: 0 0 0 10px;
  padding: 0;
}
.summaryCustom .summaryCustomEntry {
  float: left;
  width: 200px;
  list-style: none;
  margin: 0 9px 10px 0;
  padding: 10px 10px 5px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 2px #CCCCCC;
}
.summaryCustom .summaryCustomEntry:not(:target) {
  padding: 10px 7px 5px;
}
.summaryCustom .bl-hover {
  background: #E3E3E3;
}
.summaryCustom .summaryCustomEntry .photo {
  width: 200px;
  height: 200px;
  background: #999999;
}
.summaryCustom .summaryCustomEntry .title {
  padding: 5px 10px 0;
  font-size: 12px;
}
.summaryCustom .summaryCustomEntry .summaryTitle {
  padding: 5px 10px 0 10px;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #summaryCustom .summaryCustomEntry {
    width: auto;
    margin-bottom: 10px;
  }
  #summaryCustom .summaryCustomEntry > div {
    width: auto;
  }
}
/* ■■■■■ 会社沿革 .tableHistory 　*/
.tableHistory th {
  white-space: nowrap;
}
.tableHistory .photo {
  float: right;
}
.acms-entry .tableHistory p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tableHistory th,
  .tableHistory td {
    display: block;
  }
  .tableHistory .photo {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* ■■■■■ エントリー #entryBody 　*/
.acms-entry {
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 5px;
  background: #FFFFFF;
}
/*　　　エントリーヘッダー　　　*/
.entryHeader {
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #CCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #333333;
}
/*　　　ページャー　　　*/
.acms-pager {
  margin: 15px 0 0 10px;
}
/* エントリーの日付・カテゴリー */
.acms-entry .entryCategory {
  display: inline;
  margin: 5px 0 0 29px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .acms-entry .entryCategory {
    margin: 5px 0 0 10px;
  }
}
.entryCategory span {
  padding: 0 5px 0 0;
}
.entryCategory span a {
  font-weight: normal;
}
/* エントリータイトル */
.acms-entry .entryTitle,
.entryTitle {
  margin: 0 29px;
  padding: 0 0 ;
  background: none;
  font-weight: bold;
  font-size: 18px;
}
.entryTitle a,
.entryTitle a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .entryTitle,
  .acms-entry .entryTitle {
    margin: 0 10px;
    padding: 0;
    font-size: 20px;
  }
}
/*　　　カスタムフィールド部分　　　*/
.entryCustom {
  margin: 0 0 20px 0;
  padding: 10px 29px;
  border-radius: 5px;
  background-color: #EEEEEE;
}
.entryCustom img {
  float: left;
  padding: 0 10px 0 0;
}
.entryCustom p {
  margin: 0;
  padding: 0 20px 0 0;
}
/*　　　エントリー本文部分　　　*/
.entryColumn {
  padding: 20px 30px 10px;
}
/*　　　続きを読むリンク　　　*/
.acms-entry .continueLink {
  margin: 0 20px 5px 0;
}
.acms-entry .continueLink a {
  padding: 5px 15px 5px 10px;
  background-color: #52BEFF;
  color: #FFFFFF;
  font-weight: bold;
}
.acms-entry .continueLink a:hover {
  background-color: #999999;
  text-decoration: none;
}
/*　　　エントリータグ　　　*/
.index .entryTag,
.acms-entry .entryTag {
  position: relative;
  margin: 20px 0 0 0;
  padding: 5px 20px 5px 90px;
  background-color: #EEEEEE;
}
.index .entryTag dt,
.acms-entry .entryTag dt {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  _top: 0;
  _left: -90px;
  width: 70px;
  padding: 0 10px 0 0;
  background-color: #62605C;
  color: #FFFFFF;
  font-size: 13px;
  text-align: right;
  zoom: 1;
}
.index .entryTag dd,
.acms-entry .entryTag dd {
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
}
.index .entryTag a,
.acms-entry .entryTag a {
  padding: 2px 3px;
}
/*　　　エントリーフッター　　　*/
.acms-entry .entryFooter {
  margin: 0;
  padding: 10px 20px 0 0;
  text-align: left;
}
/* ------ エントリー内スタイル ------ */
/* 半角英数字折り返し対応 */
.acms-entry table th,
.acms-entry table td {
  word-break: break-all;
}
/* タイトル枠 */
.acms-entry .titleWrapper {
  padding: 15px;
}
.acms-entry .titleWrapper .acms-entry .titleWrapper p {
  margin-bottom: 0;
}
.acms-entry p {
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 1.9;
}
.acms-entry p em {
  background-color: #fdf58c;
  font-weight: bold;
  font-size:16px;
}

.acms-entry p strong {
  font-weight: bold;
  font-size:14px;
}
/* 添付ファイルアイコン */
.columnIcon {
  padding: 5px;
}
/* 添付ファイルのキャプション */
.caption {
  margin: 2px 0 5px !important;
  padding: 0 5px;
  color: #666666;
  font-size: 12px !important;
  text-align: center;
  line-height: 1.2;
}
.nocaption {
  margin-bottom: 10px;
}
/* 見出し */
.acms-entry h2 {
  margin: 0 20px 10px 0;
  font-size: 18px;
}
.acms-entry h3 {
  overflow: hidden;
  margin: 0 20px 10px 0;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #CCCCCC;
  font-size: 22px;
  zoom: 1;
}
.acms-entry h4 {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 10px 2px;
  border-bottom: solid 2px #999999;
  font-size: 18px;
  zoom: 1;
}
.acms-entry h5 {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 10px;
  border-left: solid 5px #999999;
  font-size: 16px;
  zoom: 1;
}
.acms-entry blockquote p {
  font-size: 14px;
}
/* リスト */
.acms-entry ul {
  overflow: hidden;
  margin: 20px 0 15px;
  padding: 0 0 0 35px;
  font-size: 13px;
  zoom: 1;
}
.acms-entry ul img {
  vertical-align: top;
}
.acms-entry ul li {
  list-style: disc;
  margin: 0 0 0.8em;
  padding: 0;
  line-height: 1.6;
}
.acms-entry ol {
  overflow: hidden;
  margin: 20px 0 15px;
  padding: 0 0 0 35px;
  font-size: 13px;
  zoom: 1;
}
.acms-entry ol li {
  margin: 0 0 0.8em;
  padding: 0;
  line-height: 1.2;
}
/* ソース */
.acms-entry .acms-pre {
  overflow: auto;
  clear: both;
  _width: 600px;
  margin: 20px 0 15px;
  padding: 10px;
  background: #E7E7E7;
  color: #666666;
  font-size: 14px;
}
/* 引用 */
.acms-entry blockquote {
  clear: both;
  margin: 20px 0 15px 0;
  padding: 17px 20px;
  padding-top: 9px\9;
  *padding-top: 9px;
  _padding-top: 9px;
  background: #E7E7E7;
  font-size: 14px;
}
/* テーブル */
.acms-entry table {
  margin: 20px 0 15px 0;
  padding: 0;
  border-collapse: collapse;
  color: #666666;
}
.acms-entry table caption {
  background: #E7E7E7;
}
.acms-entry table tr {
  margin: 0;
  padding: 0;
}
.acms-entry table th {
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  background-color: #E7E7E7;
  color: #333333;
  text-align: left;
}
.acms-entry table td {
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
/* ---------------
　物件情報
--------------- */
.acms-entry .realestateCampaign {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .acms-entry .realestateCampaign img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
#realestateMap:not(:target) {
  width: 620px\9;
  overflow: hidden\9;
}
#realestateMap {
  width: 620px\9;
  overflow: hidden\9;
}
/* ---------------
　サブ
--------------- */
/* ■■■■■ サブエリア共通 　*/
.subModuleBox {
  margin: 0 0 20px;
}
.subModuleBox h2 {
  margin: 0 0 5px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.js-nav .subModuleBox h2,
.js-nav #linkList li {
  color: #FFFFFF;
}
/* ■■■■■ エントリーリスト #entryList 　*/
#entryList {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-top: solid 1px #CCCCCC;
  /* そのページを表示しているとき */
}
#entryList li {
  vertical-align: bottom;
  zoom: 1;
}
#entryList .stay {
  background-color: #EEEEEE;
}
#entryList a {
  display: block;
  padding: 8px 10px;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: bottom;
  zoom: 1;
}
#entryList a:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
/* ■■■■■ カテゴリーリスト #categoryList 　*/
#categoryList {
  margin: 0 0 30px 0;
  /* そのページを表示しているとき */
}
#categoryList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#categoryList li {
  margin: 0 0 5px 0;
  border: solid 1px #FFFFFF;
  border-radius: 8px;
  background: #FFFFFF;
  vertical-align: bottom;
  zoom: 1;
}
#categoryList a {
  display: block;
  padding: 8px 20px;
  color: #333333;
  font-weight: bold;
  vertical-align: bottom;
  zoom: 1;
}
#categoryList a:hover {
  background-color: #EEEEEE;
  text-decoration: none;
  border-radius: 8px;
}
#categoryList .stay {
  border-radius: 8px;
  box-shadow: 0 0 8px #CCCCCC inset;
  background-color: #DDDDDD;
}
#categoryList ul li ul li a {
  padding: 3px 10px 3px 40px;
}
/* ■■■■■ サマリー3/縮小版 #summaryMini 　*/
#summaryMini {
  margin: 0 0 20px 0;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #FFFFFF;
}
#summaryMini .summaryMiniEntry a {
  display: block;
  margin: 0;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #CCCCCC;
}
#summaryMini .summaryMiniEntry a:hover {
  background: #FFFFFF;
  text-decoration: none;
}
#summaryMini .summaryMiniEntry .summaryMiniThumbnail {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  background: #999999;
}
#summaryMini .summaryMiniEntry .summaryMiniTitle {
  display: block;
  float: left;
  width: 150px;
  margin: 8px 0 0;
}
/* ■■■■■ ピックアップリスト #pickupList 　*/
#pickupList {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#pickupList li {
  margin: 0 0 10px;
  zoom: 1;
}
#pickupList p {
  color: #333;
}
/* ■■■■■ バナー #banner 　*/
#banner {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#banner li {
  zoom: 1;
  margin: 0 0 10px;
}
/* ■■■■■ リンクリスト #linkList 　*/
#linkList {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  border-top: solid 1px #999999;
}
#linkList li {
  color: #333333;
}
#linkList a {
  display: block;
  margin: 5px 0;
  padding: 3px 0;
}
#linkList a:hover {
  background-color: #EEEEEE;
  text-decoration: none;
}
/* ---------------
　フッター
--------------- */

.wrp_fsarch{
	width: 100%;
	overflow: hidden;
	padding: 0 0 7px 0;
    background: url("../images/bg_f_sar.gif") repeat-x scroll center bottom;
}

.con_fsarch{
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#pagetop{
	float: right;	
}

#pagetop img{
	max-width: 130px;
}

@media screen and (max-width: 767px) {
	#pagetop{
		clear: both;
		padding: 30% 0 0 0;
	}
}


/* ■■■■■ 会社情報 #companyAbout 　*/
#companyAbout {
  position: inherit;
  margin: 0;
  padding: 20px 0;
}
#companyAbout dt {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
#companyAbout a {
  color: #666666;
}
#companyAbout dd {
  margin: 0;
}
/* ■■■■■ 検索フォーム #search 　*/
#search {
  position: absolute;
  top: 20px;
  right: 0;
}
/* ■■■■■ ページの先頭へリンク #pageTop 　*/
#pageTop {
  margin-bottom: 0;
}
#pageTop a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
  background: #333333;
  color: #FFF;
}
#pageTop a:hover {
  background: #808080;
  text-decoration: none;
}
/* ■■■■■ コピーライト #copyright 　*/
#copyright {
  display: block;
  padding: 5px 20px;
  background: #333333;
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
}
#copyright p {
  width: 940px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  text-align: left;
  zoom: 1;
}
#copyright img {
  vertical-align: middle;
}



/* ---------------
　メールフォーム
--------------- */
.contactH2 {
  margin: 0 20px 10px 0;
  padding: 3px 10px 5px;
  border-bottom: solid 1px #999999;
  color: #333333;
  font-size: 16px;
}
/* 電話番号　*/
#contactNo {
  margin: 5px 0 0 0;
  padding: 0;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}
/* フォームテーブル */
.ablogcmsForm {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #CCCCCC;
}
.ablogcmsForm th {
  width: 180px;
  margin: 0;
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  color: #333333;
  font-size: 13px;
  vertical-align: top;
  white-space: normal;
}
.ablogcmsForm td {
  margin: 0;
  padding: 5px 20px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  _text-align: left;
}
.required {
  margin: 0 10px;
  padding: 1px 8px;
  border-radius: 3px;
  background-color: #C40F32;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
}
.mailStep {
  padding: 0;
}
.formBtnBox {
  margin-bottom: 20px;
  text-align: center;
}

/* ステップ */
#mailStep {
  list-style: none;
  display: block;
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  background-color: #d9d9d9;
  font-size: 18px;
}
#mailStep li {
  float: left;
  margin: 0 25px 0 0;
  color: #999999;
}
#mailStep .current {
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactBox {
    padding: 15px 10px;
  }
  .acms-entry .contactH2 {
    margin-right: 0;
  }
  /* ステップ */
  #mailStep {
    border-radius: 0;
  }
  #mailStep li {
    float: none;
    margin: 0 0 10px 0;
  }
}
/* ---------------
　レスポンシブ対応
--------------- */
@media only screen and (max-width: 1024px) {
	.view_pc {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.view_pc-tab,.view_tab {
		display: none !important;
	}
}
@media only screen and (min-width: 1025px) {
	.view_tab-sp.view_tab {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.view_sp {
		display: none !important;
	}
}


@media screen and (min-width: 767px) {
 /*サブ */
  .acms-col-3.sub {
	  display: none
  }

}

@media screen and (max-width: 767px) {
  #footer .f_nav{
	 display: none;
  } 
   
}
/* タブレット */
@media screen and (max-width: 950px) {
  /* メインカラム */
  .acms-col-9.main {
    float: none;
    left: inherit;
    width: auto;
    margin: 0 auto;
  }
  /* サブ */
  .acms-col-3.sub {
    float: none;
    right: inherit;
    width: auto;
    max-width: 720px;
    margin: 0 auto;
  }
  .acms-col-3.sub .subModuleBox {
    float: left;
    width: 213px;
    margin: 0 10px;
  }
  .acms-col-3.sub .subModuleBox .photo {
    height: auto !important;
  }
  .acms-col-3.sub .subModuleBox img {
    left: inherit !important;
    top: inherit !important;
    width: 170px !important;
    height: auto;
  }
  /* ヘッダー */
  #headWrapper #siteName,
  #headWrapper #siteCaption {
    margin: 10px 0 0 10px;
  }
  /* フッター */
  #companyAbout {
    padding: 20px 10px;
  }
  #search {
    padding: 0 10px;
  }

   
}


/* ---------------
 プラン一覧
--------------- */
.btn_spl {
	display: none;	
	position:fixed;
	TOP:0;
	right:5%;
	/*padding:10px 20px;*/
}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1280px){ 
.btn_spl {
	right:0.5%;
	/*padding:10px 20px;*/
}

}


@media screen and (max-width: 999px) {
.btn_spl {
	height: 0;
	overflow: hidden;
	/*padding:10px 20px;*/
}

}


/* ---------------
　管理用スタイル
--------------- */
.comPost {
  margin: 0 0 10px 0 !important;
}
.formEntryAction {
  margin: 20px 0 !important;
}
.js-edit_inplace.align_hidden::before {
  margin-right: 20px;
}
.editLink {
  font-size: 12px;
  font-weight: normal;
}
#nav-open-btn,
.siteHeader {
  display: none;
}
/* ---------------
　ユニットグリッド
--------------- */
.acms-entry .acms-col-12 {
  padding: 0;
}
/* エントリー内要素　box-sizing対処法 */
.entry-container {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.acms-table-responsive {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* グリッドシステム内のYoutubeの幅 */
.acms-entry [class*='acms-col-'] .column-youtube-auto {
  width: auto!important;
}
@media screen and (max-width: 767px) {
  .column-image-auto {
    width: auto !important;
  }
  .column-image-left {
    float: none;
  }
  .acms-table-responsive {
    overflow-x: scroll;
    overflow-y: scroll;
  }
}


/* ---------------
　ボタン
--------------- */
p.btn_l{
	text-align: center;
}

p.btn_s{
	text-align: center;
}
p.btn_l a{
	font-size: 160%;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;	
	-moz-box-shadow:inset 0px 0px 0px 1px #411803;
	-webkit-box-shadow:inset 0px 0px 0px 1px #411803;
	box-shadow:inset 0px 0px 0px 1px #411803;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #662708), color-stop(1, #411803));
	background:-moz-linear-gradient(top, #662708 5%, #411803 100%);
	background:-webkit-linear-gradient(top, #662708 5%, #411803 100%);
	background:-o-linear-gradient(top, #662708 5%, #411803 100%);
	background:-ms-linear-gradient(top, #662708 5%, #411803 100%);
	background:linear-gradient(to bottom, #662708 5%, #411803 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#662708', endColorstr='#411803',GradientType=0);
	background-color:#662708;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding: 20px 100px;
	text-decoration:none;
}

p.btn_s a{
	font-size: 140%;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;	
	-moz-box-shadow:inset 0px 0px 0px 1px #411803;
	-webkit-box-shadow:inset 0px 0px 0px 1px #411803;
	box-shadow:inset 0px 0px 0px 1px #411803;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #662708), color-stop(1, #411803));
	background:-moz-linear-gradient(top, #662708 5%, #411803 100%);
	background:-webkit-linear-gradient(top, #662708 5%, #411803 100%);
	background:-o-linear-gradient(top, #662708 5%, #411803 100%);
	background:-ms-linear-gradient(top, #662708 5%, #411803 100%);
	background:linear-gradient(to bottom, #662708 5%, #411803 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#662708', endColorstr='#411803',GradientType=0);
	background-color:#662708;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding: 10px 50px;
	text-decoration:none;
}

p.btn_l a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #411803), color-stop(1, #662708));
	background:-moz-linear-gradient(top, #411803 5%, #662708 100%);
	background:-webkit-linear-gradient(top, #411803 5%, #662708 100%);
	background:-o-linear-gradient(top, #411803 5%, #662708 100%);
	background:-ms-linear-gradient(top, #411803 5%, #662708 100%);
	background:linear-gradient(to bottom, #411803 5%, #662708 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#411803', endColorstr='#662708',GradientType=0);
	background-color:#411803;
}

p.btn_s a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #411803), color-stop(1, #662708));
	background:-moz-linear-gradient(top, #411803 5%, #662708 100%);
	background:-webkit-linear-gradient(top, #411803 5%, #662708 100%);
	background:-o-linear-gradient(top, #411803 5%, #662708 100%);
	background:-ms-linear-gradient(top, #411803 5%, #662708 100%);
	background:linear-gradient(to bottom, #411803 5%, #662708 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#411803', endColorstr='#662708',GradientType=0);
	background-color:#411803;
}

p.btn_l a:active {
	position:relative;
	top:1px;
}

p.btn_s a:active {
	position:relative;
	top:1px;
}

p.btn_l a:before {
	font-size: 60%;
	content: "";
	font-family: FontAwesome;
	margin-right: 1em;
}

p.btn_s a:before {
	font-size: 60%;
	content: "";
	font-family: FontAwesome;
	margin-right: 1em;
}


/*ボタン　赤*/
p.btn_l_red{
	text-align: center;
}

p.btn_s_red{
	text-align: center;
}

p.btn_l_red a{
	font-size: 160%;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;	
	-moz-box-shadow:inset 0px 0px 0px 1px #8a2a21;
	-webkit-box-shadow:inset 0px 0px 0px 1px #8a2a21;
	box-shadow:inset 0px 0px 0px 1px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5d0b0a), color-stop(1, #8d1010));
	background:-moz-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-webkit-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-o-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-ms-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:linear-gradient(to bottom, #5d0b0a 5%, #8d1010 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d0b0a', endColorstr='#8d1010',GradientType=0);
	background-color:#5d0b0a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding: 20px 100px;
	text-decoration:none;
}

p.btn_s_red a{
	font-size: 140%;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;	
	-moz-box-shadow:inset 0px 0px 0px 1px #8a2a21;
	-webkit-box-shadow:inset 0px 0px 0px 1px #8a2a21;
	box-shadow:inset 0px 0px 0px 1px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5d0b0a), color-stop(1, #8d1010));
	background:-moz-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-webkit-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-o-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:-ms-linear-gradient(top, #5d0b0a 5%, #8d1010 100%);
	background:linear-gradient(to bottom, #5d0b0a 5%, #8d1010 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d0b0a', endColorstr='#8d1010',GradientType=0);
	background-color:#5d0b0a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding: 10px 50px;
	text-decoration:none;
}

p.btn_l_red a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8d1010), color-stop(1, #5d0b0a));
	background:-moz-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-webkit-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-o-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-ms-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:linear-gradient(to bottom, #8d1010 5%, #5d0b0a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d1010', endColorstr='#5d0b0a',GradientType=0);
	background-color:#8d1010;
}

p.btn_s_red a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8d1010), color-stop(1, #5d0b0a));
	background:-moz-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-webkit-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-o-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:-ms-linear-gradient(top, #8d1010 5%, #5d0b0a 100%);
	background:linear-gradient(to bottom, #8d1010 5%, #5d0b0a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d1010', endColorstr='#5d0b0a',GradientType=0);
	background-color:#8d1010;
}

p.btn_l_red a:active {
	position:relative;
	top:1px;
}


p.btn_s_red a:active {
	position:relative;
	top:1px;
}


p.btn_l_red a:before {
	font-size: 60%;
	content: "";
	font-family: FontAwesome;
	margin-right: 1em;
}

p.btn_s_red a:before {
	font-size: 60%;
	content: "";
	font-family: FontAwesome;
	margin-right: 1em;
}

/* ---------------
　グリッドシステム
--------------- */
@media screen and (max-width: 767px) {
  .acms-grid,
  .acms-grid-r {
    margin-right: 0;
    margin-left: 0;
  }
  .acms-grid-r .acms-push-1,
  .acms-grid-r .acms-push-2,
  .acms-grid-r .acms-push-3,
  .acms-grid-r .acms-push-4,
  .acms-grid-r .acms-push-5,
  .acms-grid-r .acms-push-6,
  .acms-grid-r .acms-push-7,
  .acms-grid-r .acms-push-8,
  .acms-grid-r .acms-push-9,
  .acms-grid-r .acms-push-10,
  .acms-grid-r .acms-push-11 {
    left: inherit;
  }
  .acms-grid-r .acms-pull-1,
  .acms-grid-r .acms-pull-2,
  .acms-grid-r .acms-pull-3,
  .acms-grid-r .acms-pull-4,
  .acms-grid-r .acms-pull-5,
  .acms-grid-r .acms-pull-6,
  .acms-grid-r .acms-pull-7,
  .acms-grid-r .acms-pull-8,
  .acms-grid-r .acms-pull-9,
  .acms-grid-r .acms-pull-10,
  .acms-grid-r .acms-pull-11 {
    right: inherit;
  }
  .acms-grid-r [class*="acms-col"] {
    padding-right: 0;
  }
  /* ナビゲーション */
  .acms-show-sp .acms-sidebar {
    display: block;
  }
  /* ヘッダー */
  #headWrapper {
    padding-top: 10px;
  }
  #headWrapper .acms-col-8 {
    margin-bottom: 0;
  }
  /* メイン */
  .acms-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .main {
    padding-left: 0;
  }
  #nav-open-btn,
  .siteHeader {
    display: block;
  }
  .nav-btn {
    position: absolute;
    top: 0;
    padding: 10px;
  }
  #adminBox,
  .mainModuleBox {
    margin-right: 0;
  }
  #adminBox{
    max-width: 960px!important;
    margin: 0 auto;
  }
  #siteCaption {
    width: auto;
  }
  .mainModuleBox h2 {
    margin: 0;
    padding: 10px;
  }
  /* モジュール */
  #headline,
  #summaryDefault {
    margin: 0;
    border-radius: 0;
  }
  #headline .title {
    display: block;
  }
  .acms-container .bx-wrapper .bx-viewport {
    border: none;
  }
  .summaryDefault .summaryDefaultEntry {
    float: none;
    width: auto;
  }
  .summaryDefault .summaryDefaultEntry .summaryTitle {
    margin-top: 0;
  }
  .acms-entry,
  #topicpath,
  #categoryH1,
  .acms-grid-r .acms-revison-admin,
  .acms-entry p,
  .acms-entry table,
  .acms-entry h3 {
    margin-right: 0;
  }
  #search {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: 0;
  }
  #footer {
    padding: 0 10px;
  }
  #footer .acms-col-6 {
    margin-bottom: 0;
  }
  #pageTop {
    text-align: right;
  }
  #pageTop a {
    display: inline;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
  #copyright p {
    width: auto;
    font-size: 11px;
  }
  .main .mapWrapper {
    padding: 10px;
  }
  #realestateMap .js-s2d-ready,
  #realestateMap .column-map- {
    width: 230px !important;
    height: 230px !important;
  }
  #realestateMap img.column-map- {
    width: 280px !important;
    height: auto !important;
  }
  .acms-entry#realestateSearch {
    border: none;
  }
  .acms-entry.ablogcmsForm {
    width: auto;
    border: none;
  }
  #realestateSearch th,
  #realestateSearch td,
  .ablogcmsForm th,
  .ablogcmsForm td {
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }
  #realestateSearch td,
  .ablogcmsForm td {
    padding-bottom: 10px;
  }
  .ablogcmsForm td {
    padding: 10px 0 15px;
  }
  .siteHeaderWrapper {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: none;
    z-index: 500;
  }
  #inner-wrap #headWrapper .acms-grid-r h1#siteName{
	max-width: 180px; 
	padding: 10px 0;
	margin: -50px auto 0 auto;	
	float: none;
  }

  
  .siteHeader {
    position: relative;
  }
  .siteHeader #nav-open-btn {
    display: inline;
  }
  .siteHeader .headTel,
  .siteHeader .headAccess {
    position: absolute;
    top: 0;
    font-size: 28px;
    color: #333333;
    line-height: 1;
  }
  .siteHeader .headTel {
    right: 70px;
  }
  .siteHeader .headAccess {
    right: 20px;
  }
  #siteName img {
    vertical-align: middle;
  }
  #siteName,
  #siteCaption {
    padding: 0;
  }
  .acms-sidebar ul {
    list-style: none;
    padding-left: 0;
  }
  .acms-sidebar ul ul {
    display: none;
  }
  .acms-sidebar li {
    border-bottom: solid 1px #666666;
  }
  .acms-sidebar a {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
  }
  .acms-sidebar li.stay,
  .acms-sidebar a:hover {
    background-color: #555555;
    text-decoration: none;
  }
  #nav a {
    color: #FFFFFF;
  }
  #nav .subTitle {
    padding: 5px 10px;
    background-color: #444444;
    color: #FFFFFF;
    font-size: 11px;
  }
  .subModuleBox {
    padding: 10px;
  }
  .subModuleBox h2 {
    text-align: left;
  }
  .subModuleBox .photo {
    width: auto !important;
    height: auto !important;
  }
  .subModuleBox .photo img {
    left: inherit !important;
    top: inherit !important;
  }
  .subModuleBox p {
    margin-top: 0;
  }
  .subModuleBox img {
    width: 100% !important;
    height: auto !important;
  }
  #linkList li a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .entryListBox {
    margin: 0;
    padding: 0;
  }
  .entryListBox #entryList {
    border: none;
  }
  .entryListBox #entryList a {
    border-top: none;
    border-bottom: 1px solid #666666;
  }
  .entryListBox #entryList a:hover {
    background-color: #555555;
    text-decoration: none;
  }
  .categoryListBox {
    padding: 0;
  }
  #categoryList li {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    background-color: transparent;
  }
  #categoryList li a {
    padding: 10px 15px;
    color: #FFFFFF;
  }
  #categoryList li a:hover {
    border-radius: 0;
    background-color: #555555;
  }
  .acms-btn-action-group th,
  .acms-btn-action-group td {
    display: block;
    width: 100%;
  }
  .acms-form .ablogcmsForm input.acms-form-width-medium,
  .acms-form .ablogcmsForm .acms-form-width-medium {
    width: 100%;
  }
  .entryColumn {
    padding: 20px 0px;
  }
  .entryCategory {
    margin-left: 10px;
  }
  .acms-col-3.sub .subModuleBox {
    float: none;
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
	#inner-wrap #headWrapper .acms-grid-r h1#siteName{
	max-width: 200px;
	margin: 0 auto;		
	}  
	}    



/* -----------------------------------------------------------
	.txt_att
		重要なお知らせ
----------------------------------------------------------- */

.txt_att {
    margin: 30px auto 30px auto;
    max-width: 960px;
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #666;
    clear: both;
    padding: 0;

}
.txt_att a {
    background: none repeat scroll 0 0 #fff;
    color: #666666;
    display: block;
  padding: .5em;
    text-decoration: underline;    
    text-decoration: none;
}
.txt_att a:hover {
    background: none repeat scroll 0 0 #f9dede;
    color: #666666;
    text-decoration: none;
}
.txt_att .title{
   font-size: 120%;
    text-align: center;
    background: none !important;
    font-weight: bold;
}
.txt_att div {
    margin: 0 auto;
    width: 80%;
}
.txt_att dl {
    clear: both;
    margin: 0;
    overflow: hidden;
    width: 90%;
}
.txt_att dt {
    float: left;
    font-size: 100%;
    padding-right: 20px;
    text-align: right;
    width: 150px;
}
.txt_att dd {
    float: left;
    font-size: 100%;
｝

.con_oshirase{
	max-width:1000px; 
	border: 2px solid #d8a64a;
	background: #fff;
	margin: 1em auto;
	padding:  1em;
	text-align: center;
}
.con_oshirase .tit{
	font-size: 115%;
	font-weight:bold;
	padding-bottom: .5em;
}
.con_oshirase a{
	text-decoration: underline;
	font-weight: bold;
}
.con_oshirase a:hover{
	text-decoration: none;
}
.con_oshirase p {
	font-size: 100%;
}
.con_oshirase p span {
	font-weight: bold;
}

.con_oshirase .list{
	text-align: left !important;
	width: 50%;
	margin: 20px auto;
	font-size: 100%;
}

@media screen and (max-width: 1024px) {
   .con_oshirase .list {
       width: 50%;
   }
}

@media screen and (max-width: 768px) {
   .con_oshirase .list{
        width: 100%;
   }
}