@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

html {
	overflow-y: scroll;
}

img{
	border:none;
}


/** clear fix */
.clearfix {
	overflow: hidden;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/** hack for IE \*/
* html body .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}
/* hack end */



body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	font-size:14px;
	color:#333;
}

#wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/*-------グローバルナビ　全頁共通-------*/
nav.gnav{
	width:100%;
	height:42px;
	padding:5px 0 5px 0;
	background:#333;
}
nav.gnav ul{
	width:1260px;
	height:30px;
	padding-left: 360px;
	margin:8px auto;
	overflow: hidden;
	box-sizing: border-box;
}
nav.gnav ul li{
	width:150px;
	float:left;
	border-left:1px solid #999;
	line-height:30px;
	text-align:center;
	font-size:16px;
	list-style: none;
}
nav.gnav ul li:first-child{
	border-left:none;
}
nav.gnav ul li a{
	color:#fff;
	list-style:none;
	text-decoration:none;
	display:block;
}
nav.gnav ul li a:hover{
	background:#666;
}


/*-------ヘッダーエリア　全頁共通-------*/
header{
	width:1000px;
	height:200px;
	margin:0 auto -10px auto;
	position:relative;/*relative*/
}

div.head_content{
	width:550px;
	height:130px;
}

/*-------特典項目スライド三つ　全頁共通-------*/
div#slideshow{
	width:400px;
	height:130px;
	position:absolute;
	bottom:0;
	right:150px;
}
div#slideshow img { 
	position:absolute;
	bottom:20px;
	right:0;
	z-index:8;
}
div#slideshow img.active{
	z-index:10;
}


/*---------ソーシャルメディアボタン-----------*/
div.social_btn{
	width:140px;
	height:60px;
	position:absolute;
	top:80px;
	right:0;
}
div.social_btn ul li{
	float:left;
	margin-left:5px;
	list-style:none;
}

div.social_btn ul li a {
	display: block;
}

div.social_btn ul li:first-child a:hover {
  background: url(../images/facebook_icon_on.png) no-repeat top center;
}

div.social_btn ul li:first-child + li a:hover {
  background: url(../images/google+_icon_on.png) no-repeat top center;
}

div.social_btn ul li a:hover img{
	opacity:0;
}



/*-------ゼロマーク　全頁共通-------*/
div.logo img{
	width:216px;
	height:235px;
	margin-top:-50px;
}


/*-------タイトル文字画像　全頁共通-------*/
h1 a{
	width:692px;
	height:132px;
	background:url(../images/title.png) no-repeat 0 0;
	position:absolute;
	top:15px;
	left:100px;
	text-indent:-9999px;
}
h1 a:hover{
	opacity:0.8;
}



/*-------ビルディング背景　全頁共通-------*/
h2.zero_01{
	width:1200px;
	height:72px;
	background:url(../images/bill_silhouette.png) no-repeat 0 0;
	margin:0 auto;
	text-indent:-9999px;
}


/*-------コンテンツエリア　全頁共通-------*/
div.container{
	width:100%;
	background:#f0f0f0;
}


/*-------フッターエリア　全頁共通-------*/
div.container footer{
	width:900px;
	margin:0 auto;
	padding:40px 0 40px 0;
	position:relative;
}
footer div.qr{/*QRコード*/
	width:90px;
	height:90px;
	position:absolute;
	top:45px;
	right:390px;
}
footer ul li.left{
	width:486px;
	height:140px;
	float:left;
	list-style:none;
}
footer ul li.right{
	width:365px;
	float:right;
	list-style:none;
}
footer ul li.right ul.foot_nav li{
	width:175px;
	height:40px;
	background:#CC9;
	list-style:none;
	float:left;
	margin:5px 5px 0 0;
	text-align:center;
	line-height:40px;
}
footer ul li.right ul.foot_nav li a{
	display:block;
	color:#333;
	text-decoration:none;
}
footer ul li.right ul.foot_nav li a:hover{
	background:#fff;
}


/*-------コピーライト　全頁共通-------*/
div.copy{
	width:100%;
	height:35px;
	background:#333;
	color:#ccc;
	text-align:center;
	line-height:35px;
	font-size:12px;
}


