@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
html, body, h1, h2, h3, h4, ul, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
article, header, footer, main, aside, figure, figcaption, address, nav, section { 
	display: block;
}
body {
	position: relative;
	border-top: 2px solid #000;
	color: #000;
	font-family: YakuHanJP, "Noto Sans JP", serif;
	font-feature-settings: "palt";
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* リンク設定
---------------------------------------------------- */
a, button {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}
button:hover,
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
#page-top {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 1;
	width: 64px;
	height: 64px;
}

/* submit button
---------------------------------------------------- */
#real-estate #bukken-info .contact-link fieldset,
.search-button .submit-button,
.contact .submit-button {
	padding: 0 2px;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
}
#real-estate-list .search-button .submit-button {
	margin: 20px 0;
}
#real-estate #bukken-info .contact-link fieldset {
	max-width: 410px;
	width: 100%;
	margin: 0 auto;
}
#real-estate #bukken-info .contact-link button,
#side-bar .search-button .submit-button a,
#real-estate-list .search-button .submit-button a,
.search-button .submit-button button,
.contact .submit-button button {
	display: inline-block;
	width: 100%;
	margin: 2px 0;
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	text-align: center;
	color: #000;
	font-size: 20px;
	font-size: 2.0rem;
	cursor: pointer;
	box-sizing: border-box;
}
#real-estate #bukken-info .contact-link button,
.search-button .submit-button button,
.contact .submit-button button {
	padding: 8px 20px;
	line-height: 1.4;
}
#side-bar .search-button .submit-button a {
	padding: 3px 20px;
	line-height: 1.1;
}
#real-estate-list .search-button .submit-button a {
	padding: 2px 20px 4px;
	line-height: 1.2;
}
#side-bar .search-button .submit-button a strong,
#real-estate-list .search-button .submit-button a strong,
#real-estate-list .search-button .submit-button a span {
	display: inline-block;
	margin: 0 8px;
}
#side-bar .search-button .submit-button a span {
	display: none;
}
#side-bar .search-button .submit-button a strong {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
#side-bar .search-button .submit-button a strong.en {
	position: relative;
	top: 3px;
	font-size: 32px;
	font-size: 3.2rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
	font-weight: normal;
}
#real-estate-list .search-button .submit-button a strong {
	font-weight: normal;
}
#real-estate-list .search-button .submit-button a strong.en {
	position: relative;
	top: 2px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.0;
}
#real-estate-search .search-button .submit-button {
	margin: 0 auto;
	width: 12em;
}
.search-button .submit-button button,
.contact .submit-button button {
	padding: 8px 1em;
}
#real-estate #bukken-info .contact-link button:hover,
#side-bar .search-button .submit-button a:hover,
#real-estate-list .search-button .submit-button a:hover,
.search-button .submit-button button:hover,
.contact .submit-button button:hover {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

@media (max-width: 1049px) {
	#real-estate-list .search-button .submit-button {
		margin: 20px 10px 0;
	}
}


@media (max-width: 959px) {
	#side-bar .search-button .submit-button a {
		padding: 2px 23px 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	#side-bar .search-button .submit-button a span {
		display: inline-block;
	}
	#side-bar .search-button .submit-button a strong {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#side-bar .search-button .submit-button a strong.en {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media (max-width: 699px) {
	#real-estate-list .search-button .submit-button a {
		padding-top: 2px;
		padding-bottom: 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	#real-estate-list .search-button .submit-button a strong {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#real-estate-list .search-button .submit-button a strong.en {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media (max-width: 599px) {
	#side-bar .search-button .submit-button a {
		padding: 2px 23px 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	#side-bar .search-button .submit-button a span {
		display: inline-block;
	}
	#side-bar .search-button .submit-button a strong {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#side-bar .search-button .submit-button a strong.en {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media (max-width: 479px) {
	#side-bar .search-button .submit-button a {
		padding: 2px 23px;
	}
	#side-bar .search-button .submit-button a strong {
		display: block;
	}
	#real-estate-list .search-button .submit-button a {
		padding: 2px 18px;
	}
	#real-estate #bukken-info .contact-link fieldset {
		max-width: 234px;
	}
	#real-estate #bukken-info .contact-link button,
	#side-bar .search-button .submit-button button,
	#real-estate-list .search-button .submit-button button,
	.contact .submit-button button {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media (max-width: 389px) {
	#side-bar .search-button .submit-button a {
		padding: 2px 15px 4px;
	}
}

@media (max-width: 364px) {
	#real-estate-list .search-button .submit-button a {
		padding: 2px 18px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#real-estate-list .search-button .submit-button a strong {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0 5px;
	}
	#real-estate-list .search-button .submit-button a strong.en {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

/* 共通部分
---------------------------------------------------- */
#header,
#content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	padding: 13px 0 0;
	overflow: hidden;
	box-sizing: border-box;
}
#header #header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow: hidden;
	padding-bottom: 9px;
}
#header #site-title {
	max-width: 378px;
}
#header #site-title img {
	max-width: 335px;
	width: 100%;
	height: 75px;
}
#header #address {
	max-width: 50%;
	font-style: normal;
	text-align: right;
}
#header #address .tel {
	margin: 0 0 5px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
}
#header #address .tel img {
	max-width: 258px;
	margin-left: 10px;
}
#header #address dl.eigyou {
	margin-bottom: 5px;
	font-size: 0;
}
#header #address dl.eigyou dt {
	margin-left: 1.0em;
}
#header #address dl.eigyou dt,
#header #address dl.eigyou dd {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
#header #address .address {
	font-size: 15px;
	font-size: 1.5rem;
}
#header #address .address span {
	display: inline-block;
}

@media (max-width: 1049px) {
	#header #header-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 967px) {
	#header #address {
		padding-top: 12px;
	}
	#header #address .address {
		display: none;
	}
}
@media (max-width: 877px) {
	#header #address .tel span {
		display: none;
	}
}

@media (max-width: 767px) {
	#header {
		position: static;
		border: none;
	}
	#header #header-wrap {
		padding-bottom: 6px;
	}
	#header #site-title {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 6px 10px;
		background: #fff;
		border-top: 3px solid #000;
		border-bottom: 1px solid #000;
		z-index: 9999;
	}
	#header #site-title a {
		display: block;
		width: 335px;
	}
	#header #address {
		float: none;
		max-width: none;
		margin: 82px auto 0;
		text-align: left;
	}
	#header #address .tel {
		width: 100%;
		margin-bottom: 6px;
		line-height: 1.0;
		text-align: center;
	}
	#header #address .tel strong img {
		width: 200px;
		margin-left: 0;
	}
	#header #address dl.eigyou {
		margin: 0; 
		text-align: center;
	}
	#header #address dl.eigyou dt {
		margin-left: 0.5em;
	}
	#header #address dl.eigyou dd {
		margin-right: 0.5em;
	}
}

@media (max-width: 487px) {
	#header {
		padding: 0 0 0;
	}
	#header #site-title {
		width: 100%;
		height: 86px;
		box-sizing: border-box;
	}
	#header #site-title a {
		max-width: 335px;
		width: calc(100% - 60px);
		box-sizing: border-box;
	}
}

