﻿@charset "UTF-8";
/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

/* iPhone・iPad等のSafariで電話番号の自動リンク対策 */
a[href^=tel]{
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* チェックボックス・ラジオボタンとテキストの位置ズレ修正 */
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}

/* 共通 */
html {
	background-color:#E6E3D9;
}
body {
	margin:0;
	padding:0;
	background-color:#E6E3D9;
	font-size:14px;
	line-height:1.5em;
	color:#444;
}
img, iframe, input[type="image"] {
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a img {
	border:0;
}
span.red {
	color:#ff0000;
}
#main {
	width:1283px;
	margin:0 auto;
	padding:30px 0;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #103177;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-size: 45px;
  font-weight:900;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ヘッダー */
#header {
	width:100%;
	background-color:#773b23;
}
#header h1#topBar {
	width:100%;
	padding:2px 0;
	margin:0;
	background-color:#531a03;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
#header #topContactWrap {
	width:1283px;
	margin:0 auto;
	padding:10px 0;
}
#header #topContactWrap .left {
	width:307px;
	float:left;
	padding-top:14px;
}
#header #topContactWrap .right {
	width:269px;
	float:right;
}
#header #topContactWrap .right p {
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;
	text-align:right;
}
#globalMenu {
	width:100%;
	padding:9px 0 6px 0;
	background-color:#dfd1cc;
}
#globalMenu ul {
	width:1283px;
	margin:0 auto;
	padding:0;
	list-style:none;
	border-left:1px solid #d3beb6;
	border-right:1px solid #f1e9e6;
}
#globalMenu ul li {
	display:block;
	width:calc(14.3% - 2px);
	float:left;
	text-align:center;
	border-left:1px solid #f1e9e6;
	border-right:1px solid #d3beb6;
	border-bottom:4px solid #dfd1cc;
}
#globalMenu ul li:last-child {
	width:calc(14.2% - 2px);
}
@supports (-ms-ime-align: auto) {
	#globalMenu ul li:last-child {
		width:calc(14.2% - 3px);
	}
}
#globalMenu ul li i {
	font-size:x-large;
}
#globalMenu ul li a, #globalMenu ul li div {
	display:block;
	width:100%;
	padding:7px 0 4px 0;
	color:#521d08;
}
#globalMenu ul li:hover {
	border-bottom:4px solid #521d08;
}
#globalMenu ul li div:hover {
	cursor: pointer;
}
/* フッター */
#footer {
	width:100%;
	background-color:#531a03;
	color:#fff;
}
#footer #footMenu {
	width:620px;
	margin:0 auto;
	padding:30px 0 15px 0;
	text-align:center;
}
#footer #footMenu a {
	color:#fff;
}
#footer #footMenu a:hover {
	text-decoration:underline;
}
#footer #footMenu span.hide {
	display:none;
}
#footer #footMenu #footSearchMenu:hover {
	text-decoration:underline;
	cursor: pointer;
}
#copyright {
	text-align:center;
	padding:15px 0;
	font-size:12px;
}
section#searchWrap {
	display:block;
}
#searchBgLayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
	/* background-color: rgba(51, 51, 51, 0.5); */
	background-color: rgba(230, 227, 217, 1);
	display: none;
	top: 0;
	left: 0;
}
#searchLayer {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0);
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	z-index: 6;
	background-color: #E6E3D9;
}
#searchLayer.open {
	transform: translate(100%);
}
#searchTtlWrap {
	width:100%;
	padding:10px 0 4px 0;
	border-bottom:3px double #773B23;
}
#searchTtl {
	width:calc(100% - 60px);
	float:left;
	padding:5px 0 0 10px;
	font-family: "Sawarabi Gothic";
	font-size:24px;
	color:#773B23;
}
#layerCloseBtn {
	width:50px;
	float:right;
	text-align:center;
	font-size:30px;
	color:#f00;
}
#layerCloseBtn i:hover {
	cursor: pointer;
	color: #00f;
}
#searchLayerInfo {
	width:1400px;
	margin:10px auto 3px auto;
}
#searchLayerInfo .left {
	width:calc(100% - 180px);
	float:left;
	font-weight:bold;
}
#searchLayerInfo .right {
	width:180px;
	float:left;
	text-align:right;
}
#searchLayer dl {
	width:1400px;
	margin:0 auto;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
#searchLayer dl dt {
	width:90px;
	float:left;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ededed;
	text-align:center;
}
#searchLayer dl dt span {
	display:block;
}
#searchLayer dl dd {
	width:calc(100% - 112px);
	float:left;
	margin:0;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