/*-------トップ頁単独　メインビジュアルスライド▼-------*/
div.slider {
  position: relative;
  width: 100%;
  height:300px;
  overflow: hidden;
  margin-bottom:20px;
}
ul.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
ul li.slide {
  height: 100%;
  float: left;
  clear: none;
  list-style:none;
}
ul li.slide img {
　width: 100%;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider-arrow--right {
  bottom: 50%;
  right: 30px;
  background: url(../images/right.png) no-repeat;
}
.slider-arrow--left {
  bottom: 50%;
  left: 30px;
  background: url(../images/left.png) no-repeat;
}
.slider-nav {
	width: 98px!important;
  position: absolute;
  bottom: 30px;
}
.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.slider-nav__item:hover {
  background: #fff;
}
.slider-nav__item--current {
  background: #fff;
}





/*--------------トップ頁単独オススメ物件コンテンツ▼----------------*/
.conte_wrap{
	width:1000px;
	margin:20px auto 330px auto;
}
.tabButton
{
	width:194px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
	margin-left:5px;
	font-size:16px;
	color:#000;
	text-shadow:#fff 1px 1px 1px;
	border-radius:5px 5px 0 0;
	cursor:pointer;/*オンマウスのリンクエリア指定*/
}
#button1 , #box1{
	background:#c9c9c9;
}

#button2 , #box2{
	background:#CC6;
}

#button3 , #box3{
	background:#9C6;
}

#button4 , #box4{
	background:#9CC;
}

#button5 , #box5{
	background:#C9C;
}

.oya_box {
	margin-bottom: 32px;
}

.box {
	width:1000px;
	height: 408px;
	padding:8px;
	position:absolute;
	top:0px;
	left:0px;
	/*border-radius: 6px;*/
	overflow: hidden;
	box-sizing: border-box;
}

.box ul {
	display: inline-block;
	float:left;
	margin-right:11px;
}

.box ul li{
	width:168px;
	height:366px;
	background:#fff;
	list-style:none;
	padding:10px;
	position: relative;
}

.box ul + ul + ul + ul +ul {
	margin-right:0;
}

.box ul li .exterior {
	text-align: center;
	height: auto;
	min-height: 200px;
  overflow: hidden;
}

.box ul li .exterior a {
	text-align: center;
	display: inline-block;
	height: 100%;
	min-height: 180px;
	vertical-align: middle;
}

.box ul li .exterior a:hover{
	opacity:0.8;
}

.box ul li .exterior a img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
  max-height: 200px;
}

.box ul li .exterior a:before {
	content: ' ';
	background: #000;
	display: inline-block;
	vertical-align: middle;
	height: 200px;
}

.box ul li dl {
	width: 167px;
	height: 120px;
	position: absolute;
	bottom: 48px;
	left: 10px;
}

.box ul li dl dt span{/*物件名*/
	 color:#369;
	 font-size:14px;
	 font-weight:bold;
	 display: inline-block;
	 height: 3em;
}

.box ul li dl dt{/*物件詳細*/
	font-size:12px;
}