/* ナビゲーション
---------------------------------------------------- */
.clone-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	transition: .3s;
	transform: translateY(-100%);
}
.ie8 .clone-nav {
	display: none;
}
.is-show {
	transform: translateY(0);
}
#nav-primary {
	clear: both;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0;
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
}
#nav-primary .drawer-menu {
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0;
}
#nav-primary .drawer-menu a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(16.6666% - 5px);
	height: 2.0em;
	margin-right: 6px;
	padding: 4px 0.5em;
	background: #fff;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	color: #000;
	box-sizing: border-box;
	line-height: 1.2;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
}
#nav-primary .drawer-menu a:last-child {
	margin-right: 0;
}
#nav-primary .drawer-menu a.current {
	background: #f0f0f0;
}
#nav-primary .drawer-menu a span {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	transition: opacity .8s ease;
	text-align: center;
}
#nav-primary .drawer-menu a span br {
	display: none;
}
#nav-primary .drawer-menu a .ja {
	opacity: 0;
}
#nav-primary .drawer-menu a .en {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
}
#nav-primary .drawer-menu a:hover {
	background: #f0f0f0;
	opacity: 1;
}
#nav-primary .drawer-menu a:hover .en {
	opacity: 0;
}
#nav-primary .drawer-menu a:hover .ja {
	opacity: 1;
}

@media screen and (max-width: 949px) {
	#nav-primary .drawer-menu a {
		height: 3.0em;
	}
	#nav-primary .drawer-menu a span br {
		display: inline;
	}
}

/* ［Drawer］
---------------------------------------------------- */
#header .drawer-hamburger {
	display: none;
}
@media screen and (max-width: 767px) {
	#header .drawer-hamburger {
		display: block;
		z-index: 99999;
	}
	#header .drawer-hamburger {
		position: fixed;
		top: 26px;
		right: 15px;
		width: 40px;
		padding: 0;
	}
	#header .drawer-hamburger .drawer-menu-text {
		position: relative;
		top: 16px;
		font-size: 10px;
		font-size: 1.0rem;
		text-align: center;
		color: #000;
	}
	.clone-nav {
		display: none;
	}
	.drawer--right #nav-primary {
		padding: 15px; 
		z-index: 99999;
	}
	.drawer--right .drawer-nav {
		top: 92px;
		right: -100%;
	}
	#nav-primary .drawer-menu {
		display: block;
		padding: 0;
		border: none;
		border-top: 1px solid #bfbfbf;
	}
	#nav-primary .drawer-menu a {
		display: block;
		width: auto;
		padding: 0 10px;
		border: none;
		border-bottom: 1px solid #bfbfbf;
		text-align: left;
		box-sizing: border-box;
		line-height: 3.0em;
	}
	#nav-primary .drawer-menu a span br {
		display: none;
	}
}

@media (max-width: 487px) {
	.drawer--right .drawer-nav {
		top: 77px;
	}
}

/* ［pagenav］
---------------------------------------------------- */
.wp-pagenavi {
	padding: 30px 0 !important;
	display:block !important;
	clear:both !important;
}
@media (max-width: 1049px) {
	.wp-pagenavi {
		padding: 30px 10px !important;
	}
}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	color:#707070 !important;
	background:#FFFFFF !important;
	border-radius:3px !important;	
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	border:solid 1px #DCDCDC !important;
	padding:6px 9px 6px 9px !important;
	margin-right:3px !important;
	text-decoration:none !important;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
	font-size: 15px !important;
	font-size: 1.5rem !important;
}
.wp-pagenavi a:hover {
	border-color:#202020 !important;
	background:#525252 !important;
	color:#fff !important;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}
 .wp-pagenavi span.current{
	padding:6px 9px 6px 9px !important;
	border:solid 1px #DCDCDC !important;
	border-color:#3390CA !important;
	border-radius:3px !important;	
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	color:#fff !important;
	margin-right:3px !important;
	border-color:#202020 !important;
	background:#525252 !important;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}

/* フッター
---------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #bfbfbf;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
#footer p.copyright {
	max-width: 1030px;
	margin: 0 auto; 
	padding: 12px 15px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

/* サイドバー
---------------------------------------------------- */
#side-bar {
	width: 240px;
	float: left;
}
#side-bar .grid-item {
	margin-bottom: 20px;
}
#side-bar #fudousan-omakase {
	background: #f7f4fa;
	border: 1px solid #ddd;
	line-height: 1.4;
}
#side-bar #fudousan-omakase h2 {
	padding: 8px;
	background: #ffc940;
	color: #fff;
	font-size: 0;
	text-align: center;
}
#side-bar #fudousan-omakase h2 span {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(35, 24, 21, 0.5);
}
#side-bar #fudousan-omakase-body {
	padding: 8px 10px;
	background: #f7f4fa;
}
#side-bar #fudousan-omakase h3 {
	margin-bottom: 6px;
	font-size: 0;
	text-align: center;
}
#side-bar #fudousan-omakase h3 span {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#side-bar #fudousan-omakase ul,
#side-bar #reform-renovation ul {
	margin-bottom: 8px;
	font-size: 15px;
	font-size: 1.5rem;
}
#side-bar #fudousan-omakase ul li,
#side-bar #reform-renovation ul li {
	clear: both;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
#side-bar #fudousan-omakase ul li:last-child {
	display: block;
}
#side-bar #fudousan-omakase ul li span,
#side-bar #reform-renovation ul li span {
	float: left;
	display: block;
	width: 1em;
}
#side-bar #fudousan-omakase p.note {
	font-size: 13px;
	font-size: 1.3rem;
}
#side-bar #reform-renovation {
	background: #f7f4fa;
	border: 1px solid #e0e0e0;
}
#side-bar #fudousan-omakase h2,
#side-bar #reform-renovation h2 {
	height: 160px;
	padding: 8px;
	background-size: cover;
	color: #000;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
}
#side-bar #fudousan-omakase h2 {
	background: url(images/bg_omakase_header.jpg) center top no-repeat;
}
#side-bar #reform-renovation h2 {
	background: url(images/bg_reform_header.jpg) center top no-repeat;
}
#side-bar #fudousan-omakase h2 span,
#side-bar #reform-renovation h2 span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow:
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 30px #fff,
		0px 0px 30px #fff;
}
#side-bar #reform-renovation ul {
	margin: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}
#side-bar #mobile-link {
	position: relative;
	min-height: 106px;
	background: #d7d7d7;
	color: #000;
}
#side-bar #mobile-link h2 {
	position: relative;
	top: 4px;
	margin-left: 106px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
#side-bar #mobile-link p {
	margin-top: -2px;
	margin-left: 106px;
	font-size: 0;
	line-height: 1.3;
}
#side-bar #mobile-link p span {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
}
#side-bar #mobile-link img {
	position: absolute;
	top: 8px;
	left: 8px;
	max-width: 90px;
}
#side-bar .suumo-link {
	text-align: center;
}