#searchLayer dl dd span.wmax {
	display:block;
}
#searchLayer dl dd#equips p {
	display:inline-block;
	margin:0 20px 5px 0;
}
#searchLayerSubmitBtn {
	margin:10px 0;
	text-align:center;
}
#apoint {
	width:500px;
	margin:0 auto;
}
#apoint img {
	width:100%;
}
/* トップページ */
#newYearWrap {
	display:none;
}
#freearea {
	width:calc(100% - 30px);
	margin:2px 0 40px 0;
	padding:15px 15px 0 15px;
	background-color: #fff;
	border: 1px solid #999;
}
#freearea ul {
	margin:0;
	padding:0;
	list-style:none;
}
#freearea ul li {
	margin:0 0 15px 0;
	padding-left:1rem;
	text-indent:-0.55rem;
}
#freearea ul li a {
	color:#00f;
}
#freearea ul li a:hover {
	text-decoration:underline;
}
#newYearWrap {
	width:100%;
	height:480px;
	background:url(images/shogatsu-back.jpg);
}
#newYearWrap #newYear {
	width:1200px;
	margin:0 auto;
}
.topMidashi {
	/* width:322px; */
	width:100%;
}
.topMidashi2 {
	width:322px;
}
.topMidashi h4.icon, .topMidashi2 h4.icon {
	width:42px;
	height:34px;
	float:left;
	margin:0;
	padding-top:9px;
	background-color:#773b23;
	border-radius: 6px;
	text-align:center;
}
.topMidashi h4.icon i, .topMidashi2 h4.icon i {
	font-size:x-large;
	font-weight:900;
	color:#fff;
}
.topMidashi .right {
	width:280px;
	float:left;
}
.topMidashi2 .right {
	width:280px;
	float:right;
}
.topMidashi .right .ja, .topMidashi2 .right .ja {
	margin:0;
	padding-bottom:2px;
	border-bottom:1px solid #773b23;
	text-indent:8px;
	font-family: "Sawarabi Gothic";
	font-size:large;
	color:#773b23;
}
.topMidashi .right .en, .topMidashi2 .right .en {
	margin:0;
	text-indent:8px;
	font-family: 'Oswald', sans-serif;
	color:#773b23;
}
.topMidashi .listLink {
	width:calc(100% - 352px);
	height:32px;
	float:left;
	margin:10px 0 0 30px;
	text-align:left;
	vertical-align:middle;
	font-size:x-large;
}
.topMidashi .listLink a {
	color:#00f;
}
.topMidashi2Wrap {
	width:100%;
}
.topMidashi2 {
	float:left;
}
.topMapExam {
	width:270px;
	float:right;
	padding:22px 0 0 0;
}
ul.rcmList, ul.rcmList2 {
	width:1283px;
	margin:3px 0 30px 0;
	padding:0;
	list-style:none;
}
ul.rcmList li, ul.rcmList2 li {
	display:block;
	width:300px;
	float:left;
	padding:6px;
	margin:0 9px 9px 0;
	background-color:#fff;
	border:1px solid #999;
}
ul.rcmList li:nth-child(4n), ul.rcmList2 li:nth-child(4n) {
	margin-right:0;
}
ul.rcmList li a, ul.rcmList2 li a {
	display:block;
	width:100%;
	height:100%;
	color:#444;
}
ul.rcmList2 li.none {
	width:calc(100% - 20px);
}
ul.rcmList2 li.none p {
	width:100%;
	padding:100px 0;
	text-align:center;
}
.topListPhoto {
	width:100%;
}
.topListPhoto p {
	margin:0;
	padding:0;
}
.topListPhoto img {
	width:100%;
}
.topListName {
	font-weight:bold;
}
.topListInfo, .topListLand, .topListLand2 {
	width:100%;
	margin:0;
	padding:0;
	border-top:1px dotted #999;
}
.topListInfo dt, .topListLand dt, .topListLand2 dt {
	clear:both;
	width:50px;
	float:left;
	border-bottom:1px dotted #999;
	background-color:#E6E3D9;
	text-align:center;
}
.topListInfo dd, .topListLand dd, .topListLand2 dd {
	width:calc(100% - 62px);
	float:left;
	margin:0;
	border-bottom:1px dotted #999;
}
.topListInfo dt, .topListLand2 dt, .topListInfo dd, .topListLand2 dd {
	padding:3px;
}
.topListLand dt, .topListLand dd {
	padding:8px 3px 7px 3px;
}
.topListName, .topListAppeal {
	margin:0;
	padding:3px 5px;
	background-color:#86523d;
	color:#fff;
}
#staticMap {
	width:100%;
	margin:3px 0 30px 0;
	border:1px solid #999;
}
#staticMap img {
	width:100%;
	height:auto;
}
#ymap {
	width:100%;
	height:480px;
	margin:3px 0 30px 0;
	border:1px solid #999;
}
#mapLink {
	text-align:right;
}
#mapLink a {
	color:#00fl
}
#mapLink a:hover {
	text-decoration:underline;
}
#search form {
	width:calc(100% - 30px);
	padding:15px;
	margin:3px 0 30px 0;
	background-color:#fff;
	border:1px solid #999;
}
#search form #searchInfo {
	width:100%;
}
#search form #searchInfo .left {
	width:220px;
	float:left;
	font-size:large;
	font-weight:bold;
}
#search form #searchInfo .right {
	width:180px;
	float:right;
	text-align:right;
}
#search .condition {
	width:100%;
	margin:3px 0 0 0;
	border-collapse: collapse;
}
#search .condition th, #search .condition td {
	padding:5px;
}
#search .condition td {
	border:1px solid #999;
}
#search .condition td.conditionH {
	width:60px;
	background-color:#E6E3D9;
	text-align:center;
}
#search .condition td.conditionD span.wmax {
	display:block;
	height:0;
}
#search .condition td.conditionD p {
	display:inline-block;
	margin:2px 20px 2px 0;
}
.othersWrap {
	width:100%;
	margin:3px 0 0 0;
}
.othersWrap .left {
	width:calc(100% - 400px);
	float:left;
	height:200px;
	padding:7px 15px;
	background-color:#fff;
	border:1px solid #999;
	overflow-y:scroll;
}
.othersWrap .left dl#newsWrap {
	margin:0;
	padding:0;
}
.othersWrap .left dl#newsWrap dt {
	width:135px;
	float:left;
	padding:8px 0;
	color:#531A03;
	border-bottom:1px dashed #999;
}
.othersWrap .left dl#newsWrap dd {
	width:calc(100% - 135px);
	float:left;
	margin:0;
	padding:8px 0;
	color:#531A03;
	border-bottom:1px dashed #999;
}
.othersWrap .left dl#newsWrap dd a {
	text-decoraiton:none;
	color:#0000ff;
}
.othersWrap .left dl#newsWrap dd a:hover {
	text-decoraiton:underline;
}
.othersWrap .right {
	width:360px;
	float:right;
}
.othersWrap .right h1 {
	margin:0;
	font-size:34px;
	font-weight:bold;
	color:#773B23;
	text-align:center;
	line-height:34px;
}
.othersWrap .right h1 span {
	font-size:24px;
}
.othersWrap .right  h2, .othersWrap .right h3 {
	margin:12px 0;
	padding-left:1em;
	font-size:18px;
	font-weight:normal;
	color:#773B23;
}
.othersWrap .right  h2 span {
	display:block;
}
.othersWrap .right .counter {
	width:102px;
	margin:0 auto;
}
.negoBar {
	position: relative;
	width: 100%;
	height: auto;
	background-size:cover;
}
.negoBar::before {
	content: "";
	display: block;
	padding-top: 75%; /* 100:75 */
}
.negoBar p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	zindex:1;
}
.olay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 3rem;
	background-color:rgba(255,20,147,0.7);
	text-align:center;
	line-height:3rem;
	z-index:2;
	font-family: "Sawarabi Gothic";
	font-size:x-large;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.2rem;
}