.box ul li dl dd{/*プライス*/
	color:#990;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.box ul li div.about{/*物件詳細ナビボタン*/
	width:168px;
	height:30px;
	line-height:30px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
	background: -webkit-linear-gradient(#4b4b4b, #131313);
	background: -moz-linear-gradient(#4b4b4b, #131313);
	background: -o-linear-gradient(#4b4b4b, #131313);
	background: -ms-linear-gradient(#4b4b4b, #131313);
	background: linear-gradient(#4b4b4b, #131313);
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.box ul li div.about a{/*物件詳細ナビボタン*/
	display:block;
}
.box ul li div.about a:link{/*物件詳細ナビボタン*/
	text-decoration:none;
	color:#fff;
}
.box ul li div.about a:visited{/*物件詳細ナビボタン*/
	color:#ccc;
}
.box ul li div.about a:hover{/*物件詳細ナビボタン*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #656565), color-stop(1.00, #1f1f1f));
	background: -webkit-linear-gradient(#656565, #1f1f1f);
	background: -moz-linear-gradient(#656565, #1f1f1f);
	background: -o-linear-gradient(#656565, #1f1f1f);
	background: -ms-linear-gradient(#656565, #1f1f1f);
	background: linear-gradient(#656565, #1f1f1f);
}

/*-----------------トップ頁単独オススメ物件コンテンツ▲-------------------*/













/*-------トップ頁単独 エントリー頁PRコピー-------*/
div.container h2.zero_02{
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}



/*-------トップ頁単独 エントリーナビ-------*/
div.container div.entry{
	width:1000px;
	height:200px;
	margin:50px auto 0 auto;
}


/*----エントリー、会社概要、個人情報、利用規約、問合せ、会員ログイン 頁共通▼----*/
form{
	width:1000px;
	margin:0 auto;
}

table{
	width:1000px;
	margin:0 auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}
caption{
	text-align:left;
	margin-top:20px;
}
th{
	border:1px solid #ccc;
	border-right:1px solid #ccc;
	width:200px;
	padding:20px;
	font-weight:normal;
	background:#fff;
}
th.gray{
	background:#f9f9f9;
}
td{
	border:1px solid #ccc;
	padding:20px;
	background:#fff;
}
td ul li{
	list-style:none;
	float:left;
	margin-right:20px;
}
td.gray{
	background:#f9f9f9;
}



/*会社概要、個人情報、利用規約、問合せ 頁共通▼*/
caption.about{
	font-size:20px;
	font-weight:bold;
	color:#666;
	margin-top:-10px;
}



/*-------エントリー、お問い合わせ頁 共通▼-------*/
span.kome{
	color:#C00;
	font-size:14px;
}
ul.sub_btn{
	width:1000px;
	margin:10px auto 50px auto;
}
ul.sub_btn li{
	list-style:none;
	margin-right:10px;
	float:left;
}

/*-------エントリー頁単独▼-------*/
td.kodawari{
	text-align:center;
	width:130px;
}

.btn a{/*会員ログイン頁<login.php>のみ*/
	clear:both;
	width:300px;
	height:50px;
	margin:0 auto;
	border-radius:10px;
	border:1px solid #C93;
	box-shadow:#ccc 3px 3px 3px;
	display:block;
	text-align:center;
	font-size:24px;
	font-weight: bold;
	color:#fff;
	line-height:50px;
	text-shadow:#963 3px 3px 3px;
	text-decoration:none;
	letter-spacing:0.1em;
	background: #f3e2c7;
	background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3));
	background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
	background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
	background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
	background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
}
.btn a:hover{/*無料会員登録<entry.php>、会員ログイン頁<login.php>のみ*/
	background:#F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #feceb4), color-stop(0.50, #f17431), color-stop(0.50, #ea5506), color-stop(1.00, #fd9c68));
	background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
	background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
	background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
	background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
	background: linear-gradient(to bottom, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
	text-shadow:#C30 3px 3px 3px;
	border:1px solid #C30;
}
.comment{
	text-align:center;
	font-size:14px;
	margin-top:-10px;
}
.comment a{/*会員ログイン頁<login.php>のみ*/
	color:#333;
	text-decoration:none;
}
.comment a:hover{/*会員ログイン頁<login.php>のみ*/
	color:#C00;
	text-decoration:underline;
}



/*------会社概要頁単独 アクセス▼-----*/
.map{
	margin-top:10px;
}



/*------個人情報、利用規約 頁共通▼-----*/
td p{
	margin-bottom:10px;
}
td ol.leftSpace{
	padding-left:30px;
}



/*個人情報 頁単独 テーブル内▼*/
td p.topSpace{
	margin-top:10px;
}



/*利用規約 頁単独 テーブル内▼*/
ol{
	padding-left:20px;
}



/* フェードスムーススクロール　エントリー、個人情報、利用規約 頁共通*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	font-size:12px;
	z-index:100;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width:80px;
	height:80px;
	line-height:2.4em;
	text-align: center;
	display: block;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}

[id$="_error"] {
	color: #f00;
	background: transparent!important;
	padding-top: 8px;
}

/*
[type="checkbox"] + .onChk {
	display: none;
}

[type="checkbox"]:checked + .onChk {
	display: inline-block;
}
*/

[class^="placeholder"] {
	color: #aaa;
}


/* 物件詳細ページ add by Yasunaga.
----------------------------------------------------------------------------------------------------------------------- */

#Article #contents {
	width: 100%;
	margin-bottom: 32px;
}

#Article #footer {
	width: 100%;
}

#Article #contents > section {
	padding: 0 16px 16px;
}

#Article #contents > section > h1 {
	color: #fff;
	font-size: 14px;
	background: #060;
	padding: 6px 12px;
	margin: 0 -16px 8px;
	border-bottom: double 8px #fff;
}

#Article #detailSct > .sctHeader {
	padding: 8px;
	overflow: hidden;
}

#Article #detailSct > .sctHeader > h1 {
  font-size: 22px;
	line-height: 38px;
	float: left;
	margin: 0;
}