/* トップページ
---------------------------------------------------- */
#home .flexslider {
	position: relative;
	margin-bottom: 40px;
	border: none;
}
#home #content .flex-control-nav {
	height: 14px;
	margin-bottom: 13px;
}
#home .flexslider .message {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 45px 35px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-shadow:
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 30px #fff,
		0px 0px 30px #fff;
	text-align: center;
	z-index: 9999;
}
#home .flexslider .message span {
	display: inline-block;
}
#home .flex-direction-nav a {
	margin: -30px 0 0;
	overflow: visible;
}
#home #topics {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 50px;
	background: #f0f0f0;
	box-sizing: border-box;
}
#home #topics-container {
	padding: 10px 20px;
	background: #fff;
}
#home #topics-container h2 {
	background: url(images/bg_news_header.png) repeat-x left 8px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}
#home #topics-container h2 span {
	padding: 2px 10px;
	background: #fff;
}
#home #topics-body {
	margin-top: 6px;
	max-height: 290px;
	overflow-y: auto;
}
#home #topics-container table {
	width: 100%;
}
#home #topics-container th,
#home #topics-container td {
	padding: 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#home #topics-container tr:first-child th,
#home #topics-container tr:first-child td {
	padding-top: 0;
}
#home #topics-container tr:last-child th,
#home #topics-container tr:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}
#home #topics-container th {
	width: 115px;
	font-weight: normal;
	text-align: left;
}
#home #topics-container td {
	position: relative;
}
#home #topics-container td:before {
	position: absolute;
	left: -0.625em;
	content: "\f0da";
	font-family: FontAwesome;
}
#home #main-content {
	overflow: hidden;
}
#home #bukken-list {
	max-width: 740px;
	width: 100%;
	float: right;
}
#home #bukken-list h2 {
	padding: 5px 8px 8px;
	margin-bottom: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
}
#home #bukken-list h2 strong {
	display: block;
	margin-bottom: 2px;
	color: #000;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
}
#bukken-list .osusume-bukken {
	overflow: hidden;
	margin-bottom: 12px;
}
#bukken-list .bukken-container {
	position: relative;
	display: block;
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	background: #f0f0f0;
	box-sizing: border-box;
}
.ie8 #bukken-list .bukken-container {
	width: 32%;
	margin: 0 0.6% 1%;
}
#bukken-list .bukken-container:nth-child(3n) {
	margin-right: 0;
}
#bukken-list h3.bukken-type,
#bukken-list h3.works-type,
#works-list-body h3.works-type {
	margin-top: 5px;
	text-align: center;
	color: #000;
	font-weight: normal;
}
/*
#bukken-list h3.shinchiku {
	color: #2e86ff;
}
#bukken-list h3.kodate {
	color: #ff8a00;
}
#bukken-list h3.mansion {
	color: #52b637;
}
#bukken-list h3.tochi {
	color: #e5001b;
}
#bukken-list h3.syueki {
	color: #b15cff;
}
*/
#bukken-list p.kakaku {
	margin: 2px 0;
}
#bukken-list .seiyakuzumi {
	padding: 10px;
}
#bukken-list .bukken-container a {
	display: block;
	height: 100%;
	padding: 10px;
	color: #000;
	box-sizing: border-box;
}
#home #footer {
	margin-top: 10px;
	padding-top: 0;
	border-top: none;
}
#home-footer {
	padding: 20px 15px;
	background: #fff;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}
#home-footer-container {
	overflow: hidden;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#home-footer h3 {
	margin-bottom: 0.5em;
	color: #e5001b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#home-footer #external-links {
	float: left;
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	padding: 3px 0;
}
#home-footer #external-links li {
	display: inline-block;
	width: 32%;
	margin-bottom: 0.5em;
	padding-right: 2em;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
}
#home-footer #external-links li a {
	color: #000;
}
#home-footer #renrakusaki {
	float: right;
	width: 270px;
	padding: 3px 0 3px 20px;
	border-left: 1px solid #5c5c5c;
	font-style: normal;
	box-sizing: border-box;
}
#home-footer #renrakusaki dl {
	font-size: 15px;
	font-size: 1.5rem;
}
#home-footer #renrakusaki dl dd span {
	display: inline-block;
	margin-right: 0.75em;
}

@media (max-width: 1049px) {
	#home #home-content-body {
		padding-right: 15px;
		padding-left: 15px;
	}
	#home #bukken-list {
		width: 100%;
		width: -webkit-calc(100% - 255px);
		width: calc(100% - 255px);
	}
}

@media (max-width: 999px) {
	#home-footer #external-links li {
		width: 49%;
	}
}

@media (max-width: 959px) {
	#home #home-content-body {
		padding-right: 0;
		padding-left: 0;
	}
	#home #topics {
		padding: 10px;
	}
	#home #bukken-list {
		float: none;
		max-width: none;
		width: 100%;
	}
	#side-bar {
		clear: both;
		float: none;
		width: calc(100% - 15px);
		margin: 0 10px;
		padding-top: 15px;
		box-sizing: border-box;
	}
	#side-bar .flex-columns {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
	}
	#side-bar .flex-columns #fudousan-omakase,
	#side-bar .flex-columns #reform-renovation {
		flex: 1;
		min-width: 300px;
		display: flex;
		flex-direction: column;
	}
	#side-bar .grid-item {
		box-sizing: border-box;
	}
	#side-bar #seach-page-link,
	#side-bar #fudousan-omakase,
	#side-bar #reform-renovation,
	#side-bar .suumo-link {
		display: block;
		vertical-align: top;
		box-sizing: border-box;
	}
	#side-bar #seach-page-link,
	#side-bar .suumo-link {
		width: 100%;
	}
	#side-bar #mobile-link {
		display: none;
	}

	#home .flexslider .message {
		padding: 30x 25px;
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media screen and (max-width: 779px) {
	#home .flexslider .message {
		padding: 25px;
	}
	#home-footer #external-links {
		float: none;
		width: 100%;
	}
	#home-footer #external-links li {
		width: 32%;
	}
	#home-footer #renrakusaki {
		clear: both;
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 20px 0 0;
		border-left: none;
		border-top: 1px solid #5c5c5c;
	}
}

@media screen and (max-width: 767px) {
	#home #topics-container {
		padding: 10px;
	}
	#home #topics-container th,
	#home #topics-container td {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#home #topics-container th {
		width: 96px;
	}
}

@media screen and (max-width: 729px) {
	#home-footer #external-links li {
		width: 49%;
	}
}

@media (max-width: 599px) {
	#home .flexslider .message {
		padding: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	#home #topics-container h2 {
		float: none;
		width: 100%;
		line-height: 30px;
		text-align: center;
	}
	#home #topics-body {
		margin-left: 0;
	}
	#home #topics-container tr:first-child th,
	#home #topics-container tr:first-child td {
		padding-top: 8px;
	}
	#side-bar {
		padding-right: 15px;
		padding-left: 15px;
	}
	#side-bar .flex-columns {
		display: block;
	}
	#side-bar .flex-columns #seach-page-link,
	#side-bar .flex-columns #fudousan-omakase,
	#side-bar .flex-columns #reform-renovation,
	#side-bar .flex-columns .suumo-link {
		display: block;
	    min-width: auto;
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 499px) {
	#home #topics-container th,
	#home #topics-container td {
		display: block;
		width: auto;
	}
	#home #topics-container th {
		border-bottom: none;
		padding-bottom: 0;
	}
	#home #topics-container td {
		padding-top: 0px !important;
		padding-bottom: 8px;
		padding-left: 12px;
		line-height: 1.4;
	}
	#home #topics-container td:before {
		left: 0.25em;
	}
	#home-footer #external-links li {
		width: 100%;
		padding-right: 0;
	}
}

