@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
iframe {
	width: 100%;
	height: 30vh;
	border: none;
}
.indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.inner {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.sp {
	display: none;
}
ol {
	padding-left: 20px;
}
ol > li {
	list-style-type: disc;
}
ol.space > li:not(:last-of-type) {
	margin-bottom: 10px;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.fs12 {
	font-size: 1.2rem;
}
.fs18 {
	font-size: 1.8rem;
}
.abrilFatface{
  font-family: 'Abril Fatface', cursive;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.x2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.x2 > li {
	max-width: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}
.x2 > li:not(:nth-child(even)) {
	margin-right: 4%;
}
.x2 > li:nth-child(n+3) {
	margin-top: 10px;
}
.pl2rem {
	padding-left: 2rem;
}
.pl30 {
	padding-left: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
ul li.cnt {
	padding-left: 2rem;
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2.2rem;
}
ul li.cnt::before {
	content: "(" counter(cnt) ") ";
}
ol.circleDecima {
	margin-bottom: 20px;
 	padding: 0
}
ol.circleDecima li {
	list-style: none;
	padding-left: 45px;
	text-indent: -1.5rem;
}
.lineh2 {
	line-height: 2;
}
/* hx
------------------------------------------------------------*/
h1 {
	font-size: 1rem;
	color: #666;
	margin-right: auto;
}
.h2Wrap {
	height: 400px;
	background: url("../img/bgpic.png") no-repeat top center / 100% auto fixed;
	padding-top: 154px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.h2Wrap {
		background-image: url("../img/bgpic@2x.jpg");
	}
}
.h2Wrap h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	-webkit-animation: catch 3s;
	animation: catch 3s;
}
.h2Wrap h2 span {
	font-family: lora, serif;
	font-size: 1.2rem;
	font-weight: 300;
	color: #ddd;
	margin-top: 5px;
	display: block;
}
h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.6rem;
	font-weight: 600;
	color: #b50913;
	padding: 15px;
	margin: 80px 0 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	letter-spacing: 1px;
}
h3:first-of-type {
	margin-top: 0;
}
.property h3 {
	color: #1e0405;
	padding: 15px 0;
	border-top: none;
}
.property h3 .icon {
	font-size: 2rem;
	background: #ccc;
	padding: 5px 15px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: -2px;
}
h3.ttlCenter {
	font-size: 3rem;
	font-weight: 600;
	color: #1e0405;
	padding: 0;
	margin: 0 0 20px;
	border-top: none;
	border-bottom: none;
  text-align: center;
}
h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: 600;
	padding: 5px 20px 8px;
	margin: 50px 0 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
h4::before {
	content: "";
	width: 3px;
	background: #b50913;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
/*h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: 600;
	background: #e5e5e5;
	padding: 8px 15px;
	margin: 50px 0 20px;
	border-radius: 5px;
}*/
h3 + h4,
h4:first-child {
	margin-top: 0;
}
h5 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
h5::before {
	content: "";
	width: 3px;
	height: 15px;
	background: #b50913;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 2px;
}


/* btn
------------------------------------------------------------*/
.moreBtn {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background: rgb(195,21,31);
	background: -moz-linear-gradient(left, rgba(195,21,31,1) 0%, rgba(181,9,19,1) 100%);
	background: -webkit-linear-gradient(left, rgba(195,21,31,1) 0%, rgba(181,9,19,1) 100%);
	background: linear-gradient(to right, rgba(195,21,31,1) 0%, rgba(181,9,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3151f', endColorstr='#b50913',GradientType=1);
	padding: 15px 50px;
	display: inline-block;
	border: 1px solid #b50913;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
.moreBtn:hover {
	opacity: .6;
}
.moreBtn[href^="http"]::after,
.outLink::after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/i_outLink.png);
	background-size: contain;
	margin-left: 8px;
	display: inline-block;
	position: relative;
}

.outLinkNone::after {
	content: none !important;
}


/* top
------------------------------------------------------------*/
#kv {
	height: 780px;
	background: url("../img/bgpic.png") no-repeat top center / 100% auto fixed;
	padding-top: 120px;
}
#kv .inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#kv .catch {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	-webkit-animation: catch 3s;
	animation: catch 3s;
}
#kv .catch .mainCatch {
	font-size: 3.4rem;
	margin-bottom: 30px;
}
#kv .catch .subCatch {
	font-size: 1.6rem;
}
@keyframes catch {
	0%,20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
ul#mainbnr {
  margin-bottom: 0;
}
ul#mainbnr li{
  margin-bottom: 30px;
}
#sec01 {
	margin-bottom: 60px;
}
#sec01::before {
	content: "";
	width: 100%;
	height: 2px;
	background: url("../img/line_section.svg") no-repeat center center;
	margin-bottom: 30px;
	display: block;
}
#sec01 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}
#sec01 h2 span {
	font-family: lora, serif;
	font-size: 1.2rem;
	font-weight: 300;
	color: #b1883a;
	display: block;
}
#sec01 .linkArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sec01 .linkArea a {
	-ms-flex-preferred-size: 335px;
	flex-basis: 335px;
	max-width: 335px;
	color: #1e0405;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