#Article #detailSct > .sctHeader > h1 + span {
	float: right;
}

#Article #detailSct > .sctHeader > h1 + span a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	background: #f00;
	background: #f00 -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: #f00 -webkit-linear-gradient(#ff0001, #8f0202);
	background: #f00 -moz-linear-gradient(#ff0001, #8f0202);
	background: #f00 -o-linear-gradient(#ff0001, #8f0202);
	background: #f00 -ms-linear-gradient(#ff0001, #8f0202);
	background: #f00 linear-gradient(#ff0001, #8f0202);
	display: block;
	height: 39px;
	padding: 10px 32px;
	margin-left: 4px;
	border-radius: 4px;
	box-sizing: border-box;
}

#Article #detailSct > .sctHeader > h1 + span + span {
	float: right;
}

#Article #detailSct #set_print {
	font-size: 16px;
	text-align: center;
	background: #eee;
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ddd));
	background: #eee -webkit-linear-gradient(#fff, #ddd);
	background: #eee -moz-linear-gradient(#fff, #ddd);
	background: #eee -o-linear-gradient(#fff, #ddd);
	background: #eee -ms-linear-gradient(#fff, #ddd);
	background: #eee linear-gradient(#fff, #ddd);
	display: inline-block;
	width: 50px;
	padding: 2px 2px 6px;
	border: solid 1px #ddd;
	border-radius: 4px;
}

#Article #detailSct #set_print:hover {
	cursor: pointer;
}

#Article #detailSct #set_print span {
	font-size: 8px;
	line-height: 0.5;
	display: block;
}

#Article #detailSct #set_copy1 {
	padding: 0.5em 1em;
	margin-bottom: 16px;
	border: solid 1px #ddd;
}

#Article #detailSct .blkwrap {
	overflow: hidden;
}
/*
#Article #detailSct .blkwrap > div {
	float:left;
	width: 50%;
	padding: 0 8px 16px;;
	box-sizing: border-box;
}
*/
#Article #set_image_exterior {
	box-sizing: border-box;
}

#Article #set_image_exterior img {
	width: 50%;
	padding: 0 8px 16px;;
	box-sizing: border-box;
}


#Article #set_image_exterior + div {
	padding: 0 8px 16px;;
	box-sizing: border-box;
}

#Article #detailSct #data_table {
	width: 100%;
	border: none;
}

#Article #detailSct #data_table th {
  text-align: left;
	vertical-align: top;
	width: 100px;
	padding: 8px 16px 8px 0;
	white-space: nowrap;
	border: none;
}

#Article #detailSct #data_table td {
	width: auto;
	min-width: 320px;
	padding: 8px 0;
	border: none;
	vertical-align: top;
}

#Article #detailSct #moreBtn {
	text-align: center;
}

#Article #detailSct #moreBtn a {
  color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
	background: #f00;
	background: #f00 -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: #f00 -webkit-linear-gradient(#ff0001, #8f0202);
	background: #f00 -moz-linear-gradient(#ff0001, #8f0202);
	background: #f00 -o-linear-gradient(#ff0001, #8f0202);
	background: #f00 -ms-linear-gradient(#ff0001, #8f0202);
	background: #f00 linear-gradient(#ff0001, #8f0202);
	display: inline-block;
	width: 200px;
	height: 32px;
	text-shadow: 2px 2px 2px #900;
}

/*
#Article #photoSct span {
	text-align:center;
	display: inline-block;
	width: 238px;
	height: 238px;
	padding: 8px 16px;
	margin-bottom: 8px;
	border: solid 1px #eee;
	box-sizing: border-box;
	overflow: hidden;
}

#Article #photoSct span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#Article #photoSct span img {
	display: inline-block;
	vertical-align: middle;
}
*/
#Article #lightbox {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1lh;
    list-style: none;
}