/* 部屋検索 */
ul.searchJyoken {
	width:600px;
	padding:0;
	margin:0 auto 20px auto;
	border-top:1px solid #999;
	border-left:1px solid #999;
	list-style:none;
}
ul.searchJyoken li {
	float:left;
	padding:5px;
	background-color:#fff;
	vertical-align:top;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
ul.searchJyoken li.jyoken0 {
	width:calc(100% - 11px);;
	float:none;
	background-color:#DFD1CC;
	border-bottom:1px solid #999;
	color:#000;
	text-align:center;
}
ul.searchJyoken li.jyoken1, ul.searchJyoken li.jyoken2, ul.searchJyoken li.jyoken3, ul.searchJyoken li.jyoken4 {
	width:calc(50% - 11px);
}
ul.searchJyoken li.jyoken5, ul.searchJyoken li.jyoken6 {
	width:calc(33% - 11px);
}
ul.searchJyoken li.jyoken7 {
	width:calc(34% - 11px);
}
ul.searchJyoken li.jyoken8 {
	width:calc(100% - 11px);
}
/* 地区別検索 */
hr.separater {
	width:100%;
	margin-bottom:40px;
	color:#773B23;
}
/* 部屋詳細 */
.roomSec1 {
	width:100&;
	margin:20px auto 0 auto;
}
.roomSec1 .left {
	width:470px;
	float:left;
	margin:0;
	border:1px solid #999;
}
.roomSec1 .right {
	width:470px;
	float:left;
	margin:0 0 0 16px;
	border:1px solid #999;
}
.roomSec1 .left dt, .roomSec1 .right dt {
	width:99px;
	float:left;
	padding:5px;
	background-color:#ededed;
	border-right:1px solid #999;
	text-align:center;
}
.roomSec1 .left dd, .roomSec1 .right dd {
	width:350px;
	float:left;
	margin:0;
	padding:5px;
	background-color:#fff;
}
.apRoomWrap {
	width:100%;
	background-color:#fff;
	border-top:5px double #773B23;
	border-bottom:5px double #773B23;
	padding:10px 0;
}
.apRoomWrap .left {
	width:calc(100% - 150px);
	float:left;
	font-size:x-large;
	font-weight:bold;
	margin-left:15px;
	color:#773B23;
}
.apRoomWrap .right {
	width:120px;
	float:right;
	margin-right:15px;
}
.apRoomWrap .right #apType {
	width:118px;
	background-color:#F1AE68;
	text-align:center;
	border:1px solid #c16911;
	color:#773B23;
}