@media (max-width: 479px) {
	#home .flexslider .message {
		padding: 15px 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 371px) {
	#home #bukken-list h2 span {
		margin-right: 0.25em;
		margin-left: 0.25em;
	}
	#home #bukken-list h2 strong {
		display: block;
		margin-top: 0.5em;
	}
}

/* トップページ ／ 物件一覧ページ　共通
---------------------------------------------------- */
.bukken-container p.photo {
	background: #ccc;
	width: 100%;
	color: #333;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 220px;
	text-align: center;
}
.bukken-container p.photo img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.bukken-container p.kakaku {
	margin: 6px 0 2px;
	text-align: center;
}
.bukken-container p.kakaku strong {
	font-weight: normal;
}
.bukken-container .detail p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.bukken-container .detail p.location,
.bukken-container .detail p.mansion-name {
}

@media (max-width: 479px) {
	.bukken-container p.kakaku {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

/* 物件検索ページ
---------------------------------------------------- */
#real-estate-search-conditions h2 {
	width: 100%;
	margin: 20px 0;
	padding: 3px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	box-sizing: border-box;
}
#real-estate-search-conditions h2 span {
	display: block;
	padding: 13px 8px;
	background : -moz-linear-gradient(50% 99.69% 90deg,rgba(255, 255, 255, 1) 0%,rgba(251, 251, 251, 1) 38.96%,rgba(240, 240, 240, 1) 76.02%,rgba(228, 228, 228, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	background : -webkit-gradient(linear,50% 99.69% ,50% 1.54% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.3896,rgba(251, 251, 251, 1) ),color-stop(0.7602,rgba(240, 240, 240, 1) ),color-stop(1,rgba(228, 228, 228, 1) ));
	background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#ffffff' , GradientType=0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	color: #000;
	font-weight: normal;
}
#real-estate-search-conditions h2 span strong {
	padding-left: 10px;
	border-left: 5px solid #000;
	color: #000;
	font-weight: normal;
}
#real-estate-search #real-estate-search-conditions p.note {
	margin-bottom: 0.5em;
	font-size: 15px;
	font-size: 1.5rem;
}
#real-estate-search #real-estate-search-conditions p.note i {
	margin-right: 5px;
}
#real-estate-search table.search-condition {
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}
#real-estate-search table.search-condition th,
#real-estate-search table.search-condition td {
	padding: 0.5em;
	border: 1px solid #8f8f8f;
	vertical-align: top;
}
#real-estate-search table.search-condition th {
	width: 15.5em;
	padding: 0.75em;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#real-estate-search table.search-condition td {
	padding: 0.5em 0.75em;
}
#real-estate-search table.search-condition td ul {
	font-size: 0;
}
#real-estate-search table.search-condition td ul li {
	display: inline-block;
	width: 9.5em;
	margin: 0.25em 1em 0.25em 0;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: top;
}
#real-estate-search table.search-condition td ul li span.count {
	margin-left: .5em;
}
#real-estate-search #condition-area table.search-condition td ul li {
	width: 11em;
}
#real-estate-search table.search-condition input,
#real-estate-search table.search-condition select {
	padding: 0.25em 0.5em;
	border: 1px solid #b6b6b6;
	font-size: 15px;
	font-size: 1.5rem;
}
#real-estate-search table.search-condition select {
	margin: 0.25em 0;
}
#real-estate-search table.search-condition input[type=checkbox],
#real-estate-search table.search-condition input[type=radio] {
	margin-right: 5px;
}
#real-estate-search .search-button {
	margin: 10px 0 40px;
	padding: 20px;
	background: #eee;
}
#search-results {
	overflow: hidden;
	margin: 20px 0;
}
#search-results #bukken-list .bukken-container {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.ie8 #search-results #bukken-list .bukken-container {
	width: 24%;
	margin: 0 0.5% 1%;
}
#search-results #bukken-list .bukken-container:nth-child(4n) {
	margin-right: 0;
}
#search-results p.notfound {
	padding: 20px 10px;
}

@media (max-width: 1049px) {
	#real-estate-search-conditions {
		padding: 0 10px;
	}
}

@media (max-width: 899px) {
	#real-estate-search table.search-condition {
		border-bottom: 1px solid #8f8f8f;
	}
	#real-estate-search table.search-condition th,
	#real-estate-search table.search-condition td {
		display: block;
		width: auto;
	}
	#real-estate-search table.search-condition th {
		border-bottom: none;
	}
	#real-estate-search table.search-condition td {
		border-top: none;
		border-bottom: none;
	}
}

@media (max-width: 819px) {
	#search-results #bukken-list .bukken-container {
		width: 32.5%;
		margin-left: 0;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
	}
	#search-results #bukken-list .bukken-container:nth-child(4n) {
		margin-right: 1.25%;
	}
	#search-results #bukken-list .bukken-container:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 699px) {
	#home #bukken-list .bukken-container,
	#search-results #bukken-list .bukken-container {
		width: 49%;
		margin-right: 0 !important;
		margin-bottom: 2%;
	}
	#home #bukken-list .bukken-container:nth-child(2n),
	#search-results #bukken-list .bukken-container:nth-child(2n) {
		margin-left: 2%;
	}
}

@media (max-width: 479px) {
	#real-estate-search-conditions h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#real-estate-search-conditions h2 span strong {
		padding-left: 8px;
	}
}

@media (max-width: 371px) {
	#home #bukken-list .bukken-container,
	#search-results #bukken-list .bukken-container {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
}

/* 物件一覧ページ
---------------------------------------------------- */
#real-estate-list h1,
#works h1,
#privacy-policy h1 {
	aspect-ratio: 1000 / 230;
/*
	height: 230px;
*/
	padding: 20px 10px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-shadow:
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 20px #fff,
		0px 0px 30px #fff,
		0px 0px 30px #fff;
	text-align: center;
	box-sizing: border-box;
}

@media (max-width: 999px) {
	#real-estate-list h1,
	#works h1,
	#privacy-policy h1 {
		padding: 10px 10px 0;
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media (max-width: 699px) {
	#real-estate-list h1,
	#works h1,
	#privacy-policy h1 {
		aspect-ratio: 1000 / 363;
		font-size: 24px;
		font-size: 2.4rem;
	}
	#privacy-policy h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media (max-width: 479px) {
	#real-estate-list h1,
	#works h1,
	#privacy-policy h1 {
		padding: 7px 10px 0;
		font-size: 22px;
		font-size: 2.2rem;
	}
	#privacy-policy h1 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

