@charset "UTF-8";

/* -----------------------------------
 BODY
----------------------------------- */

html {
	position: relative;
	min-height: 100%;
}
/* DEFAULT */
body {
	margin: 0;
	padding: 0;
	color: #555555;
	background: #FFFAD9;
	line-height: 1.75;
	min-width: 316px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li, dl, dt, dd, form, table,
header, footer, article, section, aside, nav {
	margin: 0;
	padding: 0;
	text-align: inherit;
	background: url("../img/dummy.png");
}
ul, ol {
	list-style: none;
}
img,
iframe {
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}

/* WIDTH */
header,
footer,
.nav,
.section-body,
.copyright-body {
	max-width: 1020px;
	margin: 0 auto;
}

/* FONT */
body,
input,
textarea,
select,
button {
	/* Gothic */
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1;
}
/*
.mincho {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
*/
/*
.gothic {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-weight: 500;
}
*/

/* UI */
a {
	text-decoration: underline;
}
a:hover,
a:focus,
button:hover,
button:focus,
.current a {
	opacity: .7;
}
a img {
	border: none;
}
button {
	cursor: pointer;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
	opacity: 1;
}

/* -----------------------------------
 HEADER
----------------------------------- */
.wrap-header:after {
	content: "";
	clear: both;
	display: table;
}
.wrap-header {
	border-top: 4px solid #FFA700;
	background: #fff;
}
header {
	overflow: hidden;
}
.header-description {
	font-size: 0.81em;
	line-height: 1.75;
	font-weight: normal;
}
.site-name {

}
.header-main {
	float: left;
	margin-top: 10px;
}
.header-info {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px
}

.header-nav {

}
.header-nav:after {

}
.header-nav li {

}
.header-nav li a {

}
.header-tel {
	/*margin-bottom: 6px;*/

	font-weight: 700;
	font-size: 33px;
	line-height: 1.25;
}
.header-tel span {
	font-size: 20px;
}
.header-tel a {
	text-decoration: none;
	color: #b80000;
}
.header-contact {

}


/* -----------------------------------
 NAV
----------------------------------- */
.wrap-nav {
	background: #FDBB0D;
	background: linear-gradient(to top, #FFCF01, #FAA61A);
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	margin-bottom: 20px;
}
.nav {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}
.nav:after {
/*
	clear: both;
	content: "";
	display: table;
*/
}
.nav li {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #fff;
	background: url("../img/i-03.png") right 4px bottom 4px no-repeat;
}
.nav li:first-child {
	border-left: 1px solid #fff;
}
.nav li a {
	padding: 6px 0 2px;
	display: block;
}
.nav li a:hover,
.nav li a:focus {
	background: rgba(255,255,255,.2);
	opacity: 1;
}
.nav li .sp {
	display: none;
}


/* path */
.path {
	max-width: 940px;
	margin: 1.5em auto 1em;
	list-style: none;
	padding: 0;
}
.path li {
	display: inline-block;
}
.path li:before {
	content: "＞ ";
}
.path li:first-child:before {
	content: "";
}
.path li a {
	text-decoration: none;
	color: #4b4b4b;
}

/* -----------------------------------
 ARTICLE
----------------------------------- */
.wrap-main {
	padding-bottom: 80px;
}
.wrap-main:after {
	clear: both;
	content: "";
	display: table;
}
article {

}
article:after {
	clear: both;
	content: "";
	display: table;
}

.subpage h1 {
	background: url("../img/bg-01.png") right center no-repeat;
	min-height: 54px;
	border-radius: 3px;
	margin: 40px auto 35px;
	position: relative;

	padding-left: 74px;
	line-height: 54px;
	color: #FFF;
	font-size: 28px;
}
.subpage h1:before {
	position: absolute;
	content: "";
	background: url("../img/i-04.png") no-repeat;
	width: 76px;
	height: 76px;
	display: block;
	left: -10px;
	top: -10px;
}
.subpage h1 img {
	margin-top: 14px;
	margin-left: 70px;
}


.subpage-section .section-body {
	background: #fff;
	border-top: 2px solid #F05C27;
	padding: 30px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.subpage .section-body-sub {
	margin: 0 40px;
}



.subpage-section h2 {
	position: relative;
	padding-top: 5px;
	background: url("../img/i-01.png") right top no-repeat;
	margin-bottom: 25px;

	border-left: 9px solid #f69221;
	line-height: 40px;
	padding-left: 10px;
	color: #844901;
	font-size: 28px;
	font-weight: 700;

}
.subpage-section h2:after {
	display: block;
	position: absolute;
	content: "";
	height: 5px;

	background: #ccc;
	background: linear-gradient(to right, #f9c793 50%, transparent 50%, transparent 100%);
	background-size: 10px 5px;

	bottom: -8px;
	left: -8px;
	right: 0;
}


.company-01-content {
	display: table;
	width: 100%;
}
.company-01-text {
	display: table-cell;

	vertical-align: top;
	font-size: 0.88em;
	color: #888888;
	padding-right: 20px;
}
.company-01-text .sp {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	max-width: 40%;

	display: none;
}
.company-01-text p {
	margin-bottom: 1em;
}
.company-01-img {
	vertical-align: top;
	display: table-cell;
	width: 30%;
	text-align: right;
	padding-top: 30px;
}
.company-01-img img {
	width: 100%;
}
.company-01 .signature {
	margin-top: 2em;
	text-align: right;
}
.company-01 .signature ul {
	display: inline-block;
}
.company-01 .signature ul li {
	text-align: left;

	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	line-height: 1.25;
}
.company-01 .signature ul li span {
	font-size: 18px;
	margin-left: 16px;
}
.company-02 table,
.company-03 table {
	border-collapse: collapse;
	font-size: 0.88em;
	line-height: 1.5;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.company-02 table th,
.company-02 table td,
.company-03 table th,
.company-03 table td {
	border-bottom: 2px solid #E5E5E5;
	padding: .5em;
	vertical-align: top;
}
.company-02 table th,
.company-03 table th {
	color: #ED5A48;
	text-align: center;
	min-width: 7.2em;
}
.company-02 table th {
	width: 20%;
}
.company-03 table th {
	width: 35%;
}

.company-02 .section-body-sub {
	position: relative;
}
.company-02-img {
	position: absolute;
	bottom: -5px;
	right: 0;
}
.company-02 table tr:nth-child(6) td {
	padding-right: 160px;
}

.company-03 .section-body-sub:after {
	content: "";
	clear: both;
	display: block;
}
.company-03 table {
	width: 60%;
	line-height: 1.5;
	float: left;
}
.company-03-map {
	float: right;
	max-width: 38%;
}


.contact-num {
	color: #ED5A48;
	font-size: 1.5em;
	font-weight: 700;
}



/* -----------------------------------
ARTICLE - Osusume Bukken
----------------------------------- */
.property-list li {
	display: inline-block;
	width: 28%;
	margin-right: 1%;
	margin-bottom: 16px;
	border: 1px solid #CCCCCC;
	line-height: 1.25;
	padding: 10px 2%;
	vertical-align: top;
	position: relative;
	padding-bottom: 40px;
}
.property-list li:nth-child(3n) {
	margin-right: 0;
}
.property-list-text {
	font-size: 0.88em;
	font-weight: 700;
}
.property-list-access {
	color: #F69221;
	font-weight: 700;
	font-size: .88em;
}
.property-list-img {
	margin: 5px 0;
	font-size: 0;
	text-align: center;
}
.property-list-img img:first-child {
	margin-right: 5%;
}
.property-list-img img {
	margin-top: 2px;
}
.property-list table {
	font-size: 0.88em;
	margin: .5em 0;
}
.property-list table .floor th {
	vertical-align: top;
}
.property-list table .floor th div {
	margin-top: 2px;
}
.property-list table th div {
	background: #f9c793;
	color: #844901;
	text-align: center;
	font-size: 0.71em;
	padding: 1px 4px;
}
.property-list tr:nth-child(1) div:first-letter ,
.property-list tr:nth-child(2) div:first-letter {
	margin-right: 1em;
}
.property-list table .price em {
	font-style: normal;
	font-weight: 700;
	font-size: 1.43em;
}
.property-list table .price {
	color: #B80000;
	font-weight: 700;
}
.property-list .details {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}
.property-list .details a:first-child,
.property-list .details span:first-child {
	margin-right: 3%;
}
.property-list .details span {
	opacity: .3;
}

/* -----------------------------------
 ARTICLE - Contact
----------------------------------- */

/* form */
.contact-form {
	max-width: 920px;
	margin: 0 auto;
/*	border: 1px solid #ccc;*/
	padding: 0 10px 10px;
/*	text-align: center;*/
}
.form-note {
	color: #ED5A48;
	margin: 1em auto 0;
}
.form-table {
	width: 780px;
	margin: .5em auto;
	border-collapse: collapse;
	text-align: left;
}
.form-table th {
	width: 200px;
	font-weight: 400;
	vertical-align: top;
	line-height: 2.5em;
	color: #ED5A48;
}
.form-table th,
.form-table td {
	padding: 10px;
}
.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
	font-size: 1em;
	padding: .5em .1em;
}
.form-table textarea {
	min-height: 12em;
	padding: .1em;
}
.form-privacy {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.form-privacy-h {
	color: #ED5A48;
	font-size: 1.3em;
}
.form-submit {
	text-align: center;
	margin: 25px auto 50px;
}
.form-submit button {
	display: inline-block;
	background: #ED5A48;
	color: #fff;
	padding: .5em 0;
	min-width: 260px;
	font-size: 1.1em;
	text-decoration: none;
	border: none;
}
.form-error {
	color: #ED5A48;
}




/* -----------------------------------
 ASIDE
----------------------------------- */
aside {

}


/* -----------------------------------
 FOOTER
----------------------------------- */
.gototop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.wrap-footer {
	background: #FDBB0D;
	background: linear-gradient(to top, #FFCF01, #FAA61A);
	color: #fff;
	text-align: center;
	font-size: 0.88em;
	padding: 14px 0;

	position: absolute;
	bottom: 0;
	width: 100%;
}
footer:after {
	display: block;
	content: "";
	clear: both;
}
.copyright {

}
.copyright-body {

}

.footer-info {

}
.footer-info li {

}


/* -----------------------------------
 MEDIA QUERIES
----------------------------------- */
/* tablet(768px) */
@media screen and (max-width: 1040px) {

	header,
	footer,
	.section-body,
	.copyright-body {
		margin-left: 8px;
		margin-right: 8px;
	}

	/* HEADER */
	.header-tel {
	/*	max-width: 230px;*/
	}


	/* NAV */
	.nav {

	}

	/* ARTICLE */

	.subpage-section .section-body-sub {
		margin-left: 20px;
		margin-right: 20px;
	}


	.list-01 h2 {
		background: none;
	}


	.property-list li {
		width: 44.2%;
		margin-right: 2%;
	}
	.property-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.property-list li:nth-child(2n) {
		margin-right: 0;
	}



	/* ARTICLE - contact */
	.contact-tel,
	.contact-fax {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.contact-form {
/*
		margin-left: 8px;
		margin-right: 8px;
*/
	}
	.contact-form > p {
		text-align: left;
	}
	.contact-form > p br {
		display: none;
	}
	.form-table {
		max-width: 100%;
	}

}

@media screen and (max-width: 760px) {
	.section-body-sub h2 {
		font-size: 22px;
	}
	.subpage h1 {
		font-size: 24px;
	}
}

/* sp landscape (480px) */
@media screen and (max-width: 750px) {

	a[href^="tel:"] {
		cursor: pointer;
	}
	a[href^="tel:"]:hover,
	a[href^="tel:"]:focus {
		opacity: .7;
	}

	.header-main {
		float: none;
	}

	.nav li {
		vertical-align: middle;
	}
	.nav li .pc {
		display: none;
	}
	.nav li .sp {
		display: block;
	}


	.company-01-text {
		width: 100%;
	}
	.company-01-text .sp {
		display: block;
	}
	.company-01-img {
		display: none;
	}
	.company-02-img {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 20px;
		text-align: center;
	}
	.company-02-img img {
		width: 200px;
	}
	.company-02 table tr:nth-child(6) td {
		padding-right: .5em;
	}
	.company-03 table th {
		width: 20%;
	}
	.company-03 table {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.company-03 th {
		min-width: 4.5em;
	}
	.company-03-map {
		float: none;
		max-width: 100%;
		margin: 1em auto;
		text-align: center;
	}

	/* ARTICLE */
	.property-list li {
		width: 44%;
		margin-right: 1%;
		padding-bottom: 80px;
	}
	.property-list li:nth-child(3n) {
		margin-right: 1%;
	}

	.property-list-img {
		text-align: center;
	}
	.property-list-img img:first-child {
		margin-right: 0;
/*		margin-bottom: 5px;*/
	}
	.property-list .details {
		text-align: center;
	}
	.property-list .details a,
	.property-list .details a:nth-child(1),
	.property-list .details span,
	.property-list .details span:nth-child(1) {
		margin-right: 0;
		display: inline-block;
	}

	.property-list .details a,
	.property-list .details span {
		margin-bottom: 5px;
	}


	.company-02 table td span.t1 {
		display: block;
	}


	/* ARTICLE - contact */
	.contact-01 > p,
	.form-privacy p {
		text-align: left;
		margin-left: 8px;
		margin-right: 8px;
	}
	.contact-01 p {
		text-align: left;
	}
	.contact-01 p br {
		display: none;
	}
	.form-table,
	.form-table thead,
	.form-table tbody,
	.form-table tr,
	.form-table th,
	.form-table td {
		display: block;
		width: auto;
		padding: 0;
		line-height: 1.5;
	}
	.form-table td {
		margin-bottom: 1em;
	}

	/* FOOTER */
	.copyright-body {
		font-size: .8em;
		padding-right: 50px;
	}

	.gototop {
		width: 44px;
	}


}
/* sp landscape (320px) */
@media screen and (max-width: 479px) {

	/* HEADER */
	.header-description {
		font-size: .6em;
	}


	.property-list li {
		padding-bottom: 40px;
	}

	.header-tel {
		font-size: 30px;
	}

	.company table,
	.company tbody,
	.company thead,
	.company tr,
	.company th,
	.company-02 table th,
	.company-03 table th,
	.company td {
		display: block;
		text-align: left;
	}
	.company-02 table th,
	.company-03 table th {
		border-bottom: none;
		padding-bottom: 0;
		padding-left: 0;
	}
	.company-02 table td,
	.company-03 table td {
		padding-left: 1em;
	}

	.company-02 table,
	.company-03 table {
		max-width: 100%;
	}

	.company-01-text {
		padding-right: 0;
	}
	.company-01-text .sp {
		display: block;
		float: none;
		text-align: center;
		max-width: 80%;
		margin: 0 auto 1em;
	}


	/* ARTICLE - contact */
	.contact-01 h2,
	.contact-02 h2,
	.contact-03 h2 {
		background: none;
	}

	.contact-tel,
	.contact-fax {
		width: auto;
		margin-left: 8px;
		margin-right: 8px;
	}
	.form-privacy-h {
		font-size: 1.1em;
	}

	.property-list li {
		width: 96%;
	}
	.property-list-img img:first-child {
		margin-bottom: 0;
	}

}


/* END OF FILE */