@charset "utf-8";

/**************************************************************************************
COMMON
--------------------------------------------------------------------------------------
MAIN LAYOUT
***************************************************************************************/

#wrapper {
	width: 1090px;
	margin: 0 auto;
}
#contentsL {
	width: 810px;
	float: left;
	margin-top: 10px;
}
#contentsR {
	width: 255px;
	float: left;
	margin: 10px 0 0 20px;
}

/**************************************************************************************
COMMON
--------------------------------------------------------------------------------------
FOOTER
***************************************************************************************/

#footer #kanren {
	background:#7EBB03;
}
#footer #kanren p {
	float:left;
	color:#FFF;
	font-size:12px;
	margin-right:10px;
}
#footer #kanren ul {
	margin-bottom:8px;
	padding-top:0;
}
#footer #kanren ul li span {
	color:#FFF;
}

#footer #kanren ul li a {
	color:#FFF;
	margin-right:8px;
	font-size:12px;
}

/* RAIL + STATION
========================================== */

#footer {
	margin-top: 120px;
	background:#51534D;
	width:100%;
	padding:0 0 70px;
	border-top:#7EBB03 10px solid;
}
#footer #footer_menu {
	padding-top:64px;
}
#footer #footer_menu ul {
	width:230px;
}
#footer #footer_menu ul li {
	width:100%;
	color:#FFF;
	font-size:13px;
	line-height:1.8;
}
#footer #footer_menu ul li a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}
#footer #footer_menu ul li > ul {
	margin-bottom:20px;
}
#footer #footer_menu ul li > ul li {
	line-height:1.5;
}
#footer #footer_menu ul li > ul li a {
	font-size:11px;
}

dl#footer_ad {
	float:right;
	width:300px;
}
dl#footer_ad dt {
}
dl#footer_ad dd {
	margin-top:30px;
	color:#FFF;
	font-size:12px;
}



#footer ul {
	padding-top: 5px;
	float: left;
}
#footer ul li span {
	width: 75px;
	float: left;
	padding: 5px 0 0 0;
	font-size: 85%;
	color: #333;
}
#footer ul li.parent {
	clear: both;
}
#footer ul li ul {
	float: right;
	width: 870px;
	padding: 5px 0 0 0;
}
#footer ul li ul li {
	float: left;
}


/* FOOTER MENU
========================================== */

#footer ul#footer_menu {
	font-size: 93%;
	margin-top: 40px;
}
#footer ul#footer_menu li {
	float: left;
	color: #999;
}

/* COPYRIGHT
========================================== */

#copy {
}
#copy p {
	font-family: Verdana, Arial, Tahoma, Helvetica, Helv, sans-serif;
	color: #fff;
	font-size: 85%;
	text-align: center;
	padding: 2px;
	text-align:right;
}

/*******************************************
COMMON
-------------------------------------------
TITLE MAIN 950px [PAGE TOP]
********************************************/

#bg_ttl_main {
	width: 1090px;
	height: 70px;
	background: url(../../img/common/bg_ttl_main.png) no-repeat;
}
#bg_ttl_main h2 {
	font-size: 25px;
	padding: 22px 0 0 5px;
	font-weight:bold;
}
#bg_ttl_main h2.ic_unpub {
	font-size: 123.1%;
	padding: 36px 0 0 122px;
	background: url(../../img/common/ic_unpub.png) no-repeat 0 36px;
}

/*******************************************
COMMON
-------------------------------------------
bgGrayBox685
********************************************/

.bgGrayBox685 {
	width: 100%;
	border: 1px solid #D0D0D0;
	background: #EEEEEE;
	position: relative;
	padding: 3px;
}
.bgGrayBox685 .bgGrayBox685In {
	background: #FFFFFF;
	padding: 35px;
}

/*******************************************
COMMON
-------------------------------------------
bgGrayBox950
********************************************/

.bgGrayBox950 {
	border: 1px solid #D0D0D0;
	background: #EEEEEE;
	position: relative;
	padding: 3px;
}
.bgGrayBox950 .bgGrayBox950In {
	background: #FFFFFF;
	padding: 30px;
}

/*******************************************
COMMON
-------------------------------------------
bg_ttl_green685 + bg_ttl_orange950
********************************************/