#real-estate-list h1 {
	background: url(images/bg_bukken_header.jpg) no-repeat center top;
	background-size: cover;
}
#works h1 {
	background: url(images/bg_works_header.jpg) no-repeat center top;
	background-size: cover;
}
#privacy-policy h1 {
	background: url(images/bg_privacy_header.jpg) no-repeat center top;
	background-size: cover;
}
#real-estate-list h1 span,
#wsorks h1 span,
#privacy-policy h1 span {
	display: inline-block;
	font-weight: bold;
}
#real-estate-list ul.bukken-type-nav {
	margin-top: 20px;
	margin-bottom: -22px;
	overflow: hidden;
	font-size: 0;
}
.ie8 #real-estate-list ul.bukken-type-nav {
	margin-bottom: 0;
}
#real-estate-list ul.bukken-type-nav li {
	display: inline-block;
	width: 18.4%;
	margin-left: 2%;
	padding: 3px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	box-sizing: border-box;
}
#real-estate-list ul.bukken-type-nav li:first-child {
	margin-left: 0;
}
#real-estate-list ul.bukken-type-nav li a {
	display: block;
	padding: 4px 8px;
	background : -moz-linear-gradient(50% 99.69% 90deg,rgba(255, 255, 255, 1) 0%,rgba(251, 251, 251, 1) 38.96%,rgba(240, 240, 240, 1) 76.02%,rgba(228, 228, 228, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	background : -webkit-gradient(linear,50% 99.69% ,50% 1.54% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.3896,rgba(251, 251, 251, 1) ),color-stop(0.7602,rgba(240, 240, 240, 1) ),color-stop(1,rgba(228, 228, 228, 1) ));
	background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 38.96%, rgba(240, 240, 240, 1) 76.02%, rgba(228, 228, 228, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4',endColorstr='#FFFFFF' , GradientType=0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	color: #000;
	line-height: 1.4;
}
#real-estate-list ul.bukken-type-nav li a strong,
#real-estate-list ul.bukken-type-nav li a span {
	margin: 0 2px;
	font-weight: normal;
}
/*
#real-estate-list ul.bukken-type-nav li.shinchiku a strong {
	color: #2e86ff;
}
#real-estate-list ul.bukken-type-nav li.kodate a strong {
	color: #ff8a00;
}
#real-estate-list ul.bukken-type-nav li.mansion a strong {
	color: #52b637;
}
#real-estate-list ul.bukken-type-nav li.tochi a strong {
	color: #e5001b;
}
#real-estate-list ul.bukken-type-nav li.syueki a strong {
	color: #b15cff;
}
*/
#real-estate-list .bukken-type-block,
#works .bukken-type-block {
	margin-bottom: -24px;
	padding-top: 44px;
}
.ie8 #real-estate-list .bukken-type-block,
.ie8 #works .bukken-type-block {
	margin-bottom: 0;
	padding-top: 20px;
}
#real-estate-list .bukken-type-block:last-child,
#works .bukken-type-block:last-child {
	margin-bottom: 44px;
}
#real-estate-list .bukken-type-block h2,
#works .bukken-type-block h2 {
	margin-bottom: 3px;
	background: #fff url(images/bg_news_header.png) repeat-X center 7px;
	text-align: center;
	box-sizing: border-box;
}
/*
#real-estate-list #shinchiku h2 {
	background: #2e86ff url(images/hd_shinchiku.png) repeat-x left 50%;
}
#real-estate-list #kodate h2 {
	background: #ff8a00 url(images/hd_kodate.png) repeat-x left 50%;
}
#real-estate-list #mansion h2 {
	background: #52b637 url(images/hd_mansion.png) repeat-x left 50%;
}
#real-estate-list #tochi h2 {
	background: #e5001b url(images/hd_tochi.png) repeat-x left 50%;
}
#real-estate-list #syueki h2 {
	background: #b15cff url(images/hd_syueki.png) repeat-x left 50%;
}
*/
#real-estate-list h2 span,
#works h2 span {
	display: inline-block;
	width: 6em;
	padding: 6px 1.25em;
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #000;
	line-height: 1.25em;
	text-align: justify;
	text-align-last: justify;
}
#real-estate-list #tochi h2 span {
	width: 5em;
	padding: 6px 1.75em;
}
/*
#real-estate-list #shinchiku h2 span {
	background: #2e86ff;
}
#real-estate-list #kodate h2 span {
	background: #ff8a00;
}
#real-estate-list #mansion h2 span {
	background: #52b637;
}
#real-estate-list #tochi h2 span {
	background: #e5001b;
}
#real-estate-list #syueki h2 span {
	background: #b15cff;
}
*/
#real-estate-list .bukken-type-block-body,
#works .bukken-type-block-body {
	padding: 0.8% 0 0 0.8%;
	overflow: hidden;
	background: #ededed;
}
#real-estate-list .bukken-container,
#works .bukken-container {
	position: relative;
	display: block;
	float: left;
	width: 24%;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
	box-sizing: border-box;
}
#real-estate-list .seiyakuzumi {
	padding: 10px;
}
#real-estate-list .bukken-container a,
#works .bukken-container a {
	display: block;
	height: 100%;
	padding: 10px;
	color: #000;
	box-sizing: border-box;
}
#real-estate-list .bukken-container a:hover,
#works .bukken-container a:hover {
	background: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.ie8 #real-estate-list #footer,
.ie8 #works #footer {
	margin-top: 40px;
}

@media (max-width: 1049px) {
	#real-estate-list ul.bukken-type-nav {
		padding: 0 10px;
	}
	#real-estate-list ul.bukken-type-nav li {
		width: 19.2%;
		margin-left: 1%;
	}
}

@media (max-width: 959px) {
	#real-estate-list ul.bukken-type-nav li a {
		padding: 7px 8px;
		line-height: 1.3;
	}
	#real-estate-list ul.bukken-type-nav li a strong {
		display: block;
	}
	#real-estate-list .bukken-type-block-body,
	#works .bukken-type-block-body {
		padding: 1% 0 0 1%;
	}
	#real-estate-list .bukken-container,
	#works .bukken-container {
		width: 32%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
}

@media (max-width: 831px) {
	#real-estate-list ul.bukken-type-nav {
		margin-bottom: -47px;
	}
	#real-estate-list .bukken-type-block,
	#works .bukken-type-block {
		margin-bottom: -47px;
	}
	#real-estate-list .bukken-type-block {
		padding-top: 67px;
	}
	#works .bukken-type-block {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	#real-estate-list ul.bukken-type-nav {
		margin-top: 10px;
		margin-bottom: -72px;
	}
	#real-estate-list .bukken-type-block,
	#works .bukken-type-block {
		margin-bottom: -72px;
	}
	#real-estate-list .bukken-type-block {
		padding-top: 92px;
	}
	#real-estate-list ul.bukken-type-nav li {
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		text-align: left;
	}
	#real-estate-list ul.bukken-type-nav li a {
		padding-top: 9px;
		line-height: 1.4;
	}
	#real-estate-list ul.bukken-type-nav li a strong {
		display: inline-block;
		padding-left: 8px;
		border-left: 4px solid #000;
	}