#Article #lightbox li {
	text-align: center;
	display: inline-block;
	/*width: 238px;*/
	/*height: 238px; */
	aspect-ratio: 1 / 1;
	padding: 8px 16px;
	margin-bottom: 8px;
	border: solid 1px #eee;
	box-sizing: border-box;
	overflow: hidden;
}

#Article #lightbox li a:before {
  content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;	
}

#Article #lightbox li a img {
  display: inline-block;
	vertical-align: middle;
	width: 100%;
}



#Article #mapSct .blkwrap {
	overflow: hidden;
}

#Article #mapSct .blkwrap > div {
	float:left;
	width: 50%;
	padding: 0 8px 16px;
	box-sizing: border-box;
}

#Article #mapSct .notewrap {
	padding: 8px;
	position: relative;
	overflow: hidden;
}

#Article #mapSct .note {
	float: left;
  position: relative;
	left: 50%;
}

#Article #mapSct .note:after {
  content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#Article #mapSct .note p {
	float: left;
  margin-left: -50%;
}

#Article #paymentSct .blkwrap {
	overflow: hidden;
}

#Article #paymentSct .blkwrap > div {
	float:left;
	width: 50%;
	padding: 0 8px 16px;;
	box-sizing: border-box;
}

#Article #paymentSct #pay_table {
	width: 100%;
	border: none;
}

#Article #paymentSct #pay_table tbody th {
  text-align: left;
  vertical-align: top;
	width: 6em;
	padding: 8px 16px 8px 0;
	white-space: nowrap;
	border: none;
}

#Article #paymentSct #pay_table td {
	/*text-align: right;*/
	width: auto;
	padding: 8px 0;
	border: none;
}

#Article #paymentSct #pay_table td#term {
  text-align: left;
}

#Article #paymentSct #pay_table thead td {
  text-align: left;
}

#Article #paymentSct > div > div + div p {
	text-indent: -1em;
	padding-left: 1em;
}

#Article #querySct {
	overflow: hidden;
}

#Article #querySct div {
	float: left;
	min-height: 82px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

#Article #querySct div:first-child {
	padding: 16px;
	margin-right: 16px;
}

#Article #querySct div:first-child a {
  color: #fff;
	/*font-size: 24px;*/
	font-size: 6rem;
	font-weight: bold;
	text-decoration: none;
	background: #f00;
	background: #f00 -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: #f00 -webkit-linear-gradient(#ff0001, #8f0202);
	background: #f00 -moz-linear-gradient(#ff0001, #8f0202);
	background: #f00 -o-linear-gradient(#ff0001, #8f0202);
	background: #f00 -ms-linear-gradient(#ff0001, #8f0202);
	background: #f00 linear-gradient(#ff0001, #8f0202);
	display: block;
	padding: 10px 64px 6px;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px #900;
}

#Article #querySct div:first-child + div {
	padding: 0;
	margin-right: 0;
}

#Article #set_print2 {
	display: inline-block;
	border-bottom: solid 1px #ddd;
}

#Article #set_print2 {
	font-weight: bold;
	background: #eee;
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ddd));
	background: #eee -webkit-linear-gradient(#fff, #ddd);
	background: #eee -moz-linear-gradient(#fff, #ddd);
	background: #eee -o-linear-gradient(#fff, #ddd);
	background: #eee -ms-linear-gradient(#fff, #ddd);
	background: #eee linear-gradient(#fff, #ddd);
	display: block;
	padding: 2px 32px;
}

#Article #set_print2:hover {
  cursor: pointer;
}

#Article #set_print2 + span {
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
}

#Article #set_print2 + span img {
	float: left;
}

#Article #footer {
	position: relative;
}

#Article #footer .qr {
  top: 0!important;
}

#Article #set_deposit,
#Article #set_key {
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
}



/*
---------------------------------------------- */
.gnav #logoutBtn {
	display: none;
}

.login .gnav #logoutBtn {
	display: block!important;
}

.login .gnav #loginBtn,
.login .gnav #entryBtn {
	display: none;
}


.login #Query .form_01 caption span,
.login #Query .form_01 .first, 
.login #Query .form_01 .second, 
.login #Query .form_01 .third {
	display: none;
}