.bgGrayBox685 .bgGrayBox685In .bg_ttl_green685 {
	background:#669900;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 100%;
	height: 50px;
	padding: 5px 0 0 30px;
}
.bgGrayBox950 .bgGrayBox950In .bg_ttl_orange950,
.bgGrayBox950 .bgGrayBox950In .bg_ttl_green950 {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 50px;
	padding: 0 0 0 30px;
}
.bgGrayBox950 .bgGrayBox950In .bg_ttl_orange950 {
	background:#FF9800;
}
.bgGrayBox950 .bgGrayBox950In .bg_ttl_green950 {
	background:#669900;
}
.bgGrayBox685 .bgGrayBox685In .bg_ttl_green685 h2,
.bgGrayBox950 .bgGrayBox950In .bg_ttl_orange950 h2,
.bgGrayBox950 .bgGrayBox950In .bg_ttl_green950 h2 {
	float: left;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height:50px;
}
.bgGrayBox685 .bgGrayBox685In .bg_ttl_green685 p,
.bgGrayBox950 .bgGrayBox950In .bg_ttl_orange950 p,
.bgGrayBox950 .bgGrayBox950In .bg_ttl_green950 p {
	font-size: 85%;
	padding: 0 10px 0 0;
	line-height:50px;
	float: right;
	color: #FFFFFF;
}

/*******************************************
COMMON
-------------------------------------------
Single Title
********************************************/

.bg_ttl_single950 {
	width: 1060px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(../../img/common/bg_ttl_green950.png) no-repeat;
}
.bg_ttl_single950 h2 {
	float: left;
	color: #FFFFFF;
	font-size: 108%;
	font-weight: bold;
}
.bg_ttl_single950 p {
	font-size: 85%;
	padding: 3px 10px 0 0;
	float: right;
	color: #FFFFFF;
}

/*******************************************
COMMON
-------------------------------------------
each
********************************************/

.each,.each912 {
	width: 230px;
	float: left;
	font-size: 85%;
	height: inherit;
}
.each {
	margin: 0 20px 15px 0;
}
.each912 {
	margin: 0 30px 15px 0;
}
.rightMost {
	margin: 0 0 35px 0;
}

a.orBtn {
	background: #f57c00 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	width: 400px;
}
a.orBtn:hover {
	opacity: 0.8;
	text-decoration:none;
}

.each p.type,.each912 p.type {
	background: #80DEEA;
	padding: 3px 0 2px 6px;
	text-align:center;
}
.each p.type img,.each912 p.type img {
	margin: 2px 6px 0 0;
}
.each table,.each912 table {
	width: 100%;
}
.each table td,.each912 table td {
	width: 230px;
	height: 175px;
	border: solid 1px #ccc;
	vertical-align: middle;
	text-align: center;
}
.each table td img ,.each912 table td img{
    max-height: 165px;
    max-width: 220px;
}
.each dl,.each912 dl {
	padding: 3px 0 0 10px;
	line-height: 1.2;
}
.each dl dt a,.each912 dl dt a {
	text-decoration: underline;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.each dl dd,.each912 dl dd {
	padding-top: 3px;
}
.each dl dd span,.each912 dl dd span {
	color: #CC0000;
	font-size:25px;
	font-weight:bold;
}

/* FOR each TITLE
========================================== */

.ttl_each {
	background: url(../../img/common/line_dot.png) repeat-x bottom;
	margin: 5px 0 10px 0;
	height: 27px;
	position: relative;
	width: 1010px;
	float: left;
}
.ttl_each p.left {
	color: #578200;
	font-size: 108%;
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: bold;
}
.ttl_each p.right {
	font-size: 85%;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../../img/detail/ic_search.jpg) no-repeat 0 -3px;
	padding-left: 23px;
}

/*******************************************
BASIC TABLE
-------------------------------------------
BASIC TABLE
********************************************/