.indayGreen {
	margin-top:10px;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color:#008000;
	line-height:1.4em;
}
.indayBlue {
	margin-top:10px;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color:#4169e1;
	line-height:1.4em;
}
.indayOrange {
	margin-top:10px;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color:#ffa500;
	line-height:1.4em;
}
.indayRed {
	margin-top:10px;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	line-height:1.4em;
}
#roomDetailPhoto, #roomDetailPhoto2 {
	width:100%;
	margin:10px auto 0 auto;
	padding:0;
	list-style:none;
}
#roomDetailPhoto li, #roomDetailPhoto2 li {
	width:32.6%;
	float:left;
	margin:0 1.1% 5px 0;
	backgroud-color:#fff;
}
#roomDetailPhoto li:nth-child(3n), #roomDetailPhoto2 li:nth-child(3n) {
	margin-right:0;
}
#roomDetailPhoto li img, #roomDetailPhoto2 li img {
	width:100%;
}
.roomListIconWrap {
	width:100%;
	margin:3px 0;
}
#roomIconWrap {
	width:100%;
	margin:10px auto 0 auto;
}
.roomListIconWrap p {
	display:inline-block;
	width:auto;
	margin:0 5px 0 0;
	padding:5px 10px;
	border-radius:6px;
	color:#fff;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
#roomIconWrap p {
	display:inline-block;
	width:auto;
	margin:0 10px 0 0;
	padding:10px 20px;
	border-radius:6px;
	color:#fff;
	font-size:x-large;
	font-weight:bold;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
#roomIconWrap p.iconGreen, .roomListIconWrap p.iconGreen {
	background-color:#009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#59cf57), to(#319140));
	background: -webkit-linear-gradient(top, #59cf57, #319140);
	background: -moz-linear-gradient(top, #59cf57, #319140);
	background: -ms-linear-gradient(top, #59cf57, #319140);
	background: -o-linear-gradient(top, #59cf57, #319140);
}
#roomIconWrap p.iconBlue, .roomListIconWrap p.iconBlue {
	background-color:#0000ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#26deff), to(#0969b3));
	background: -webkit-linear-gradient(top, #26deff, #0969b3);
	background: -moz-linear-gradient(top, #26deff, #0969b3);
	background: -ms-linear-gradient(top, #26deff, #0969b3);
	background: -o-linear-gradient(top, #26deff, #0969b3);
}
#roomIconWrap p.iconOrange, .roomListIconWrap p.iconOrange {
	background-color:#ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffaf24), to(#e66a27));
	background: -webkit-linear-gradient(top, #ffaf24, #e66a27);
	background: -moz-linear-gradient(top, #ffaf24, #e66a27);
	background: -ms-linear-gradient(top, #ffaf24, #e66a27);
	background: -o-linear-gradient(top, #ffaf24, #e66a27);
}
.roomDetail {
	width:100%;
	margin:10px auto 20px auto;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
.roomDetail dt {
	width:99px;
	float:left;
	padding:5px;
	background-color:#ededed;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
}
.roomDetail dd {
	float:left;
	margin:0;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
.roomDetail dt.space {
	width:99px;
	border-right:1px solid #fff;
	background-color:#fff;
}
.roomDetail dd.def {
	width:calc(33% - 121px);
}
.roomDetail dd.def2 {
	width:calc(34% - 121px);
}
.roomDetail dd.half {
	width:calc(50% - 121px);
}
.roomDetail dd.threespan {
	width:calc(100% - 121px);
}
#printSpacer, #printSpacer2 {
	display:none;
}
#inaviWrap {
	width:100%;
	height:400px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #999;
}
#inaviWrap iframe {
	width:1920px;
	height:500px;
	margin-left:calc((100% - 1920px) / 2);
	margin-top:calc((400px - 500px) / 2);
}
#inaviLink {
	width:100%;
	margin:5px auto 30px auto;
	text-align:right;
}
#inaviLink a {
	color:#00f;
}
.negoRibbon {
  display: inline-block;
  position: relative;
  width:100%;
  height: 64px;
  margin:20px auto;
  line-height: 64px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;/*フォントサイズ*/
  background: #FF1493;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.negoRibbonTop {
  margin-bottom:20px;
}
.negoRibbonBottom {
  margin-top:20px;
}
.negoRibbon .inner {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px #FFF;/*上の破線*/
  border-bottom: dashed 2px #FFF;/*下の破線*/
  font-size:x-large;
  font-weight:bold;
  line-height:46px;
}
.negoRibbon:before, .negoRibbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.negoRibbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #E6E3D9;
  border-style: solid;
}
.negoRibbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #E6E3D9 transparent transparent;
  border-style: solid;
}

/* 土地一覧 */
#alignTbl {
	margin:10px auto;
	border-collapse: collapse;
}
#alignTbl th {
	padding:5px;
	border:1px solid #531A03;
	background-color: #a07f72;
	color:#fff;
}
#alignTbl td {
	padding:5px;
	border:1px solid #531A03;
	background-color: #fff;
}
#landListTop {
	width:100%;
	margin:10px auto;
	font-size:16px;
}
#landListWrap {
	width:100%;
}
#landListWrap dt.left {
	width:49%;
	float:left;
	margin:0 0 6px 0;
	padding:0;
}
#landListWrap dd.right {
	width:49%;
	float:right;
	margin:0 0 6px 0;
	padding:0;
}
#landListWrap .landList {
	width:100%;
}
#landListWrap .landList td.left {
	width:160px;
}
#landListWrap .landList td.left a {
	display:block;
	width:100%;
	height:auto;
}
#landListWrap .landList td.left img {
	width:100%;
	height:160px;
	object-fit: cover;
}
#landListWrap .landList td.right {
	width:calc(100% - 160px);
}
#landListWrap .landList td.right .landListDetail, #landListWrap .landList td.right .landListDetail2 {
	width:calc(100% - 1px);
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
#landListWrap .landList td.right .landListDetail li {
	float:left;
	padding:15px 5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
#landListWrap .landList td.right .landListDetail2 li {
	float:left;
	padding:9px 5px 8px 5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
#landListWrap .landList td.right .landListDetail2 li.d0 {
	width:calc(100% - 11px);
	padding:8px 5px;
	background-color:#86523D;
	color:#fff;
}
#landListWrap .landList td.right .landListDetail li.d1, #landListWrap .landList td.right .landListDetail2 li.d1 {
	width:calc(100% - 11px);
}
#landListWrap .landList td.right .landListDetail li.d1 span.addr, #landListWrap .landList td.right .landListDetail2 li.d1 span.addr {
	font-size:16px;
}
#landListWrap .landList td.right .landListDetail li.d2, #landListWrap .landList td.right .landListDetail2 li.d2 {
	width:calc(100% - 132px);
}
#landListWrap .landList td.right .landListDetail li.d2 span.price, #landListWrap .landList td.right .landListDetail2 li.d2 span.price {
	font-size:20px;
	color:#f00;
}
#landListWrap .landList td.right .landListDetail li.d3, #landListWrap .landList td.right .landListDetail2 li.d3 {
	width:110px;
}
#landListWrap .landList td.right .landListDetail li.d4, #landListWrap .landList td.right .landListDetail2 li.d4 {
	width:calc(100% - 263px);
}
#landListWrap .landList td.right .landListDetail li.d5, #landListWrap .landList td.right .landListDetail2 li.d5 {
	width:120px;
}
#landListWrap .landList td.right .landListDetail li.d6, #landListWrap .landList td.right .landListDetail2 li.d6 {
	width:110px;

}
#landListWrap .landList td.right .landListDetail li.d6 a, #landListWrap .landList td.right .landListDetail2 li.d6 a {
	display:block;
	width:calc(100% - 6px);
	height:100%;
	border-left:3px solid #773B23;
	border-right:3px solid #773B23;
	background-color:#DFD1CC;
	text-align:center;
	color:#531A03;
}
#landListWrap .landList td.right .landListDetail li.d6 a:hover, #landListWrap .landList td.right .landListDetail2 li.d6 a:hover {
	background-color:#773B23;
	color:#fff;
}
#landListBottom {
	width:100%;
	margin:10px auto;
	padding:10px 0 0 0;
	border-top: 3px double #999;
	font-size:16px;
}
#landListBottom .left {
	width:50%;
	float:left;
}
#landListBottom .right {
	width:50%;
	float:right;
	text-align:right;
}
.paging {
	display:inline;
	margin:0;
	padding:0;
}
.paging input[type=submit] {
	background-color:#fff;
	padding:5px;
}
.negoBar2 {
	position: relative;
	width: 100%;
	height: auto;
	background-size:cover;
}
.negoBar2::before {
	content: "";
	display: block;
	padding-top: 100%; /* 100:100 */
}
.negoBar2 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	zindex:1;
}