/*
	#real-estate-list ul.bukken-type-nav li.shinchiku a strong {
		border-left: 4px solid #2e86ff;
	}
	#real-estate-list ul.bukken-type-nav li.kodate a strong {
		border-left: 4px solid #ff8a00;
	}
	#real-estate-list ul.bukken-type-nav li.mansion a strong {
		border-left: 4px solid #52b637;
	}
	#real-estate-list ul.bukken-type-nav li.tochi a strong {
		border-left: 4px solid #e5001b;
	}
	#real-estate-list ul.bukken-type-nav li.syueki a strong {
		border-left: 4px solid #b15cff;
	}
*/
}

@media (max-width: 699px) {
	#real-estate-list .bukken-type-block-body,
	#works .bukken-type-block-body {
		padding: 1% 0 0 1%;
	}
	#real-estate-list .bukken-container,
	#works .bukken-container {
		width: 48.5%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
}

@media (max-width: 487px) {
	#real-estate-list ul.bukken-type-nav {
		margin-bottom: -56px;
	}
	#real-estate-list .bukken-type-block,
	#works .bukken-type-block {
		margin-bottom: -56px;
	}
	#real-estate-list .bukken-type-block {
		padding-top: 76px;
	}
}

@media (max-width: 371px) {
	#real-estate-list .bukken-container,
	#works .bukken-container {
		width: 98%;
	}
}

/* 物件詳細ページ
---------------------------------------------------- */
#real-estate #bukken-header {
/*
	max-width: 800px;
*/
	width: 100%;
	background: #ededed;
	margin: 20px auto 40px;
	padding: 15px;
	box-sizing: border-box;
}
/*
#real-estate #bukken-header .sp-slide {
	max-width: 660px !important;
}
#real-estate #bukken-header .sp-image-container {
	width: calc(100% - 20px;
}
*/
#real-estate #bukken-header .sp-slides-container {
	max-height: 640px !important;
	margin: 15px auto 0;
	padding: 10px 0;
	background: #fff;
}
#real-estate #bukken-header .sp-full-screen .sp-slides-container {
	max-height: none !important;
	margin: 0;
	padding: 0;
	background: none;
}
#real-estate #bukken-header .sp-full-screen-button {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
#real-estate #bukken-header .sp-full-screen-button:before {
	content: "\f065";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 20px;
}
#real-estate #bukken-header .sp-full-screen .sp-full-screen-button:before {
	content: "\f066";
    color: #fff;
}
#real-estate #bukken-header .sp-mask {
	width: 100% !important;
}
#real-estate #bukken-header .sp-slide {
	max-height: 640px !important;
}
#real-estate #bukken-header .sp-image-container {
	max-height: 640px !important;
	width: 100% !important;
	height: auto;
}
#real-estate #bukken-header .sp-full-screen .sp-slide {
	max-height: none !important;
}
#real-estate #bukken-header .sp-full-screen .sp-image-container {
	max-height: none !important;
}
#real-estate #bukken-header .sp-image-container img.sp-image {
/*
	max-width: calc(100% - 30px);
*/
}
#real-estate #bukken-header .sp-next-arrow:after,
#real-estate #bukken-header .sp-next-arrow:before,
#real-estate #bukken-header .sp-previous-arrow:after,
#real-estate #bukken-header .sp-previous-arrow:before {
	background-color: #000;
}
#real-estate #bukken-header .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 0px !important;
    width: 100% !important;
}
#real-estate #bukken-header .slider-pro p.sp-layer {
	top: auto !important;
	bottom: 0 !important;
}
#real-estate #bukken-header .sp-selected-thumbnail {
	border: 4px solid #000;
}
#real-estate #bukken-header .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
#real-estate #bukken-header .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: none;
}
#real-estate #bukken-header .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	top: auto !important;
	margin-top: auto !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
}
#real-estate #bukken-header .sp-full-screen .sp-image-container {
    transform: scale(0.9); /* 90%サイズ */
    transform-origin: center center; /* 中央基準で縮小 */
}

/* 通常時：開いた手のひら */
#real-estate #bukken-header a[rel="img-group"].custom-grab {
	cursor: grab;
	cursor: -webkit-grab;
}

/* クリック中：握った手のひら */
#real-estate #bukken-header a[rel="img-group"].custom-grab.grabbing {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}
/* fullscreen中はa:hoverの暗くなる効果を無効化 */
#real-estate #bukken-header  a:hover {
    opacity: 1 !important;
    filter: none !important;
}

#real-estate #bukken-header h2 {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#real-estate #bukken-header #bukken-photo {
	max-width: 660px;
	margin: 0 auto;
}
#real-estate #bukken-header .bx-wrapper {
	margin-top: 12px;
	margin-bottom: 0;
	padding: 10px;
	background: none;
	background: #fff;
	box-shadow: none;
	border: none;
}
/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .bx-wrapper {
	visibility: hidden;
}
/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .bx-wrapper {
	visibility: visible;
}
#real-estate #bukken-header .bx-wrapper li p {
	text-align: center;
}
#real-estate #bukken-header .bx-wrapper li p a {
	display: inline-block;
}
#real-estate #bukken-header .bx-wrapper li p img {
	max-height: 640px;
}
#real-estate #bukken-header .bx-wrapper li p.caption {
	margin-top: 5px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#real-estate #bukken-header ul.custom-control {
	position: relative;
	width: 100%;
	margin-top: 8px;
}
#fudousan #bukken-header ul.custom-control li {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#real-estate #bukken-header ul.custom-control li.custom-prev i {
	margin-right: 2px;
}
#real-estate #bukken-header ul.custom-control li.custom-next {
	position: absolute;
	top: 0;
	right: 0;
}
#real-estate #bukken-header ul.custom-control li.custom-next i {
	margin-left: 2px;
}
#real-estate #bukken-header ul.custom-control li a {
	color: #000;
}
#real-estate #bukken-header #thumbnails ul.thumbnails {
	position: relative;
	max-width: 700px;
	width: 100%;
	margin: 12px auto;
	font-size: 0;
}
#real-estate #bukken-header ul.thumbnails li {
	display: inline-block;
	margin: 9px 6PX;
	font-size: 16px;
	font-size: 1.6rem;
}
#real-estate #bukken-header ul.thumbnails li a img {
	width: 92px;
	padding: 2px;
	border: 1px solid #ededed;
}
#real-estate #bukken-header ul.thumbnails li a.active img {
	background: #fff;
	border-color: #000;
}
#real-estate #works-comment {
	margin: 0 0 3em;
	font-size: 20px;
	font-size: 2.0rem;
}
#real-estate #bukken-info p#kakaku {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#real-estate #bukken-info h3#bukken-type {
	margin: 15px 0;
	padding-left: 5px;
	line-height: 1.2;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