#sec01 .linkArea a:nth-child(n+3) {
	margin-top: 20px;
}
#sec01 .linkArea a .txtArea {
	width: 42%;
	height: calc(100% - 34px);
	background: rgba(255,255,255,.9);
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	left: 17px;
}
#sec01 .linkArea a .txtArea h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: 600;
	color: #1e0405;
	padding: 0;
	margin-bottom: 0;
	border: none;
}
#sec01 .linkArea a .txtArea h3::after {
	display: none;
}
#sec01 .linkArea a:last-of-type {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
#sec01 .linkArea a:last-of-type .txtArea {
	width: 38%;
}
#sec01 .linkArea a:last-of-type .txtArea h3 {
	font-size: 2.2rem;
}
#sec01 .linkArea a:hover {
	opacity: .6;
}
#sec02 {
	margin-bottom: 60px;
}
#sec02::before {
	content: "";
	width: 100%;
	height: 2px;
	background: url("../img/line_section.svg") no-repeat center center;
	margin-bottom: 30px;
	display: block;
}
#sec02 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}
#sec02 h2 span {
	font-family: lora, serif;
	font-size: 1.2rem;
	font-weight: 300;
	color: #b1883a;
	display: block;
}
#sec02 .listArea {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
#sec02 .listArea .listBox {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	text-align: center;
}
#sec02 .listArea .listBox figure {
	margin-bottom: 15px;
}
#sec02 .listArea .listBox .ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
#sec02 .listArea .listBox .ttl span {
	color: #b50913;
}
#sec02 .listArea .listBox .ttl span span {
	font-size: 3rem;
	position: relative;
	top: 2px;
}
#sec03 {
	background: #fff;
	border-radius: 5px;
  margin-bottom: 30px;
}
#sec03 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.2rem;
	font-weight: 600;
	padding: 20px 30px 15px;
	position: relative;
}
#sec03 h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec03 h2 span {
	font-family: lora, serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #b1883a;
	margin-left: 10px;
	letter-spacing: 1px;
}
#sec03 dl {
	max-height: 175px;
	padding: 20px 0 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: scroll;
}
#sec03 dl dt:not(:last-of-type),
#sec03 dl dd:not(:last-of-type) {
	margin-bottom: 10px;
}
#sec03 dl dt {
	font-family: lora, serif;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
}
#sec03 dl dd {
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
	max-width: 85%;
}
#sec04 {
	background: #fff;
	border-radius: 5px;
}
#sec04 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.2rem;
	font-weight: 600;
	padding: 20px 30px 15px;
	position: relative;
}
#sec04 h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec04 h2 span {
	font-family: lora, serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #b1883a;
	margin-left: 10px;
	letter-spacing: 1px;
}
#sec04 dl {
	max-height: 175px;
	padding: 20px 0 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: scroll;
}
#sec04 dl dt:not(:last-of-type),
#sec04 dl dd:not(:last-of-type) {
	margin-bottom: 10px;
}
#sec04 dl dt {
	font-family: lora, serif;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
}
#sec04 dl dd {
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
	max-width: 85%;
}