/* 土地詳細 */
#appeal {
	width:calc(100% - 20px);
	padding:10px;
	margin:0 0 5px 0;
	background-color:#86523D;
	text-align:center;
	font-size:x-large;
	color:#fff;
	line-height:1.6rem;
}
.landDetail {
	width:100%;
	margin:0 0 5px 0;
}
.landDetail dt {
	background-color:#EDEDED;
	padding:5px;
	text-align:center;
}
.landDetail dd {
	background-color:#fff;
	margin:0;
	padding:5px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.landDetail dt.h1 {
	width:104px;
	float:left;
	border:1px solid #999;
}
.landDetail dd.d1 {
	width:120px;
	float:left;
	text-align:center;
}
.landDetail dt#shubetsu {
	margin-left:10px;
}
.landDetail dd#kakaku {
	width:calc(100% - 20% - 208px - 35px);
	float:left;
	border-right:0;
}
.landDetail dd#kakaku #priceWrap {
	margin-top:13px;
}
.landDetail dd#kakaku u {
	font-size:24px;
	font-weight:bold;
}
.landDetail dd#tanka {
	width:20%;
	float:left;
	padding:5px 0;
}
.landDetail dd ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.landDetail dd ul.tanka li {
	padding:5px 5px 0px 5px;
	border-top:1px solid #999;
}
.landDetail dd ul.tanka li:first-child {
	border-top:0;
	padding:0px 5px 5px 5px;
}
.landDetail dd.d2 {
	width:calc(50% - 104px - 22px);
	float:left;
	border-right:0;
}
.landDetail dd.d3 {
	width:calc(50% - 104px - 23px);
	float:left;
}
.landDetail dd.d5 {
	width:calc(100% - 104px - 23px);
	float:left;
}
.landDetail dd.d5 u {
	font-size:24px;
	font-weight:bold;
}
.landGroup {
	width:100%;
	margin:0 0 5px 0;
	border-collapse: collapse;
}
.landGroup .left {
	width:21px;
	padding:5px;
	background-color:#FFCCAA;
	border:1px solid #999;
	text-align:center;
	vertical-align:middle;
	line-height:2em;
}
.landGroup .right {
	width:calc(100% - 33px);
	padding:0;
	border-top:1px solid #999;
}
.landGroup .landDetail {
	margin:0;
}
.landGroup .landDetail dt.h2 {
	width:72px;
	float:left;
	padding:5px;
	background-color:#EDEDED;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
}
.landGroup .landDetail dd.d4 {
	width:calc(100% - 94px);
	float:left;
	margin:0;
	padding:5px;
	background-color:#fff;
	border-top:0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.landGroup .landDetail dd.d7 {
	width:calc(100% - 84px);
	padding:5px 0;
}
.landGroup .landDetail dd.d4 ul.menseki li {
	width:calc(50% - 11px);
	float:left;
	padding:0 0 0 10px;
}
.landGroup .landDetail dd.d4 ul.menseki li:first-child {
	width:calc(50% - 1px);
	padding:0;
	border-right:1px solid #999;
}
.landGroup .landDetail dd.d7 ul.setsubi li {
	width:calc(50% - 6px);
	float:left;
	padding:0 0 0 5px;
}
.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(1),
.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(2) {
	padding-bottom:5px;
	border-bottom:1px solid #999;
}
.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(3),
.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(4) {
	padding-top:5px;
}

.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(2n) {
	border-left:1px solid #999;
}
.landGroup .landDetail dd.d6 {
	width:calc(50% - 94px);
	float:left;
	border-top:0;
}
#landDetailPhoto, #landDetailPhoto2 {
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#landDetailPhoto li, #landDetailPhoto2 li {
	width:32.6%;
	float:left;
	margin:0 1.1% 5px 0;
}
#landDetailPhoto li:nth-child(3n), #landDetailPhoto2 li:nth-child(3n) {
	margin-right:0;
}
#landDetailPhoto li img, #landDetailPhoto2 li img {
	width:100%;
}
#errorMsg {
	padding:80px 0;
	text-align:center;
	font-size:24px;
}
#errorMsg a {
	font-size:16px;
}
/* お部屋小足・土地詳細の印刷用画面 */
#printBtn {
	width:100%;
	margin-bottom:10px;
	text-align:right;
}
#printBtn button {
	border:0;
	padding:5px 10px;
	border-left:3px solid #773B23;;
	border-right:3px solid #773B23;;
	border-top:1px solid #773B23;;
	border-bottom:1px solid #773B23;;
	background-color:#fff;
	font-size:large;
	color:#531A03;
}
#printBtn button:hover {
	background-color:#773B23;
	color:#fff;
	cursor:pointer;
}
/*
#printHtml {
	transform: scale(1.42);
	margin-top:260px;
}
*/
#printHtml, #printBody {
	background-color:#fff;
	color:#000;
}
#printMain {
	width:640px;
	margin:0 auto;
}
.windowClose {
	width:100%;
	margin:10px 0;
	text-align:center;
}
#printMain #roomDetailPhoto2, #printMain #landDetailPhoto2 {
	display:none;
}
#printMain #roomDetailPhoto li, #printMain #roomDetailPhoto2 li {
	height:156px;
}
#printMain #roomDetailPhoto li img, #printMain #roomDetailPhoto2 li img {
	height:156px;
}
#printMain .landDetail {
	font-size:12px;
}
#printMain .landDetail dt, #printMain .landDetail dd {
	padding:3px 5px;
	line-height:1.3em;
}
#printMain .landDetail dd#kakaku {
	width:calc(50% - 104px - 22px);
}
#printMain .landDetail dd#kakaku #priceWrap {
	margin-top:5px;
}
#printMain .landDetail dd#tanka {
	width:calc(50% - 104px - 23px);
}
#printMain .landGroup .landDetail dd.d7 {
	width:calc(100% - 94px)
}
#printAppeal {
	width:calc(100% - 20px);
	padding:10px;
	margin:0 0 5px 0;
	background-color:#86523D;
	text-align:center;
	font-size:large;
	color:#fff;
}
/* 貸地 */
#rentLandMsg {
	margin:50px auto;
	text-align:center;
	font-size:xx-large;
	line-height:1.5em;
}
/* 公共料金・周辺施設 */
#utilWrap, #instWrap {
	width:100%;
}
#utilWrap .left, #instWrap .left {
	width:48%;
	float:left;
}
#utilWrap .right, #instWrap .right {
	width:48%;
	float:right;
}
h6.utilTitle, h6.instTitle {
	width:calc(100% - 2.5em);;
	margin:0 0 0 2.5em;
	padding:0;
	font-size:large;
	color:#531A03;
	text-align: left;
}
h6.utilTitle span, h6.instTitle span {
     position: relative;
     display: inline-block;
     padding: 0 0.5em;
}
h6.utilTitle span::before, h6.utilTitle span::after,
h6.instTitle span::before, h6.instTitle span::after {
     position: absolute;
     top: 50%;
     content: '';
     width: 2.5em;
     height: 1px;
     background-color: #531A03;
}
h6.utilTitle span::before, h6.instTitle span::before {
	left: 100%;
}
h6.utilTitle span::after, h6.instTitle span::after {
	right: 100%;
}
ul.utilList, ul.instList {
	width:calc(100% - 1px);
	margin:3px auto 30px auto;
	padding:0;
	list-style:none;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
ul.utilList li, ul.instList li {
	float:left;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
ul.utilList li.name, ul.instList li.name {
	clear:both;
	width:calc(50% - 66px);
}
ul.utilList li.tel, ul.instList li.tel {
	width:100px;
}
ul.utilList li.address, ul.instList li.address {
	width:calc(50% - 67px);
}
ul.utilList li.genre {
	clear:both;
	width:70px;
}
ul.utilList li.name2 {
	width:calc(50% - 107px);
}
ul.utilList li.address2 {
	width:calc(50% - 107px);
}

/* 会社概要 */
#about {
	width:100%;
}
#about .left {
	width:49%;
	float:left;
}
#about .right {
	width:49%;
	float:right;
}
#about .left dl {
	width:calc(100% - 1px);
	margin:0 0 20px 0;
	padding:0;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