#Query #login_prompt,
#Request #login_error {
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #fff!important;
	width: 400px;
	padding: 16px;
	margin: 16px auto 0;
	border: solid 1px #f00;
}

.login #Query #login_prompt,
.login #Request #login_error {
  display: none;
}


/* 印刷ページ add by Yasunaga.
----------------------------------------------------------------------------------------------------------------------- */

#Print #contents {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto 32px;
}

#Print #contents > table {
	background-color: #fff;
	background-origin: content-box;
	width: 1200px!important;
	height: 770px;
	margin: 16px 0;
	border: solid 4px #000;
	box-sizing: border-box;
	overflow: hidden;
}

#Print #contents > table td {
	padding: 8px;
}

#Print table th {
	padding: 8px 0;
}

#Print table td {
	vertical-align: top;
	vertical-align: top;
  padding: 8px 0;
	border: none;
}

/* 外観ブロック */
#Print #exterior {
	height: 314px;
	padding: 8px;
	margin-bottom: 8px;
	border: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
}

#Print #exterior span {
  display: block;
	width: 294px;
	height: 296px;
	overflow: hidden;
}

/* 間取ブロック */
#Print #layout {
	height: 314px;
	padding: 8px 8px 0;
	border: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
}

#Print #layout span {
  display: block;
	width: 294px;
	height: 286px;
	overflow: hidden;
}

/* 内観ブロック */
#Print #interior {
	height: 314px;
	padding: 8px 8px 0;
	margin-bottom: 8px;
	border: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
}

#Print #interior span {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
  width: 166px;
	height: 144px;
	padding: 4px;
  box-sizing: border-box;
	overflow: hidden;
}

/* 地図ブロック */
#Print .mapWrap {
	height: 314px;
	padding: 8px;
	border: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
}

/* 詳細ブロック */
#Print #detail table {
	font-size: 13px;
  width: 100%!important;
	margin-bottom: 8px;
}

#Print #detail th {
	font-weight: bold;
  text-align: left;
	width: 60px;
	padding: 4px 2px 4px 8px;
	border: solid 1px #000;
}

#Print #detail th + th {
	width: 80px;
}

#Print #detail td {
	padding: 4px!important;
	border: solid 1px #000;
}

#Print #detail td[class^="desc"] {
	font-size: 10px;
}

#Print #detail .desc01 {
	height: 12.3em;
}

#Print #detail .desc02 {
}

#Print #detail .desc03 {
	height: 3em;
}

#Print #detail .desc04 {
	height: 3.8em;
}

#Print #detail table:last-child th {
	width: 100px;
}

#Print #detail table:last-child td + th {
  width: 60px;
}

#Print #info {
	padding: 0 8px 0 16px!important;
}

#Print #info span {
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
}

#Print #info table {
	float: right;
	display: inline-block;
	width: 90px;
}

#Print #info table th {
  font-size: 11px;
	text-align: left;
	padding: 2px 0 2px 8px;
	border: solid 1px #000;
}

#Print #info table td {
  font-size: 11px;
	text-align: center;
	padding: 2px;
	border: solid 1px #000;
}

#Print .note {
	font-size: 9px;
	text-align: center;
	margin-bottom: 0;
}

#Print #attention {
	color: #f00;
}

#Print #set_name,
#Print #set_quantity,
#Print #set_layout,
#Print #set_rent,
#Print #set_deposit,
#Print #set_key {
	font-size: 1.6em;
	font-family: serif;
	font-weight: bold;
}

#Print #set_prefecture,
#Print #set_address1,
#Print #set_address2,
#Print #set_address3,
#Print #set_station1,
#Print #set_station2,
#Print #set_structure,
#Print #set_above,
#Print #set_above + span,
#Print #set_demention,
#Print #set_demention + span {
	font-size: 1.3em;
}

#Print #set_parking {
	font-weight: bold;
}

#Print #set_update {
	font-size: 1.3em;
	font-weight: bold;
}


/* 周辺環境 */
#Article #set_facility {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1lh;
	list-style: none;
}

#Article #set_facility li span {
	display: grid;
	grid-template-columns: subgrid;
  	grid-column: span 3;
	gap: 1lh;
}


