/*
#real-estate #bukken-info h3.shinchiku {
	color: #2e86ff;
}
#real-estate #bukken-info h3.kodate {
	color: #ff8a00;
}
#real-estate #bukken-info h3.mansion {
	color: #52b637;
}
#real-estate #bukken-info h3.tochi {
	color: #e5001b;
}
#real-estate #bukken-info h3.syueki {
	color: #b15cff;
}
*/
#real-estate #bukken-info table#bukken-detail {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}
#real-estate #bukken-info table#bukken-detail th,
#real-estate #bukken-info table#bukken-detail td {
	padding: 0.25em 0.5em;
	border-bottom: 1px solid #bbb;
}
#real-estate #bukken-info table#bukken-detail th {
	width: 8em;
	border-right: 1px solid #bbb;
	text-align: left;
	font-weight: bold;
}
#real-estate #bukken-info table#bukken-detail td {
	background: #eee;
}
#real-estate #bukken-info p#bukken-comment {
	margin: 40px 0;
}
#real-estate #bukken-info .contact-link {
	margin-bottom: 50px;
	text-align: center;
}
#real-estate #colorbox, #real-estate #cboxOverlay, #real-estate #cboxWrapper {
	z-index: 99999;
}

@media (max-width: 1049px) {
	#real-estate #bukken-info table#bukken-detail {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
	#real-estate #bukken-info p#kakaku,
	#real-estate #bukken-info h3#bukken-type,
	#real-estate #bukken-info p#bukken-comment,
	#real-estate #bukken-info .contact-link {
		padding-right: 15px;
		padding-left: 15px;
	}
	#real-estate #bukken-info .contact-link button span {
		display: inline-block;
	}
}

@media (max-width: 959px) {
	#real-estate #bukken-info p#kakaku {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	#real-estate #bukken-info p#kakaku {
		font-size: 26px;
		font-size: 2.6rem;
	}
	#real-estate #bukken-info h3#bukken-type {
		margin: 10px 0;
		font-size: 20px;
		font-size: 2.0rem;
	}
	#real-estate #bukken-info table#bukken-detail {
		border-collapse: collapse;
		border-bottom: 1px solid #bbb;
	}
	#real-estate #bukken-info table#bukken-detail th,
	#real-estate #bukken-info table#bukken-detail td {
		display: block;
		width: auto;
		padding: 0.5em;
		border: none;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#real-estate #bukken-info table#bukken-detail th {
		border-top: 1px solid #bbb;
	}
	#real-estate #bukken-info p#bukken-comment {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 371px) {
	#real-estate #bukken-info p#kakaku {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

/* 会社概要
---------------------------------------------------- */
#profile h1,
#privacy-policy h2 {
	margin-top: 30px;
	padding-bottom: 5px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
}

@media (max-width: 479px) {
	#profile h1,
	#privacy-policy h2 {
		margin-top: 15px;
		font-size: 20px;
		font-size: 2.0rem;
	}
}

#profile #corporate-philosophy {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1000 / 363;
	background: url(images/bg_corporate_philosophy.jpg) center top no-repeat;
	background-size: cover;
	padding: 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	text-shadow:
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 10px #fff,
		0px 0px 10px #fff,
		0px 0px 15px #fff,
		0px 0px 15px #fff;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.2em;
	line-height: 2.0;
}

#profile #corporate-profile {
	margin-bottom: 60px;
}
#profile #corporate-profile table {
	width: 100%;
	border-top: 1px solid #bbb;
}
#profile #corporate-profile table th,
#profile #corporate-profile table td {
	padding: 0.75em 0;
	border-bottom: 1px solid #bbb;
}
#profile #corporate-profile table th {
	width: 7em;
	text-align: left;
	font-weight: bold;
}
#profile #corporate-profile table td {
	padding-left: 1em;
}
#profile #corporate-profile table td span {
	display: inline-block;
	margin-right: 0.75em;
}
#profile #corporate-profile table tr.bank td ul li {
	display: inline-block;
}
#profile #corporate-profile table tr.kamei td ul li {
	display: inline-block;
	margin-right: 1em;
}
#profile #location-map h3 {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.75;
}
#profile #location-map .map-wrapper {
	position: relative;
	padding-bottom: 1.0em;
	background: #000;
	color: #fff;
	text-align: center;
}
#profile #location-map .map-wrapper iframe {
	width: 100%;
	height: 600px;
}
#profile #footer {
	border: none;
}

@media (max-width: 1049px) {
	#profile #corporate-profile,
	#profile #location-map h2 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 999px) {
	#profile #corporate-philosophy {
		font-size: 2.0vw;
	}
}

@media (max-width: 767px) {
	#profile #corporate-philosophy {
		font-size: 2.4vw;
		line-height: 1.7;
	}
	#profile #location-map h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media (max-width: 599px) {
	#profile #corporate-profile table th,
	#profile #corporate-profile table td {
		display: block;
		width: auto;
		padding: 0.5em 0;
	}
	#profile #corporate-profile table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	#profile #location-map h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#profile #location-map p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 479px) {
	#profile #corporate-profile table th,
	#profile #corporate-profile table td {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#profile #location-map .map-wrapper iframe {
		height: 450px;
	}
}

/* 個人情報保護方針
---------------------------------------------------- */
#privacy-policy h2 {
	border-bottom: 1px solid #bbb;
}
#privacy-policy #content p {
	margin-top: 1.5em;
}
#privacy-policy #content ol li {
	margin-bottom: 1.5em;
}
#privacy-policy #content ol li li {
	margin-bottom: 0;
}

@media (max-width: 1049px) {
	#privacy-policy #content h2,
	#privacy-policy #content p {
		padding-right: 15px;
		padding-left: 15px;
	}
	#privacy-policy #content ol {
		padding-right: 15px;
		margin-left: 5px;
	}
	#privacy-policy #content ol p {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 479px) {
	#privacy-policy #content {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* お問い合わせ