#about .left dl dt {
	width:80px;
	float:left;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ededed;
	text-align:center;
}
#about .left dl dd {
	width:calc(100% - 102px);
	float:left;
	margin:0;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}
#about .right img {
	width:100%;
}
/* リンク */
#link {
	width:900px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#link li {
	width:30%;
	float:left;
	margin:0 5% 15px 0;
}
#link li:last-child {
	margin-right:0;
}
#link li img {
	width:100%;
}

/* メディアクエリー */
@media only screen and (max-width:1424px) {
	#searchLayer dl, #searchLayerInfo {
		width:98%;
	}
}
@media only screen and (max-width:1310px) {
	#main,
	#header #topContactWrap,
	#globalMenu ul,
	ul.rcmList, ul.rcmList2 {
		width:960px;
	}
	ul.rcmList li:nth-child(3n), ul.rcmList2 li:nth-child(3n) {
		margin-right:0;
	}
	ul.rcmList li:nth-child(4n), ul.rcmList2 li:nth-child(4n) {
		margin-right:9px;
	}
	ul.rcmList2 li:nth-child(12n) {
		margin-right:0;
	}
	ul.rcmList li.list8 {
		display:none;
	}
	#search .condition td.conditionD span.wmax {
		display:inline;
		height:0;
	}
	#search .condition td.conditionD span.w960 {
		display:block;
		height:0;
	}
	#searchLayer dl dd span.wmax {
		display:inline;
		height:0;
	}
	#searchLayer dl dd span.w960 {
		display:block;
		height:0;
	}
	/* 土地一覧 */
	#landListWrap .landList td.right .landListDetail li {
		padding:9px 5px 8px 5px !important;
	}
	#landListWrap .landList td.right .landListDetail2 li {
		padding:5px 5px 4px 5px !important;
	}
	#landListWrap .landList td.right .landListDetail li.d2, #landListWrap .landList td.right .landListDetail2 li.d2 {
		width:calc(100% - 11px);
		padding:5px;
	}
	#landListWrap .landList td.right .landListDetail li.d3,
	#landListWrap .landList td.right .landListDetail li.d4,
	#landListWrap .landList td.right .landListDetail li.d5,
	#landListWrap .landList td.right .landListDetail li.d6,
	#landListWrap .landList td.right .landListDetail2 li.d3,
	#landListWrap .landList td.right .landListDetail2 li.d4,
	#landListWrap .landList td.right .landListDetail2 li.d5,
	#landListWrap .landList td.right .landListDetail2 li.d6 {
		width:calc(50% - 11px);
	}
	.topMidashi .listLink {
		margin:13px 0 0 30px;
		font-size:16px;
	}
}
@media only screen and (max-width:984px) {
	#main,
	#header #topContactWrap,
	#globalMenu ul {
		width:98%;
		margin:0 auto;
	}
	ul.rcmList, ul.rcmList2 {
		width:100%;
	}
	ul.rcmList li.list6 {
		display:none;
	}
	ul.rcmList li, ul.rcmList2 li {
		width:calc(49% - 14px);
		padding:6px;
		margin:0 2% 9px 0;
	}
	ul.rcmList li:nth-child(2n), ul.rcmList2 li:nth-child(2n) {
		margin-right:0;
	}
	ul.rcmList li:nth-child(3n), ul.rcmList2 li:nth-child(3n) {
		margin-right:2%;
	}
	ul.rcmList2 li:nth-child(6n) {
		margin-right:0;
	}
	.topMidashi .listLink {
		width:100%;
		height:auto;
		margin:10px 0;
		text-align:center;
	}
	#search .condition td.conditionD span.w960 {
		display:inline;
		height:0;
	}
	#search .condition td.conditionD span.w480 {
		display:block;
		height:0;
	}
	#searchLayer dl dd span.w960 {
		display:inline;
		height:0;
	}
	#searchLayer dl dd span.w480 {
		display:block;
		height:0;
	}
	/* 土地一覧 */
	#landListTop, #landListBottom {
		width:760px;
	}
	#landListWrap {
		width:760px;
		margin:0 auto;
	}
	#landListWrap dt.left, #landListWrap dd.right {
		width:100%;
		float:none;
	}
}
@media only screen and (max-width:924px) {
	#link {
		width:98%
	}
}
@media only screen and (max-width:800px) {
	/* 部屋詳細 */
	.roomDetail dd.def {
		width:calc(50% - 121px);
	}
	.roomDetail dd.def2 {
		width:calc(50% - 121px);
	}

	/* 土地一覧 */
	#landListTop, #landListWrap, #landListBottom {
		width:100%;
	}
	#landListTop {
		font-size:14px;
	}
	/* 土地詳細 */
	.landDetail dd#kakaku, .landDetail dd.d2, .landDetail dd.d3 {
		width:calc(100% - 104px - 23px);
		border-right:1px solid #999;
	}
	.landDetail dd#kakaku #priceWrap {
		margin-top:0px;
	}
	.landDetail dt.h11, .landDetail dd.d3 {
		border-top:0 !important;
	}
	.landDetail dd#tanka {
		width:calc(100% - 117px);
		border-top:0 !important;
	}
	/* 公共料金・周辺施設 */
	#utilWrap .left, #utilWrap .right, #instWrap .left, #instWrap .right {
		width:100%;
		float:none;
	}
	.othersWrap .left {
		width:calc(100% - 32px);
		float:none;
	}
	.othersWrap .right {
		width:calc(100% - 2px);
		float:none;
		margin-top:30px;
	}
	.othersWrap .right h1 {
		line-height:36px;
	}
	.othersWrap .right h2, .othersWrap .right h3 {
		margin:5px 0;
		padding:0;
		text-align:center;
	}
	.othersWrap .right  h2 span {
		display:inline;
	}
	/* 印刷用ボタン */
	#printBtn {
		display:none;
	}
}
@media only screen and (max-width:640px) {
	#topContactWrap .left, #topContactWrap .right {
		width:45% !important;
	}
	#topContactWrap .left {
		padding-top:8px !important;
	}
	#topContactWrap .left img, #topContactWrap .right img {
		width:100% !important;
	}
	#globalMenu ul li span {
		display:none;
	}
	#header h1#topBar, #header #topContactWrap .right p.chiji, #header #topContactWrap .right p.telTime,
	#header #topContactWrap .right p.holiday, #globalMenu ul li {
		font-size:11px !important;
	}
	#header #topContactWrap .right p.chiji, #header #topContactWrap .right p.telTime, #header #topContactWrap .right p.holiday {
		line-height:1.2em;
	}
	#footer #footMenu {
		width:320px;
	}
	#footer #footMenu span.hide {
		display:inline;
	}
	#footer #footMenu span.w360 {
		display:block;
	}
	#search .condition th, #search .condition td {
		padding:3px;
		font-size:small;
	}
	.topMapExam {
		padding:0;
	}
	.topMidashi .listLink {
		font-size:14px;
	}
	/* 部屋検索 */
	ul.searchJyoken {
		width:100%;
	}
	/* 部屋詳細 */
	#roomDetailPhoto li, #roomDetailPhoto2 li {
		width:49%;
		margin:0 2% 5px 0;
	}
	#roomDetailPhoto li:nth-child(2n), #roomDetailPhoto2 li:nth-child(2n) {
		margin-right:0 !important;
	}
	#roomDetailPhoto li:nth-child(3n), #roomDetailPhoto2 li:nth-child(3n) {
		margin-right:2%;
	}
	#roomDetailPhoto li:last-child, #roomDetailPhoto2 li:last-child {
		margin-right:0 !important;
	}
	/* 土地詳細 */
	#appeal {
		font-size:medium;
	}
	#landDetailPhoto li, #landDetailPhoto2 li {
		width:49%;
		margin:0 2% 5px 0;
	}
	#landDetailPhoto li:nth-child(2n), #landDetailPhoto2 li:nth-child(2n) {
		margin-right:0 !important;
	}
	#landDetailPhoto li:nth-child(3n), #landDetailPhoto2 li:nth-child(3n) {
		margin-right:2%;
	}
	#landDetailPhoto li:last-child, #landDetailPhoto2 li:last-child {
		margin-right:0 !important;
	}
	/* 貸地 */
	#rentLandMsg {
		font-size:16px;
	}
	/* 周辺施設 */
	ul.instList li.name {
		width:calc(50% - 64px);
	}
	ul.instList li.tel {
		width:96px;
	}
	ul.instList li.address {
		width:calc(50% - 65px);
	}
	/* 会社概要 */
	#about .left {
		float:none;
		width:100%;
	}
	#about .right {
		float:none;
		width:100%;
	}
	/* リンク */
	#link {
		width:272px;
	}
	#link li {
		float:none;
		width:100%;
		margin-right:0;
	}
}
@media only screen and (max-width:520px) {
	.landDetail dd.d1 {
		width:calc(100% - 104px - 23px);
		border-right:1px solid #999;
		text-align:left;
	}
	.landDetail dt#shubetsu {
		margin-left:0;
	}
	.landDetail dt.h12, .landDetail dd.d12 {
		border-top:0;
	}
	.landGroup .landDetail dd.d4 ul.menseki li, .landGroup .landDetail dd.d4 ul.menseki li:first-child {
		width:100%;
		float:none;
		padding:0;
		border-right:0;
	}
	.landGroup .landDetail dd.d4 ul.menseki li:first-child {
		padding-bottom:4px;
		border-bottom:1px solid #999;
	}
	.landGroup .landDetail dd.d4 ul.menseki li:nth-child(2) {
		padding-top:4px;
	}
	.landGroup .landDetail dd.d6 {
		width:calc(100% - 94px);
	}
	.landGroup .landDetail dd.d7 ul.setsubi li {
		width:calc(100% - 5px);
		float:none;
		padding:0 0 0 5px;
		border-right:0;
		border-left:0;
		border-bottom:1px solid #999;
	}
	.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(2n) {
		border-left:0;
		padding-top:5px;
	}
	.landGroup .landDetail dd.d7 ul.setsubi li:nth-child(3n) {
		padding-bottom:5px;
	}
	.landGroup .landDetail dd.d7 ul.setsubi li:last-child {
		border-bottom:0;
	}
	#apoint, #apoint img {
		width:100%;
	}
}
@media only screen and (max-width:480px) {
	#header #topContactWrap .right p.chiji, #header #topContactWrap .right p.telTime, #header #topContactWrap .right p.holiday {
		font-size:10px !important;
	}
	#ymap {
		height:320px;
	}
	#search .condition td.conditionD span.w480 {
		display:inline;
		height:0;
	}
	#search .condition td.conditionD span.w360 {
		display:block;
		height:0;
	}
	#searchLayer dl {
		border:1px solid #999;
		padding-bottom:5px;
		background-color:#fff;
	}
	#searchLayer dl dt {
		float:none;
		width:calc(100% - 11px);
		padding-bottom:0;
		background-color:#fff;
		border:0;
		text-align:left;
		font-weight:bold;
		color:#773B23;
	}
	#searchLayer dl dd {
		float:none;
		width:calc(100% - 31px);
		padding:0 5px 5px 25px;
		border:0;
	}
	#searchLayer dl dt span {
		display:inline;
	}
	#searchLayer dl dd span.w480 {
		display:inline;
		height:0;
	}
	#searchLayer dl dd span.w360 {
		display:block;
		height:0;
	}
	ul.rcmList li, ul.rcmList2 li {
		width:calc(100% - 14px);
	}
	ul.rcmList li .topListPhoto, ul.rcmList2 li .topListPhoto {
		width:130px;
		float:left;
	}
	ul.rcmList li .topListPhoto p {
		width:100%;
		height:auto;
	}
	ul.rcmList li .topListPhoto p img {
		width:100%;
		height:130px;
		object-fit: cover;
	}
	ul.rcmList li dl.topListInfo, ul.rcmList2 li dl.topListInfo {
		width:calc(100% - 130px);
		float:right;
	}
	dl.topListLand, dl.topListLand2 {
		width:calc(100% - 130px);
		float:right;
	}
	ul.rcmList li dl.topListInfo dt, ul.rcmList li dl.topListInfo dd,
	dl.topListLand2 dt, dl.topListLand2 dd {
		padding:5px 3px;
	}
	dl.topListLand dt, dl.topListLand dd {
		padding:11px 3px 10px 3px;
	}
	.topListName, .topListAppeal {
		width:calc(100% - 140px);
		float:right;
		padding:6px 5px;
	}
	.roomListIconWrap {
		width:calc(100% - 130px);
		margin-left:130px;
	}
	.roomListIconWrap p {
		margin:5px 5px 0 0;
	}
	/* 部屋検索 */
	ul.searchJyoken li.jyoken1,
	ul.searchJyoken li.jyoken2,
	ul.searchJyoken li.jyoken3,
	ul.searchJyoken li.jyoken4,
	ul.searchJyoken li.jyoken5,
	ul.searchJyoken li.jyoken6,
	ul.searchJyoken li.jyoken7,
	ul.searchJyoken li.jyoken8 {
		width: calc(100% - 11px) !important;
	}
	/* 部屋詳細 */
	#roomIconWrap p {
		padding:5px 10px;
		font-size:medium;
		font-weight:normal;
	}
	.apRoomWrap .left {
		font-size:large;
	}
	.roomDetail dd.def, .roomDetail dd.def2, .roomDetail dd.half {
		width:calc(100% - 121px);
	}
	.roomDetail dt.space, .roomDetail dd.space {
		display:none;
	}
	/* 土地一覧 */
	#landListTop span#p {
		display:block;
		text-indent:1em;
	}
	#landListWrap .landList td.left {
		width:130px;
	}
	#landListWrap .landList td.right {
		width:calc(100% - 130px);
	}
	#landListWrap .landList td.left a img {
		height:130px;
	}
	#landListWrap .landList td.right .landListDetail li {
		padding:11px 5px 10px 5px !important
	}
	#landListWrap .landList td.right .landListDetail2 li {
		padding:5px !important
	}
	#landListWrap .landList td.right .landListDetail li.d1 span.addr, #landListWrap .landList td.right .landListDetail2 li.d1 span.addr {
		font-size:14px;
	}
	#landListWrap .landList td.right .landListDetail li.d2 span.price, #landListWrap .landList td.right .landListDetail2 li.d2 span.price {
		font-size:16px;
	}
	#landListWrap .landList td.right .landListDetail li.d3,
	#landListWrap .landList td.right .landListDetail li.d6 {
		width:calc(50% - 11px);
	}
	#landListWrap .landList td.right .landListDetail li.d4,
	#landListWrap .landList td.right .landListDetail li.d5,
	#landListWrap .landList td.right .landListDetail2 li.d4,
	#landListWrap .landList td.right .landListDetail2 li.d5 {
		display:none;
	}
}