/* パンくず
------------------------------------------------------------*/
.pankuzu {
	position: relative;
	top: -30px;
}
.pankuzu li {
	font-size: 1.2rem;
	color: #555;
	display: inline-block;
}
.pankuzu li:not(:first-child)::before {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu li a {
	color: #555;
}


/* 下層ページ
------------------------------------------------------------*/
.contents {
	padding: 50px 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
main {
	margin-right: auto;
	-ms-flex-preferred-size: 700px;
	flex-basis: 700px;
	max-width: 700px;
}
table {
	width: 100%;
}
table tr {
	border-bottom: 1px solid #ccc;
}
table th,
table td {
	padding: 15px;
}
table th {
	font-weight: 600;
	width: 25%;
}
table td .mapIcon {
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	background: #1e0405;
	padding: 5px 8px;
	margin-left: 10px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	transition: .3s;
}
table td .mapIcon:hover {
	opacity: .6;
}
table.propertyTable tr {
	border-bottom: none;
}
table.propertyTable th {
	width: 20%;
	color: #fff;
	background: #b50913;
	border: 1px solid #f6f6f6;
	position: relative;
}
table.propertyTable th .qIcon {
	color: #fff;
	margin-left: 5px;
	display: inline-block;
}
table.propertyTable th .qTxt {
	font-size: 1.2rem;
	width: 250px;
	height: 0;
	color: #fff;
	padding: 0 15px;
	background: rgba(0,0,0,.85);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% - 10px);
	left: 50%;
	transition: .3s;
	transform: translateX(-50%);
	z-index: 10;
}
table.propertyTable th .qIcon:hover + .qTxt {
	height: auto;
	padding: 10px 15px;
	opacity: 1;
	visibility: visible;
}
table.propertyTable td {
	width: 30%;
	background: #fff;
	border: 1px solid #ccc;
}
table.propertyTable td .propertyName {
	font-size: 2rem;
	font-weight: 600;
}
table.propertyTable td .price {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
}
table.propertyTable td .price span {
	font-size: 1.4rem;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
table.borderNone tr{
	border:none;
	padding: 0;
}
table.borderNone td{
	padding: 0;
}
.multi:not(:last-child) {
	margin-bottom: 40px;
}
.multi .fr {
	margin-left: 30px;
}
.multi .fl a,
.multi .fr a {
	color: #333;
	text-decoration: none;
}
.multi h4 {
	margin-top: 0;
	overflow: hidden;
}
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery li {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	max-width: 32%;
}
.gallery li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.gallery li:nth-child(n+4) {
	margin-top: 10px;
}
.sitemapArea li a {
	color: #1e0405;
	text-decoration: none;
}
.sitemapArea li a:hover {
	text-decoration: underline;
}
.sitemapArea li a::before {
	content: "";
	width: 3px;
	height: 3px;
	margin-right: 8px;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: relative;
	top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.historyArea .box {
	position: relative;
}
.historyArea .box:not(:last-child) {
	padding-bottom: 20px;
}
.historyArea .box::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.historyArea .box ul {
	padding-top: 6px;
}
.historyArea .box li {
	padding-left: 60px;
	position: relative;
}
.historyArea .box li:not(:last-child) {
	margin-bottom: 10px;
}
.historyArea .box li::before,
.historyArea .box li::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
}
.historyArea .box li::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #b50913;
	border-radius: 50%;
	left: 4px;
	z-index: 10;
}
.historyArea .box li::after {
	width: 40px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.historyArea .box li dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.historyArea .box li dl dt {
	font-weight: 600;
	width: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.agreeArea {
	margin: 30px 0;
	text-align: center;
}
.position-now + .position-now {
	margin-top: 80px;
}
.propertyList .propertyBox {
	color: #1e0405;
	background: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
.propertyList .propertyBox:not(:last-of-type) {
	margin-bottom: 15px;
}
.propertyList .propertyBox .tagArea {
	font-weight: 600;
	background: #ddd;
	padding: 5px 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.propertyList .propertyBox .imgArea {
	max-width: 35%;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	border-radius: 5px;
	overflow: hidden;
}
.propertyList .propertyBox .imgArea img {
	transition: .3s;
}
.propertyList .propertyBox .txtArea {
	max-width: calc(65% - 20px);
	-ms-flex-preferred-size: calc(65% - 20px);
	flex-basis: calc(65% - 20px);
}
.propertyList .propertyBox .txtArea .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.propertyList .propertyBox .txtArea table {
	border-top: 1px solid #ccc;
}
.propertyList .propertyBox .txtArea table th,
.propertyList .propertyBox .txtArea table td {
	padding: 8px;
}
.propertyList .propertyBox.hide {
	display: none;
}
.propertyList .propertyBox:hover {
	background: #f9f9f9;
}
.propertyList .propertyBox:hover .imgArea img {
	transform: scale(1.05);
}
.propertyPhotoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.propertyPhotoArea .propertyPhotoMain {
	width: 340px;
}
.propertyPhotoArea .propertyPhotoThumb {
	width: 360px;
}
.propertyPhotoArea .propertyPhotoThumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  gap: 10px;
}
.propertyPhotoArea .propertyPhotoThumb ul li {
	width: 110px;
	height: 83px;
	overflow: hidden;
}
.propertyPhotoArea .propertyPhotoThumb ul li img {
	width: 100%;
	height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.sortTabList {
	margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
	position: sticky;
	top: 20px;
  z-index: 100;
}
.sortTabList a {
  font-weight: 600;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
	color: #1e0405;
	background: #ccc;
  padding: 10px;
	display: block;
  text-align: center;
  border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
  cursor: pointer;
  transition: .3s;
}
.sortTabList a:hover {
  background: #fff;
}
.sortTabList a.ac {
  background: #fff;
}
.infomationList	dl {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
.infomationList	dl dt {
	font-family: lora, serif;
	width: 20%;
	letter-spacing: 1px;
}
.infomationList	dl dd {
	width: 80%;
}
.infomationList	dl dd a {
	color: #1e0405;
}
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexBox.spX2 li {
	width: 340px;
}
.flexBox.spX3 li {
	width: 220px;
}
.flexBox li img {
	width: 100%;
}
aside {
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	max-width: 220px;
}
aside .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
aside .bnr li:not(:last-of-type) {
	margin-bottom: 10px;
}
aside .sideNav {
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
}
aside .sideNav li {
	border-bottom: 1px solid #ddd;
}
aside .sideNav li a {
	color: #333;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	transition: .3s;
}
aside .sideNav li a::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 10px;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
aside .sideNav li a:hover,
aside .sideNav li a.ac {
	color: #b50913;
}
aside .sideNav li a:hover::before,
aside .sideNav li a.ac::before {
	border-color: #b50913;
}


/* フォーム
------------------------------------------------------------*/
form table input,
form textarea,
form select {
  width: 100%!important;
	background: #fff;
  padding: 5px 8px;
  border: none;
	border-radius: 5px;
}
form select {
	border: 1px solid #ccc;
}
form textarea {
	min-height: 180px;
	resize: vertical;
}
form table th {
	width: 28%;
}
.formIcon {
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	background: #b50913;
	padding: 3px 8px;
	margin-right: 8px;
}
.formIcon.option {
	background: #aaa;
}
table .formIcon {
	margin-left: 10px;
	margin-right: 0;
	float: right;
}
form .placeholder {
	font-size: 1.2rem;
	color: #aaa;
	margin-top: 8px;
	display: inline-block;
}
form label {
	margin-right: 10px;
	cursor: pointer;
}
form input[type=radio],
form input[type=checkbox]{
	display: none;
}
form label .radio-icon,
form label .checkbox-icon{
	line-height: 20px;
	width: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
form label .radio-icon::after,
form label .checkbox-icon::after{
	content: '';
	background: #fff;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	display: block;
	border: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
form label .radio-icon::after{
	border-radius: 50%;
}
form label .radio-icon::before{
	content: '';
	width: 10px;
	height: 10px;
	background: #b50913;
	margin-top: -6px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 10;
}
form input[type=radio]:checked ~ .radio-icon::before{
	opacity: 1;
}
form .checkbox ~ .checkbox-icon::before {
	content: '';
	width: 5px;
	height: 9px;
	margin-top: -9px;
	display: block;
	border-right: 3px solid #b50913;
	border-bottom: 3px solid #b50913;
	position: absolute;
	top: 50%;
	left: 6px;
	opacity: 0;
	transition: opacity 0.2s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
form .checkbox:checked ~ .checkbox-icon::before {
	opacity: 1;
}
.errorMsg {
	color: #d23d2a;
}


@media screen and (max-width:600px) {

	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		max-width: 90%;
	}
	.fs18 {
		font-size: 1.6rem;
	}
	.sp {
		display: block;
	}
	.x2 > li {
		max-width: 100%;
		flex-basis: 100%;
	}
	.x2 > li:not(:nth-child(even)) {
		margin-right: 0;
	}
	.x2 > li:nth-child(n+2) {
		margin-top: 15px;
	}


	/* hx
	------------------------------------------------------------*/
	.h2Wrap {
		height: 120px;
		background-attachment: inherit;
		background-size: cover;
		padding-top: 0;
	}
	.h2Wrap h2 {
		font-size: 2.4rem;
		letter-spacing: 1px;
	}
	.h2Wrap h2 span {
		font-size: 1rem;
		margin-top: 0;
	}
	h3 {
		font-size: 2.2rem;
		padding: 10px;
		margin: 50px 0 15px;
		letter-spacing: 0;
	}
  h3.ttlCenter {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
	h4 {
		font-size: 1.58rem;
		padding: 5px 10px;
		margin: 50px 0 15px;
		letter-spacing: 0;
	}


	/* btn
	------------------------------------------------------------*/
	.moreBtn {
		font-size: 1.4rem;
		width: 100%;
		padding: 10px 20px;
		display: block;
		border-radius: 30px;
	}
	

	/* top
	------------------------------------------------------------*/
	#kv {
		height: 40vh;
		background-size: cover;
		background-attachment: inherit;
		padding-top: 0;
	}
	#kv .catch {
		letter-spacing: 0;
	}
	#kv .catch .mainCatch {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	#kv .catch .subCatch {
		font-size: 1.2rem;
		margin: 0 10%;
	}
	#sec01 {
		margin-bottom: 30px;
	}
	#sec01::before {
		margin-bottom: 15px;
	}
	#sec01 h2 {
		font-size: 2.4rem;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	#sec01 .linkArea a {
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec01 .linkArea a:nth-child(n+2) {
		margin-top: 10px;
	}
	#sec01 .linkArea a .txtArea,
	#sec01 .linkArea a:last-of-type .txtArea {
		width: 40%;
		padding: 0 10px;
	}
	#sec01 .linkArea a .txtArea h3,
	#sec01 .linkArea a:last-of-type .txtArea h3 {
		font-size: 1.8rem;
	}
	#sec02 {
		margin-bottom: 30px;
	}
	#sec02::before {
		margin-bottom: 15px;
	}
	#sec02 h2 {
		font-size: 2.4rem;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	#sec02 .listArea {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	#sec02 .listArea .listBox {
		flex-basis: 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: left;
	}
	#sec02 .listArea .listBox:nth-child(n+2) {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #ddd;
	}
	#sec02 .listArea .listBox figure {
		width: 80px;
		margin-bottom: 0;
	}
	#sec02 .listArea .listBox .ttl {
		width: calc(100% - 95px);
		font-size: 1.8rem;
		margin: 0 0 0 15px;
	}
	#sec02 .listArea .listBox .ttl br {
		content: "";
	}
	#sec02 .listArea .listBox .ttl br::after {
		content: "";
		margin-right: -0.333em;
	}
	#sec02 .listArea .listBox .ttl span span {
		font-size: 2.2rem;
	}
	#sec02 .listArea .listBox .txt {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
	#sec02 .listArea .listBox .txt br {
		content: "";
	}
	#sec02 .listArea .listBox .txt br::after {
		content: "";
		margin-right: -0.333em;
	}
	#sec03 {
    margin-bottom: 20px;
	}
	#sec03 h2 {
		font-size: 1.8rem;
		padding: 10px 15px;
	}
	#sec03 dl {
    max-height: 125px;
		padding: 15px;
	}
	#sec03 dl dt {
		font-size: 1.2rem;
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec03 dl dt:not(:last-of-type) {
		margin-bottom: 0;
	}
	#sec03 dl dd {
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec03 dl dd:not(:last-of-type) {
		margin-bottom: 10px;
	}
	#sec04 h2 {
		font-size: 1.8rem;
		padding: 10px 15px;
	}
	#sec04 dl {
    max-height: 125px;
		padding: 15px;
	}
	#sec04 dl dt {
		font-size: 1.2rem;
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec04 dl dt:not(:last-of-type) {
		margin-bottom: 0;
	}
	#sec04 dl dd {
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec04 dl dd:not(:last-of-type) {
		margin-bottom: 10px;
	}
	
	/* パンくず
	------------------------------------------------------------*/
	.pankuzu {
		max-width: 100%;
		background: #fff;
		padding: 8px 0;
		margin: 0;
		overflow-x: scroll;
		position: static;
	}
	.pankuzu li {
		font-size: 1rem;
		display: table-cell;
		white-space: nowrap;
	}
	.pankuzu li:before {
		margin: 0 5px;
	}


	/* 下層ページ
	------------------------------------------------------------*/
	.contents {
		padding: 20px 0;
	}
	main {
		flex-basis: 100%;
		max-width: 100%;
	}
	table:not(.propertyTable) th,
	table:not(.propertyTable) td {
		width: 100%;
		display: block;
	}
	table:not(.propertyTable) th {
		padding: 8px 0 0;
	}
	table:not(.propertyTable) td {
		padding: 5px 0 8px 5%;
	}
	table.propertyTable tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.propertyTable th,
	table.propertyTable td {
		padding: 8px;
		border: none;
	}
	table.propertyTable th {
		width: 35%;
		border-bottom: 1px solid #f6f6f6;
	}
	table.propertyTable th .qIcon {
		color: #fff;
		margin-left: 5px;
		display: inline-block;
	}
	table.propertyTable th .qTxt {
		width: 200px;
		padding: 0 10px;
		top: calc(100% - 5px);
		left: 8px;
		transform: none;
	}
	table.propertyTable th .qIcon:hover + .qTxt {
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	table.propertyTable th .qIcon.ac + .qTxt {
		height: auto;
		padding: 10px;
		opacity: 1;
		visibility: visible;
	}
	table.propertyTable td {
		width: 65%;
		border-bottom: 1px solid #ddd;
	}
	table.propertyTable td .price {
		font-size: 2.4rem;
	}
	table.propertyTable td .price span {
		top: 0;
	}
	.multi .fr {
		max-width: 40%;
		margin-left: 3%;
	}
	.gallery li:nth-child(n+4) {
		margin-top: 5px;
	}
	.historyArea .box:not(:last-child) {
		padding-bottom: 20px;
	}
	.historyArea .box li dl {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.position-now + .position-now {
		margin-top: 50px;
	}
	.propertyList .propertyBox {
		padding: 15px;
	}
	.propertyList .propertyBox .imgArea {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.propertyList .propertyBox .txtArea {
		max-width: 100%;
		flex-basis: 100%;
	}
	.propertyList .propertyBox .txtArea .ttl {
		margin-bottom: 10px;
	}
	.propertyList .propertyBox .txtArea table {
		border-top: 1px solid #ccc;
	}
	.propertyList .propertyBox .txtArea table th,
	.propertyList .propertyBox .txtArea table td {
		display: table-cell;
	}
	.propertyList .propertyBox .txtArea table th {
		width: 25%;
		padding: 5px 0;
	}
	.propertyList .propertyBox .txtArea table td {
		width: 75%;
		padding: 5px 0 5px 10px;
	}
	.propertyPhotoArea .propertyPhotoMain {
		display: none;
	}
	.propertyPhotoArea .propertyPhotoThumb {
		width: 100%;
	}
	.propertyPhotoArea .propertyPhotoThumb ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
	.propertyPhotoArea .propertyPhotoThumb ul li {
		width: calc((100% - 20px) / 3);
		height: 80px;
	}
	.sortTabList {
		top: 80px;
	}
	.sortTabList li {
		padding: 5px;
	}
  .flexBox{
    margin-bottom: 15px;
  }
  .flexBox li:not(:last-child){
    margin-bottom: 15px;
  }
  .flexBox.spX2 li {
	  width: 100%;
  }
  .flexBox.spX3 li {
    width: calc((100% - 20px) / 3);
  }
	aside {
		margin-top: 20px;
		flex-basis: 100%;
		max-width: 100%;
	}
	aside .bnr {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	aside .bnr li {
		flex-basis: 48%;
		max-width: 100%;
	}
	aside .bnr li:not(:last-of-type) {
		margin-bottom: 0;
	}
	aside .bnr li:nth-child(n+3) {
		margin-top: 10px;
	}


	/* フォーム
	------------------------------------------------------------*/
	form table th {
		width: 100%;
	}
	form table td {
		padding: 5px 0;
	}
}