---------------------------------------------------- */
.contact h1 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}
.contact .introduction,
.contact .confirm-msg {
	margin: 1.5em 0;
}
.contact h2 {
	margin: 2.5em 0 0.50em;
}
.contact .introduction h3 {
	margin-top: 0.75em;
	font-weight: bold;
}
.contact .introduction ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.contact span.required {
	color: #e5001b;
}
.contact fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.contact table#contact-form {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 12px;
}
.contact table#contact-form th,
.contact table#contact-form td {
	padding: 8px 18px;
}
.contact table#contact-form th {
	width: 9em;
	padding-left: 0;
	text-align: right;
	vertical-align: top;
}
.contact table#contact-form tr.submin-button td {
	padding-left: 0;
}
.contact table#contact-form th span.required {
	display: block;
}
.contact table#contact-form td {
	background: #eee;
	vertical-align: middle;
}
.contact table#contact-form input,
.contact table#contact-form select,
.contact table#contact-form textarea {
	padding: 0.25em 0.5em;
	border: 1px solid #b6b6b6;
	font-family: inherit;
	font-size: 100%;
}
.contact table#contact-form input {
	box-sizing: border-box;
}
.contact table#contact-form textarea {
	width: 100%;
	height: 10.0em;
	margin: 0 !important;
	box-sizing: border-box;
	line-height: 1.3;
}
.contact table#contact-form td#spryKanji div,
.contact table#contact-form td#spryKana div {
	display: inline-block;
	width: 49%;
}
.contact table#contact-form td#spryKanji label,
.contact table#contact-form td#spryKana label {
	display: inline-block;
	width: 2em;
	margin-right: 0.5em;
	text-align: center;
}
.contact table#contact-form tr.name input {
	margin-right: 1em;
	width: 80%;
}
.contact table#contact-form tr.email input {
	width: 100%;
}
.contact table#contact-form #spryZipcode input,
.contact table#contact-form tr.address select {
	margin-left: 0.5em;
}
.contact table#contact-form #spryZipcode {
	margin-bottom: 1.0em;
}
.contact table#contact-form #spryZipcode input {
	width: 8em;
}
.contact table#contact-form #spryPref {
	margin-bottom: 1.25em;
}
.contact table#contact-form #spryAddress1 label,
.contact table#contact-form #spryAddress2 label {
	display: block;
	margin-top: 1.0em;
	line-height: 1.2;
}
.contact table#contact-form #spryAddress1 input,
.contact table#contact-form #spryAddress2 input {
	width: 65%;
}
.contact table#contact-form td .example {
	display: inline-block;
	margin: 0.75em 0 0 0.75em;
	font-size: 17px;
	font-size: 1.7rem;
}
.contact table#contact-form tr.tel input,
.contact table#contact-form tr.fax input {
	width: 15em;
}
.contact table#contact-form tr.message ul {
	margin-bottom: 0.5em;
}
.contact table#contact-form tr.renraku li,
.contact table#contact-form tr.message li {
	display: inline-block;
	margin: 0.125em 1em 0.125em 0;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.contact p.error-message {
	margin-top: 1.5em;
	color: #e5001b;
}
p.textfieldRequiredMsg,
p.textfieldInvalidFormatMsg,
p.textfieldMinCharsMsg,
p.confirmInvalidMsg,
p.confirmRequiredMsg,
p.radioRequiredMsg,
p.selectRequiredMsg,
p.textareaRequiredMsg,
p.checkboxRequiredMsg {
	padding: 5px 0 0;
}
p.checkboxRequiredMsg {
	margin-bottom: 1.5em;
}
.contact table#contact-form tr.submin-button td {
	background: none;
}
.contact .submin-button {
	max-width: 12em;
	width: 100%;
	margin: 0 auto 3em;
}
.contact ul.submit-buttons {
	margin-bottom: 3.0em;
	text-align: center;
}
.contact ul.submit-buttons li {
	display: inline-block;
	margin: 0 0.75em;
	width: 8em;
}
.contact ul.submit-buttons li fieldset {
	margin: 0 auto;
}
.contact .return .submit-button {
	border: 1px solid #333;
}
.contact .return button {
	background: #fff;
	border: 1px solid #333;
	color: #333;
}
.contact .return button:hover {
	background: #666;
}
.contact-complete {
	padding-bottom: 5em;
}
.contact-complete p {
	margin: 1.5em 0;
}
.contact #taisyou-bukken {
	padding-right: 12px;
}
.contact #taisyou-bukken h3 {
	margin: 2.5em 0 0.5em;
}
.contact #taisyou-bukken table {
	width: 100%;
	margin: 0 0 1.5em;
	box-sizing: border-box;
}
.contact #taisyou-bukken table th,
.contact #taisyou-bukken table td {
	border: 1px solid #bbb;
}
.contact #taisyou-bukken table th {
	padding: 4px 6px;
	background: #eee;
}
.contact #taisyou-bukken table td {
	padding: 10px;
}
.contact #taisyou-bukken table td.image {
	width: 80px;
	border-right: none;
}
.contact #taisyou-bukken table td.bukken-name {
	border-left: none;
}
.contact #taisyou-bukken table td.image img {
	width: 80px;
}
.contact #input-item table td.soudan p {
	margin-bottom: 1.5em;
}

@media (max-width: 1049px) {
	.contact h1,
	.contact .introduction,
	.contact .confirm-msg,
	.contact h2 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact #taisyou-bukken {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact #taisyou-bukken h2 {
		margin: 0 0 0.25em;
		padding: 0;
	}
	.contact #taisyou-bukken table {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact-complete h1,
	.contact-complete p {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 959px) {
	.contact table#contact-form #spryAddress1 input,
	.contact table#contact-form #spryAddress2 input {
		width: 100%;
	}
	.contact table#contact-form td .example {
		display: block;
		margin: 0.25em 0 0;
	}
}

@media (max-width: 767px) {
	.contact table#contact-form th,
	.contact table#contact-form td {
		display: block;
		width: auto;
		padding: 0.5em;
	}
	.contact table#contact-form th {
		padding-bottom: 0.25em;
		text-align: left;
	}
	.contact table#contact-form th span.required {
		display: inline-block;
		margin-left: 1em;
	}
	.contact table#contact-form td {
		min-height: 1.5em;
	}
	.contact tr.submin-button td p.submit-button {
		margin: 0 auto;
	}
}

@media (max-width: 479px) {
	.contact h1 {
		margin-top: 15px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.contact .introduction,
	.contact .confirm-msg,
	.contact table#contact-form,
	.contact table#contact-form input,
	.contact table#contact-form select,
	.contact table#contact-form textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.contact table#contact-form td#spryKanji div,
	.contact table#contact-form td#spryKana div {
		display: block;
		width: 100%;
	}
	.contact table#contact-form td div#spryKanji1,
	.contact table#contact-form td div#spryKana1 {
		margin-bottom: 0.5em;
	}
	.contact table#contact-form tr.name input {
		margin-right: 0;
		width: -webkit-calc(100% - 2.5em);
		width: calc(100% - 2.5em);
	}
	.contact #taisyou-bukken table {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.contact ul.submit-buttons li {
		width: auto;
		margin: 0 0.375em;
	}
	.contact ul.submit-buttons li fieldset,
	.contact ul.submit-buttons li fieldset button {
		width: 6em;
	}
	.contact ul.submit-buttons li fieldset button {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.contact-complete p {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* 404
---------------------------------------------------- */
#error404 {
	margin: 50px 20px 100px;
}
#error404 h1,
#error404 p {
	line-height: 1.7;
}
#error404 h1 {
	font-weight: bold;
}
#error404 p {
	margin-top: 1em;
}

@media (max-width: 479px) {
	#error404 h1,
	#error404 p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/*----------------------------------------------------
	JavaScriptとMedia Queriesのブレークポイントを揃える
----------------------------------------------------*/
/* PC用 */
.media-queries {
	display: none;
	font-family: 'pc';
}

/* TAB用 */
@media screen and (max-width: 959px) {
	.media-queries {
		font-family: 'tab';
	}
}

/* SP用 */
@media screen and (max-width: 599px) {
	.media-queries {
		font-family: 'sp';
	}
}

/* 
---------------------------------------------------- */
@media (max-width: 1359px) {
}

@media (max-width: 999px) {
}

@media (max-width: 887px) {
}

@media (max-width: 767px) {
}

@media (max-width: 639px) {
}

@media (max-width: 479px) {
}

/* 
---------------------------------------------------- */