table.basic {
	width: 100%;
	border-top: #E1E9F7 solid 1px;
	border-left: #E1E9F7 solid 1px;
	border-collapse: separate;
	line-height: 1.6;
	font-size: 93%;
}
table.basic th {
	background: #E1E9F7 url(../../img/common/line_boder.gif) repeat-x bottom;
	padding: 5px 10px;
	border-top: #FFF solid 1px;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	border-bottom: #E1E9F7 solid 1px;
	width: 16%;
	border-top: #E1E9F7 solid 1px; /* for IE6 + IE7 */ /
	border-right: #E1E9F7 solid 1px; /* for IE6 + IE7 */ /
	border-left: #E1E9F7 solid 1px; /* for IE6 + IE7 */
}
table.basic th img {
	padding: 1px 0 0 5px;
}
table.basic td {
	padding: 5px 10px;
	border-left: #E1E9F7 solid 1px;
	border-bottom: #E1E9F7 solid 1px;
	width: 34%;
}
table.basic td.wide {
	width: 84%;
}
table.basic td.last {
	border-right: #E1E9F7 solid 1px;
}
table#tel td span {
	vertical-align: baseline;
}

/* その他周辺環境
========================================== */

table.basic td .other_info dl {
	margin-bottom:10px;
}
table.basic td .other_info dl:first-of-type {
	margin-top:5px;
}
table.basic td .other_info dl:last-of-type {
	margin-bottom:5px;
}
table.basic td .other_info dl:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
table.basic td .other_info dl dt {
	width:14%;
	float:left;
	background:#690;
	color:#FFF;
	text-align:center;
	font-size:12px;
	margin-right:2%;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
table.basic td .other_info dl dd {
	width:84%;
	float:left;
}

/*******************************************
basicForm
-------------------------------------------
basicForm
********************************************/

/* basicForm
========================================== */

table.basicForm,table.basicFormSky {
	width: 100%;
	font-size: 93%;
}
.bgGreen tr:nth-of-type(even) {
	background: #F0F8E9;
}
.bgSky tr:nth-of-type(even) {
	background: #E8EEF9;
}
.lineDot tr {
	background: url(../../img/common/line_dot.png) bottom left repeat-x;
}
table.basicForm tr th,table.basicFormSky tr th {
	width: 120px;
	padding: 12px 10px 12px 10px;
	font-weight: bold;
}
table.basicForm tr td,table.basicFormSky tr td {
	padding: 7px 0;
}
table.basicForm tr td .inputArea,table.basicFormSky tr td .inputArea {
	padding: 5px 5px 5px 15px;
	float: left;
	line-height: 1.6;
}
table.basicForm tr td .inputArea {
	border-left: 2px solid #669900;
}
table.basicFormSky tr td .inputArea {
	border-left: 2px solid #0099FF;
}
table.basicForm tr td .inputArea ul.list_brown li {
	background: url(../../img/common/ic_list_brown.png) no-repeat 0 5px;
	padding-left: 10px;
	float: left;
}

/* list_select
========================================== */

table.basicForm tr td .inputArea ul.list_select li {
	padding-left: 10px;
	text-indent: -10px;
	float: left;
	margin-bottom: 5px;
}
ul.ulwide80 li {width:80px;}
ul.ulwide95 li {width:95px;}
ul.ulwide104 li {width:104px;}
ul.ulwide114 li {width:114px;}
ul.ulwide140 li {width:140px;}
ul.ulwide134 li {width:134px;}
ul.ulwide145 li {width:145px;}
ul.ulwide155 li {width:155px;} /* ctrlist 1/4 */
ul.ulwide170 li {width:170px;}
ul.ulwide195 li {width:195px;} /* ctrlist 1/3 */
ul.ulfree20 li {margin-right:20px;}

table.basicForm tr td .inputArea ul li span {
	font-size: 93%;
	color: #666666;
}

/* basicForm(table in tabel01)
========================================== */

table.basicForm tr td .inputArea table.none {
	width: 100%;
	text-align: left;
}
table.basicForm tr td .inputArea table.none tr.last {
	background: none;
}
table.basicForm tr td .inputArea table.none tr th {
	width: 80px;
	padding: 7px 0;
}
table.basicForm tr td .inputArea table.none tr td {
	width: 650px;
	padding: 7px 0;
}
table.basicForm tr td .inputArea table.none tr td.coron {
	width: 25px;
}

/* basicForm(table in tabel02)
========================================== */

table.basicForm tr td .inputArea table.noneIn {
	width: 100%;
	text-align: left;
}
table.basicForm tr td .inputArea table.noneIn tr.last {
	background: none;
}
table.basicForm tr td .inputArea table.noneIn tr th {
	width: 120px;
	padding: 7px 0;
}
table.basicForm tr td .inputArea table.noneIn tr td {
	width: 600px;
	padding: 7px 0;
}
table.basicForm tr td .inputArea table.noneIn tr td .inputAreaIn {
	border-left: 2px solid #CCC;
	padding: 0 10px 0 15px;
	float: left;
	width: 100%;
}

/* layout > mylist
========================================== */

.l-mylist--contents {
	width: 377px;
	padding: 30px;
	box-sizing: border-box;
	background: #F7F4F1;
	position: absolute;
	right: 0;
	height: 100vh;
	top: 0;
	box-shadow: -5px 0px 15px -5px #777777;
}

/* component > mylist
========================================== */

.c-mylist--title {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #C5C5C5;
	padding-bottom: 1em;
}
dl.c-mylist-item + dl.c-mylist-item {
	margin-top: 1em;
	border-top: 1px solid #C5C5C5;
}
dl.c-mylist-item {
	padding-top: 1em;
}
dl.c-mylist-item dt {}
dl.c-mylist-item dd {
	margin-top: 1em;
}
ul.c-mylist-link {
	padding-bottom: 1em;
	height: 30vh;
	overflow: auto;
	margin-bottom: 1em;
}
ul.c-mylist-link li + li {
	margin-top: 1em;
}
ul.c-mylist-link li a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #707070;
	padding: 1em 3em 1em 1em;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
ul.c-mylist-link li a > p {
	font-weight: bold;
}
ul.c-mylist-link li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 2em;
	top: 50%;
	margin-top: -4px;
}
ul.c-mylist-link li a > span {
	font-size: 10px;
	color: #707070;
	font-weight: normal;
	padding-bottom: 2px;
	display: inline-block;
}

.c-btn {
	display: inline-block;
	padding: 1em;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}
.c-btn__orange {
	background-color: #F37E00;
	color: #fff;
	border-bottom:5px solid #E16100;
}
.c-btn__border-gray {
	border: #C4C4C4 2px solid;
}
.c-btn-mylist {
	background: #7EBB03;
	color: #fff;
	width: 100%;
	text-align: center;
}
[type="button"].c-btn-mylist {
	border: none;
}
.l-mylist-close {
	width: 60px;
	height: 60px;
	background: #6B6B6B url(../../img/common/ic_close_wh.svg) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

/*******************************************
openHouseL
-------------------------------------------
openHouseL(950px)
********************************************/

.c-openhouse {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.c-openhouse-item {
	width: 220px;
}
.c-openhouse-item__pic > img {
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 2px;
}
.c-openhouse-item__day {
	margin-top: 1em;
	background: url(../../img/common/ic_sqr_brown.png) 0 4px no-repeat;
	font-weight: bold;
	padding-left: 1em;
}
dl.c-openhouse-item__dec {
	margin-top: 0.5em;
}
dl.c-openhouse-item__dec dt {
	font-size: 14px;
	font-weight: bold;
}
dl.c-openhouse-item__dec dt > a {
	color: #CC0000;
}
dl.c-openhouse-item__dec dd {
	font-size: 12px;
	padding-top: 0.5em;
}

/*******************************************
pageDesc
-------------------------------------------
pageDesc(Page Bottom For SEO)
********************************************/

#pageDesc {
	border: 1px solid #CCC;
	background: #F6F6F6;
	padding: 4px;
}
#pageDesc h3 {
	color: #669900;
	font-size: 108%;
	font-weight: bold;
	padding: 7px 0 5px 10px;
}
#pageDesc p {
	border: 1px solid #EAEAEA;
	background: #FFF;
	padding: 15px;
	font-size: 85%;
}

.u-flex {
	display: flex;
}
.u-flex__gap-01em {
	gap:0 1em;
}
.u-flex__ju-sb {
	justify-content: space-between;
}
.u-flex__ai-center {
	align-items: center;
}