
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: 0.02em;
	-webkit-text-size-adjust: 100%;
}
body.fix {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
body {
	font-size: 13px;
}
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 28px;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
a,
.a {
	color: #1e5285;
	text-decoration: none;
	transition: 0.4s ease;
	cursor: pointer;
}
a:hover,
.a:hover {
	color: #4f7dab;
}
a img {
	border: none;
}
img {
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
sup {
	font-size: 0.8em;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
main {
	display: block;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
	margin: 0;
	padding: 0 8px;
	background: #fff;
	border: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	border-radius: 0;
}
input[type="submit"],
input[type="button"],
input[type="file"],
button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="search"],
button,
textarea {
	-webkit-appearance: none;
}
@media (max-width: 767px) {
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
	font-size: 16px;
}
}



/* ---------------- layout */
#wrap {
	overflow: hidden;
	width: 100%;
	padding-top: 168px;
	transition: 0.4s ease;
}
.noHeaderSearch #wrap {
	padding-top: 88px;
}
@media (max-width: 767px) {
#wrap {
	padding-top: 124px;
}
}



/* ---------------- general */
.en {
	font-family: 'Lato', sans-serif;
}
.pic {
	display: block;
    position: relative;
	padding-top: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
}
.pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.bgCover {
	background-position: center center;
	background-size: cover;
}
.bgContain {
	background-position: center center;
	background-size: contain;
}
.layout {
	position: relative;
	max-width: 1256px;
	margin: 0 auto;
	padding: 0 24px;
}
.emptyMessage {
    padding: 11px 24px;
    background: #f6f7f9;
}
.video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto 32px;
    padding-top: 56.25%;
}
.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}
.w100 {
    width: 100%;
}
.none-pc {
    display: none;
}
.hidden {
	display: none;
}
.tag-with_interior {
    display: inline-block;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 2px;
    background: #ffab00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap;
}
.tag-staying_out {
    display: inline-block;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 2px;
    background: #00bfa5;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap;
}
@media (max-width: 767px) {
.layout {
	padding: 0 18px;
}
.none-pc {
	display: block;
}
.none-sp {
	display: none;
}
}

a.btn,
.a.btn {
	display: inline-block;
	width: 100%;
	max-width: 376px;
	padding: 18px 16px;
	background: #1c305c;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
a.btn:hover,
.a.btn:hover {
	background: #49597d;
}
a.btn.line,
.a.btn.line {
	background: #fff;
	border: 1px solid #d2d6de;
	color: #333;
}
a.btn.line:hover,
.a.btn.line:hover {
	background: #f3f4f7;
}
a.btn.search,
.a.btn.search {
	background: #a59564;
}
a.btn.search:hover,
.a.btn.search:hover {
	background: #baa772;
}
a.save,
a.save {
  display: inline-block;
  padding: 2px 16px 0 10px;
  background: #fff;
  border: 1px solid #a59564;
  color: #333;
  font-weight: 600;
  line-height: 28px;
}
a.save:hover,
a.save:hover {
  color: #a59564;
}
a.save::before,
a.save::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 19px;
  margin-right: 10px;
  background: url(/img/ico_savesearch.svg) no-repeat center center / contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
a.btn,
.a.btn {
	padding: 16px;
}
}

/* ico */
.plus {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	border-radius: 50%;
	background: #1c305c;
	vertical-align: middle;
}
.plus::before,
.plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 12.5%;
	background: #fff;
	transform: translate(-50%, -50%);
	transition: 0.4s ease;
}
.plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.plus.on::after {
	width: 0;
}

/* arw */
.arw::after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 4px;
	border: 4px solid transparent;
	border-left: 7px solid #235d96;
	border-right-width: 0;
	vertical-align: middle;
}

/* tab */
.tab {
    overflow: auto;
    display: flex;
    min-width: 100%;
    border-bottom: 1px solid #dde0e7;
}
.tab li {
    min-width: 200px;
    margin-right: 16px;
    white-space: nowrap;
}
.tab li a,
.tab li .a {
    display: block;
    padding: 4px 16px 0;
    background: #f3f4f7;
    border-radius: 2px 2px 0 0;
    color: #1c305c;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}
.tab li a:hover,
.tab li .a:hover,
.tab li.on a,
.tab li.on .a {
    background: #1c305c;
    color: #fff;
}
.tabArea .tabBlock {
    display: none;
}
.tabArea .tabBlock.on {
    display: block;
}
@media (max-width: 767px) {
.tab li {
    min-width: 162px;
    margin-right: 15px;
}
.tab li a,
.tab li .a {
    font-size: 13px;
}
}

/* loader */
.loader {
	opacity: 0;
	visibility: hidden;
	width: 96px;
	margin: 40px auto;
	padding: 40px 0;
    background: rgba(28, 48, 92, 0.3);
	border-radius: 4px;
	transition: 0.2s ease;
}
.loader div {
	display: flex;
	justify-content: center;
}
.loader span {
	width: 16px;
	height: 16px;
	margin: 0 2px;
	border-radius: 50%;
	background: #fff;
	animation: scale 0.8s 0s infinite ease;
}
.loader span:nth-child(2) {
	animation: scale 0.8s 0.2s infinite ease;
}
.loader span:nth-child(3) {
	animation: scale 0.8s 0.4s infinite ease;
}
@keyframes scale {
0% {
	opacity: 1;
	transform: scale(1);
}
45% {
	opacity: 0.7;
	transform: scale(0.1);
}
80% {
	opacity: 1;
	transform: scale(1);
}
}
.loader.visible {
	opacity: 1;
	visibility: visible;
}
.loader.fix {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}

/* tooltip */
.tooltip-inner {
    padding: 8px !important;
	border: 2px solid #49597d !important;
	background: #fff;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	border-radius: 4px;
}
.tooltip-arrow {
    display: none;
}



/* ---------------- favorite */
.favorite {
	display: inline-block;
	width: 13px;
	vertical-align: middle;
}
.favorite:hover {
	opacity: 0.6;
}
.favorite input {
	display: none;
}
.favorite span {
	display: block;
	padding-top: 123.07%;
	background: url(/img/ico_favorite_01.svg) no-repeat center center;
	background-size: contain;
}
.favorite.active span {
	background-image: url(/img/ico_favorite_02.svg);
}



/* ---------------- notification */
.notification {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    width: calc(100% - 38px);
    max-width: 604px;
    padding: 48px 40px;
    border-radius: 0 0 2px 2px;
    background: #effcf6;
    transform: translate(-50%, -100%);
    transition: 0.4s ease;
}
.notification.on {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.notification .close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url(/img/ico_close.svg) no-repeat center center #62dea2;
}
.notification.caution {
    background-color: #ffeded;
}
.notification.caution .close {
    background-color: #ff5252;
}
@media (max-width: 767px) {
.notification {
    padding: 18px 48px 18px 18px;
}
}


/* ---------------- slide */
.slide {
	position: relative;
}
.slide .inner {
	overflow: hidden;
}
.slide .slideGroup {
	display: flex;
	transition: 0.4s ease;
}
.slide .slideGroup.touch {
	transition: 0s;
}
.slide .itm {
	flex: 1;
}
.slide .prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: url(/img/ico_arrow.svg) no-repeat center center #1c305c;
	background-size: 7px;
	transform: translate(-50%, -50%) rotate(180deg);
	transition: 0.4s ease;
}
.slide .next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: url(/img/ico_arrow.svg) no-repeat center center #1c305c;
	background-size: 7px;
	transform: translate(50%, -50%);
	transition: 0.4s ease;
}
.slide .prev:hover,
.slide .next:hover {
	background-color: #49597d;
}
.slide .disabled {
	background-color: #d2d6de !important;
	cursor: default;
}
.slide .disabled:hover {
	opacity: 1;
}
.slide .thumb {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}
.slide .thumb li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #d2d6de;
}
.slide .thumb li.on {
    background: #1c305c;
}
@media (max-width: 767px) {
.slide .thumb {
    padding: 20px 0;
}
.slide .thumb li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
}



/* ---------------- form */
input.text {
	height: 36px;
	padding: 0 8px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background: #fff;
}
label.select {
	display: inline-block;
	position: relative;
	border: 1px solid #bdbdbd;
	background: #fff;
}
label.select::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	border: 7px solid transparent;
	border-top-color: #a59564;
	border-bottom: none;
	transform: translateY(-50%);
}
label.select select {
	height: 40px;
	padding: 0 32px 0 8px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
label.select select::-ms-expand {
    display: none;
}
label.checkbox {
	display: inline-block;
}
label.checkbox input {
	display: none;
}
label.checkbox .label {
	vertical-align: middle;
}
label.checkbox input + .label::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	background: #fff;
	vertical-align: middle;
}
label.checkbox input:checked + .label::before {
	border-color: transparent;
	background: url(/img/ico_check.svg) no-repeat center center #a59564;
	background-size: 100%;
}
label.radio {
	display: inline-block;
}
label.radio input {
	display: none;
}
label.radio .label {
	vertical-align: middle;
}
label.radio input + .label::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
}
label.radio input:checked + .label::before {
	background: radial-gradient(#a59564 45%, #fff 45%);
}



/* ---------------- head */
.h1 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
.h2 {
	margin-bottom: 16px;
	padding-left: 10px;
	border-left: 6px solid #1c305c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}
@media (max-width: 767px) {
.h1 {
    font-size: 18px;
}
}


/* ---------------- header */
header {
	opacity: 1;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transform: translateY(0);
	transition: 0.4s ease;
}
header a:hover,
header .a:hover {
	color: inherit;
	opacity: 0.6;
}
header .baseSection {
	position: relative;
	z-index: 10;
	background: #fff;
	transition: 0.4s ease;
}
header .logo {
	position: relative;
	height: 88px;
	transition: 0.4s ease;
}
header .logo a {
	opacity: 1 !important;
}
header .logo img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 354px;
	transform: translateY(-50%);
	transition: 0.4s ease;
}
header .logo img:last-child {
	opacity: 0;
	width: 300px;
}
nav {
	position: absolute;
	top: 0;
	left: 402px;
}
nav ul {
	display: flex;
}
nav li {
	margin-left: 38px;
}
nav li a {
	opacity: 1 !important;
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 88px;
}
nav li a:hover {
	color: #1c305c;
}
nav li .a {
	opacity: 1 !important;
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 88px;
}
nav li .a::after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 50%;
	border: 7px solid transparent;
	border-top-color: #1c305c;
	border-bottom: none;
	transform: translateX(-50%);
	transition: 0.4s ease;
}
nav li .a:hover,
nav li .a.on {
	color: #1c305c;
}
nav li:last-child a:hover {
	opacity: 0.6 !important;
}
nav li .twitter {
	width: 20px;
}
header .contactGroup {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 24px;
  padding: 12px 16px;
  background: #f3f4f7;
  transform: translateY(-50%);
}
header .contactGroup .copy {
  display: none;
}
header .contactGroup .btnOrder {
  margin-right: 16px;
}
header .contactGroup .btnOrder .btn {
  opacity: 1;
  width: 128px;
  padding: 2px 8px 0;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
header .phone {
  flex: 1;
}
header .phone .num {
  margin-bottom: 4px;
	color: #1c305c;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	transition: 0.4s ease;
}
header .phone .num::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background: url(/img/ico_phone.svg) no-repeat center center;
	background-size: contain;
}
header .phone .note {
	font-size: 10px;
  line-height: 1;
}
header .particular {
  display: none;
}
header .articleNav {
  display: none;
}

/* min */
header.min .logo {
	height: 64px;
}
header.min .logo img:first-child {
	opacity: 0;
}
header.min .logo img:last-child {
	opacity: 1;
}
header.min nav li a,
header.min nav li .a {
	font-size: 15px;
	line-height: 64px;
}
header.min nav li .a::after {
	bottom: 8px;
}
header.min nav li .twitter {
	width: 17px;
}
header.min .contactGroup {
  padding: 8px 16px;
}
header.min .contactGroup .btnOrder .btn {
  font-size: 15px;
  line-height: 30px;
}
header.min .phone .num {
  font-size: 22px;
  line-height: 1;
}
header.min .phone .num::before {
  width: 17px;
  height: 17px;
}

@media (max-width: 1279px) {
nav {
	left: 384px;
}
nav li {
	margin-left: 24px;
}
}
@media (max-width: 1140px) {
header .layout {
	padding: 0;
}
header .logo {
	position: relative;
	z-index: 1;
	padding: 0 24px;
	background: #fff;
}
header .logo img {
	left: 24px;
}
header .btnNavGroup {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 18px;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
}
header .btnNavGroup span {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 28px;
	height: 2px;
	background: #1c305c;
    transition: 0.4s ease;
}
header .btnNavGroup span:nth-child(1) {
	transform: translateY(-7px);
}
header .btnNavGroup span:nth-child(3) {
	width: 20px;
	transform: translateY(7px);
}
header .btnNavGroup.on span:nth-child(1) {
	transform: rotate(-45deg);
}
header .btnNavGroup.on span:nth-child(2) {
	opacity: 0;
}
header .btnNavGroup.on span:nth-child(3) {
	width: 28px;
	transform: rotate(45deg);
}
header .navGroup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 88px;
	left: 0;
	width: 100vw;
  padding: 24px 40px;
	background: #fff;
	border-top: 1px solid #dde0e7;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	text-align: center;
	transform: translateY(-80px);
	transition: 0.4s ease;
}
header .navGroup.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
nav {
	position: static;
}
nav ul {
	display: block;
}
nav li {
  display: none;
}
nav li:last-child {
	display: block;
  margin: 0;
}
nav li a {
	font-size: 15px;
	text-align: center;
	line-height: 60px;
}
header .contactGroup {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 16px;
  padding: 16px 16px 80px;
  transform: none;
}
header .contactGroup .copy {
  display: block;
  margin-bottom: 8px;
  color: #1c305c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
header .contactGroup .btnOrder {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 16px;
}
header .contactGroup .btnOrder .btn {
  width: 100%;
  font-size: 15px;
  line-height: 54px;
}
header .phone .note {
  margin-top: 4px;
}
header .particular {
  display: block;
  margin-bottom: 16px;
}
header .particular .btn {
  padding: 0;
  border-color: #1c305c;
  color: #1c305c;
  font-size: 15px;
  line-height: 46px;
}
header .articleNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
header .articleNav li {
  width: calc((100% - 8px) / 2);
  margin: 0 0 4px 8px;
}
header .articleNav li:nth-child(odd) {
  margin-left: 0;
}
header .articleNav a {
  display: block;
  border: 1px solid #dde0e7;
  border-radius: 2px;
  line-height: 28px;
}
}

@media (max-width: 767px) {
header .logo {
	height: 60px;
}
header.min .logo {
	padding: 0 18px;
	height: 40px;
}
header .logo img {
	left: 18px;
	width: 212px;
}
header .logo img:last-child {
	width: 179px;
}
header .navGroup {
	top: 60px;
}
}

/* search */
header .searchSection {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 80px;
	background: #1c305c;
	transform: translateY(-80px);
	transition: 0.4s ease;
}
header .searchSection.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
header .navBlock {
	position: relative;
	z-index: 10;
	height: 80px;
	background: #1c305c;
}
header .navSearch {
	position: absolute;
	top: 0;
	right: 64px;
}
header .navSearch ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
header .navSearch li {
	margin: 0 16px;
	text-align: center;
}
header .navSearch li:first-child,
header .navSearch li:nth-child(5) {
	display: none;
}
header .navSearch a,
header .navSearch .a {
	display: block;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
}
header .navSearch img {
	width: 32px;
	margin-bottom: 4px;
}
header .keyword .inner {
	display: flex;
	padding: 20px 0;
}
header .keyword .txt {
	position: relative;
	width: 344px;
	margin-right: 8px;
}
header .keyword .txt input {
	width: 100%;
	height: 40px;
	padding: 0 8px;
	background: #fff;
	border-radius: 2px;
}
header .keyword .txt input::placeholder {
    color: #616161;
}
header .result {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
}
header .result .group {
	display: flex;
	width: 100%;
	border-top: 1px solid #ced6e6;
}
header .result .head {
	width: 56px;
	padding-top: 6px;
	text-align: center;
}
header .result .head img {
	width: 27px;
}
header .result ul {
	flex: 1;
	overflow: hidden;
	padding-right: 8px;
}
header .result li {
	border-bottom: 1px dashed #ced6e6;
}
header .result li:last-child {
	border-bottom: none;
}
header .result a {
	overflow: hidden;
	display: block;
	padding: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
header .result .property a {
	display: flex;
	align-items: center;
	width: 100%;
}
header .result .property figure {
	width: 48px;
	height: 48px;
	margin-right: 16px;
}
header .result .property .body {
	flex: 1;
	overflow: hidden;
	line-height: 1.5;
}
header .result .property .name {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	font-weight: 600;
	text-overflow: ellipsis;
}
header .result .property .address {
	overflow: hidden;
	display: block;
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
header .keyword .filter {
	width: 128px;
	margin-right: 8px;
}
header .keyword .filter .select {
	border-radius: 2px;
	border: none;
}
header .keyword .filter select {
	width: 100%;
	padding: 0 56px 0 8px;
}
header .keyword .filter .select::before {
	right: 32px;
}
header .keyword .filter .select::after {
	content: '坪';
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 15px;
	transform: translateY(-50%);
}
header .keyword .tilde {
	margin-right: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
header .keyword button {
	width: 40px;
	height: 40px;
	background: url(/img/ico_search.svg) no-repeat center center #a59564;
	border-radius: 2px;
	vertical-align: top;
}
header .keyword button:hover {
	opacity: 1;
	background-color: #baa872;
}
header .searchSection .close {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(/img/ico_close.svg) no-repeat center center #415971;
	background-size: 10px;
	transform: translateY(-50%);
}
@media (max-width: 1200px) {
header .searchSection .layout {
	padding: 0;
}
header .navSearch {
	position: relative;
	z-index: 10;
	left: 0;
	right: auto;
	background: #1c305c;
}
header .navSearch li:first-child,
header .navSearch li:nth-child(5) {
	display: block;
}
header .keyword {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100vw;
	background: #e8eaee;
	transform: translateY(-80px);
	transition: 0.4s ease;
}
header .keyword.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
header .keyword .inner {
	justify-content: center;
}
header .keyword .tilde {
	color: #333;
}
header .searchSection .close {
	display: none;
}
}
@media (max-width: 767px) {
header .searchSection {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	height: auto;
}
header .navBlock {
	height: auto;
}
header .navSearch ul {
	overflow: auto;
	height: 64px;
}
header .navSearch li {
	margin: 0 5px;
}
header .navSearch a,
header .navSearch .a {
	font-size: 9px;
}
header .navSearch img {
	width: 24px;
}
header .navSearch li .pc {
  display: none;
}
header .keyword .inner {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px 18px;
}
header .keyword .txt {
	width: 100%;
	margin: 0 0 20px;
}
header .keyword .filter {
	width: auto;
}
}
@media (max-width: 374px) {
header .navSearch ul {
	justify-content: space-between;
}
header .keyword .button {
	margin-top: 20px;
}
}

/* history */
header .historyBlock {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f3f4f7;
	transform: translateY(-80px);
	transition: 0.4s ease;
}
header .historyBlock.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
header .historyBlock .slide {
	padding: 24px;
}
header .historyBlock .itm {
	padding: 0 16px 0 0;
}
header .historyBlock .name {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
}
header .historyBlock .name .favorite {
	margin-left: 8px;
}
header .historyBlock .group {
	display: flex;
	align-items: flex-start;
}
header .historyBlock figure {
	width: 27.77%;
	margin-right: 16px;
	border: 1px solid #dde0e7;
}
header .historyBlock figure a {
	display: block;
}
header .historyBlock .body {
	flex: 1;
	font-size: 13px;
	line-height: 1.5;
}
@media (max-width: 1279px) {
header .historyBlock .slide {
	margin: 0 24px;
	padding: 24px 16px;
}
}
@media (max-width: 767px) {
header .historyBlock .slide {
}
header .historyBlock .itm {
	padding: 0 8px;
}
}

/* none */
header.none {
	opacity: 0;
	transform: translateY(-200px);
}
header.none .historyArea {
	opacity: 0;
	transition: translateY(-80px);
}

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



/* ---------------- footer */
footer {
	padding-bottom: 80px;
}
footer a:hover,
footer .a:hover {
	opacity: 0.6;
	color: inherit;
}
footer .contactSection {
	padding: 64px 0;
	background: url(/img/bg_footer_contact.jpg) center center #737f9a;
	background-size: cover;
	color: #fff;
}
footer .contactGroup {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .contactGroup .logo {
	width: 96px;
	margin-right: 32px;
}
footer .contactGroup .copy {
	margin-bottom: 16px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
}
footer .contactGroup .group {
	display: flex;
	align-items: center;
}
footer .contactGroup .phone {
	margin-right: 18px;
}
footer .contactGroup .phone a {
	color: #fff;
}
footer .contactGroup .num {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
footer .contactGroup .num::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	background: url(/img/ico_phone_02.svg) no-repeat center center;
	background-size: 100%;
}
footer .contactGroup .noteBlock {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
}
footer .contactGroup .button a {
	display: inline-block;
	width: 214px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
footer .contactGroup .button a::after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 25px;
	height: 16px;
	margin-left: 16px;
	background: url(/img/ico_mail.svg) no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	transition: 0.4s ease;
}
footer .contactGroup .button a:hover {
	opacity: 1;
	background: #fff;
	color: #1c305c;
}
footer .contactGroup .button a:hover::after {
	background-image: url(/img/ico_mail_02.svg);
}
footer .navSection {
	padding: 56px 0;
	background: #202533;
	color: #bdbdbd;
}
footer .navSection a {
	color: #fff;
}
footer .navSection .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .navSection .itm {
    width: 168px;
	margin-bottom: 24px;
}
footer .navSection .h {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 600;
}
footer .navSection li {
	margin-bottom: 8px;
	font-size: 13px;
}
footer .navSection .tbo {
	width: 376px;
}
footer .navSection .tbo .links {
	display: flex;
}
footer .navSection .tbo .pages {
	width: 168px;
    margin-right: 40px;
}
footer .navSection .tbo .property {
	flex: 1;
}
footer .navSection .tbo .property .h {
	margin-bottom: 8px;
	font-size: 13px;
}
footer .navSection .tbo .property ul {
	padding-left: 16px;
	list-style: disc;
}
footer .navSection .btns {
	width: 168px;
}
footer .navSection .btns li {
	margin-bottom: 9px;
}
footer .navSection .btns a  {
	display: block;
	padding: 2px 8px 0;
	border: 1px solid #fff;
	text-align: center;
	line-height: 26px;
}
footer .navSection .btns a:hover  {
	opacity: 1;
	background: #fff;
	color: #1c305c;
}
footer .bottomSection {
	padding: 32px 0;
	font-size: 13px;
}
footer .bottomSection a {
	color: #333;
}
footer .bottomSection ul {
	display: flex;
	padding: 0 272px;
}
footer .bottomSection li {
	margin-right: 32px;
	white-space: nowrap;
}
footer .bottomSection .copyright {
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
}
footer .bottomSection .btnTop {
	position: absolute;
	top: 50%;
	right: 24px;
	padding-top: 24px;
	color: #1c305c;
	font-size: 12px;
	font-weight: 700;
	transform: translateY(-50%);
}
footer .bottomSection .btnTop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 9px;
	height: 16px;
	background: url(/img/ico_arrow_02.svg) no-repeat center center;
	background-size: contain;
	transform: translateX(-50%) rotate(-90deg);
}
@media (max-width: 1279px) {
footer .navSection .group {
    justify-content: center;
}
footer .navSection .itm {
	margin: 0 20px 24px;
}
}
@media (max-width: 767px) {
footer .contactSection {
	padding: 24px 0;
}
footer .contactGroup {
	position: relative;
	padding-top: 24px;
}
footer .contactGroup .logo {
	width: 78px;
}
footer .contactGroup .group {
	display: block;
}
footer .contactGroup .phone {
	display: inline-block;
	margin: 0 0 8px;
}
footer .contactGroup .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
}
footer .contactGroup .num {
	font-size: 22px;
}
footer .contactGroup .num::before {
	width: 18px;
	height: 18px;
}
footer .contactGroup .noteBlock {
	font-size: 9px;
}
footer .contactGroup .button a {
	width: 177px;
	font-size: 14px;
}
footer .contactGroup .button a::after {
	width: 20px;
	height: 14px;
	margin-left: 8px;
}
footer .navSection {
	padding: 32px 0;
	font-size: 12px;
}
footer .navSection .group {
	display: block;
}
footer .navSection .itm {
	width: auto;
	margin: 0 0 18px;
}
footer .navSection .h {
	margin-bottom: 12px;
	font-size: 13px;
}
footer .navSection li {
	font-size: 12px;
}
footer .navSection .area,
footer .navSection .traffic,
footer .navSection .station,
footer .navSection .search {
	display: none;
}
footer .navSection .tbo .links {
	flex-wrap: wrap;
}
footer .navSection .tbo .pages {
	width: 50%;
    margin: 0;
	padding-right: 9px;
}
footer .navSection .tbo .btns {
	flex: none;
	width: 50%;
	padding-left: 9px;
}
footer .navSection .tbo .btns li {
	text-align: center;
}
footer .bottomSection {
	padding: 16px 0 56px;
	font-size: 12px;
}
footer .bottomSection ul {
	justify-content: center;
	margin-bottom: 16px;
	padding: 0;
}
footer .bottomSection li {
	margin: 0 16px;
}
footer .bottomSection .btnTop {
	position: relative;
	top: 0;
	right: 0;
	margin-bottom: 16px;
	text-align: center;
	transform: none;
}
footer .bottomSection .copyright {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	transform: none;
}
}



/* ---------------- breadcrumb */
.breadcrumb {
	padding: 16px 0;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
	font-size: 13px;
}
.breadcrumb li::after {
	content: '>';
	display: inline-block;
	padding: 0 8px;
}
.breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb a {
	color: #333;
}
@media (max-width: 767px) {
.breadcrumb li {
	font-size: 9px;
}
}



/* ---------------- headArea */
.headArea {
	margin-bottom: 32px;
}
.headArea .title {
	padding-left: 18px;
	border-left: 6px solid #1c305c;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
  letter-spacing: 0.05em;
}
.headArea .lead {
	padding-top: 16px;
}
@media (max-width: 767px) {
.headArea .title {
	padding-left: 10px;
	font-size: 18px;
}
}



/* ---------------- selectArea */
.selectArea {
	padding-bottom: 80px;
}
.selectBox .headBlock {
	position: relative;
	padding: 16px 18px;
	background: #f2efe8;
	border-bottom: 1px solid #dbd5c1;
	text-align: center;
}
.selectBox .headBlock .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
.selectBox .headBlock .selectNum {
	display: inline;
	font-weight: 600;
}
.selectBox .headBlock .selectNum .num {
	color: #a59564;
	font-size: 26px;
	line-height: 60px;
}
.selectBox .headBlock .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	transition: 0.4s ease;
}
.selectBox .headBlock .close .a {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(/img/ico_close.svg) no-repeat center center #b7aa83;
	background-size: 10px;
	transform: translateY(-50%);
}
.selectBox .headBlock .close:hover {
	opacity: 0.6;
}
.selectBox .bodyBlock {
	overflow: auto;
	max-height: calc(100vh - 148px);
	padding: 40px 24px;
}
.selectBox .head {
	padding: 9px 16px;
	background: #e8eaee;
	color: #1c305c;
	font-weight: 600;
	line-height: 1.5;
}
.selectBox .head .link {
	display: inline-block;
	font-size: 0.9em;
}
.selectBox .head a {
	display: inline-block;
    border-bottom: 1px solid #1e5285;
    line-height: 1.1;
}
.selectBox .body {
	padding: 32px 16px;
}
.selectBox .body ul {
	display: flex;
	flex-wrap: wrap;
}
.selectBox .body li {
	width: 293px;
	margin-bottom: 16px;
	padding-right: 16px;
	line-height: 1.5;
}
.selectBox .body .a {
	text-decoration: underline;
}
.selectBox .selectGroup .body .link {
	display: inline-block;
	font-size: 0.9em;
}
.selectBox .body a {
	display: inline-block;
	text-decoration: underline;
	line-height: 1.1;
	vertical-align: middle;
}
.selectBox .body label {
	color: #235d96;
}
.selectBox .body label:hover {
	color: #4f7dab;
}
.selectBox .selected {
	display: flex;
	width: 100%;
	padding: 8px 0;
	border: 1px solid #dde0e7;
}
.selectBox .selected .h {
	margin-right: 16px;
	padding: 0 16px;
	border-right: 1px solid #dde0e7;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap;
}
.selectBox .selected ul {
	display: flex;
	flex-wrap: wrap;
}
.selectBox .selected li {
	margin-right: 21px;
	line-height: 40px;
}
.selectBox .btnGroup {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 88px;
	padding: 20px 16px;
	background: #f2efe8;
}
.selectBox .btnGroup .reset {
	margin-right: 18px;
}
.selectBox .btnGroup .reset .a {
	display: inline-block;
	position: relative;
	padding: 0 18px 0 42px;
	background: #fff;
	border-radius: 2px;
	color: #333;
	font-weight: 600;
	line-height: 48px;
	white-space: nowrap;
}
.selectBox .btnGroup .reset .a:hover {
	color: #a59564;
}
.selectBox .btnGroup .reset .a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 18px;
	height: 2px;
	background: #a59564;
	transform: translateY(-50%) rotate(45deg);
}
.selectBox .btnGroup .reset .a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 18px;
	height: 2px;
	background: #a59564;
	transform: translateY(-50%) rotate(-45deg);
}
.selectBox .btnGroup .selectNum {
	border-bottom: 2px solid #a59564;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
}
.selectBox .btnGroup .selectNum .num {
	color: #a59564;
	font-size: 20px;
}
.selectBox .btnGroup .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.selectBox .btnGroup .button .btn {
	overflow: hidden;
	padding: 0 32px;
	font-size: 18px;
	line-height: 48px;
	white-space: nowrap;
}
.selectBox .selectGroup.column {
	display: flex;
	flex-wrap: wrap;
}
.selectBox .selectGroup.column .itm {
	width: 31.12%;
	margin-left: 3.31%;
}
.selectBox .selectGroup.column .itm:nth-child(3n + 1) {
	margin-left: 0;
}
.selectBox .selectGroup.column .body ul {
	display: block;
}
.selectBox .selectGroup.column .body li {
	width: auto;
}
.selectBox .prev .a {
    max-width: 260px;
    padding: 0 16px;
    line-height: 46px;
}
@media (max-width: 1279px) {
.selectBox .selectGroup.column {
}
.selectBox .selectGroup.column .itm {
	width: 48.34%;
	margin-left: 0 !important;
}
.selectBox .selectGroup.column .itm:nth-child(even) {
	margin-left: 3.31% !important;
}
}
@media (max-width: 1023px) {
.breadcrumb li {
	font-size: 9px;
}
.selectBox .btnGroup {
	justify-content: center;
	padding-top: 56px;
}
.selectBox .btnGroup .selectNum {
	position: absolute;
	top: 4px;
	left: 50%;
	border-bottom: none;
	white-space: nowrap;
	transform: translateX(-50%);
}
.selectBox .btnGroup .button {
	position: static;
	transform: none;
}
}
@media (max-width: 767px) {
.selectArea .layout {
	padding: 0;
}
.selectBox .headBlock {
	padding: 15px 18px;
}
.selectBox .headBlock .title {
	font-size: 15px;
}
.selectBox .headBlock .close .a {
	right: 18px;
}
.selectBox .bodyBlock {
	padding: 0;
	height: calc(100% - 150px);
	max-height: none;
}
.selectBox .head {
	padding: 14px 16px;
	font-size: 15px;
	text-align: center;
}
.selectBox .body {
	padding: 0 !important;
}
.selectBox .body ul {
	display: block;
}
.selectBox .body li {
	width: auto !important;
	margin: 0;
	padding: 13px 40px;
	border-bottom: 1px solid #dde0e7;
}
.selectBox .selected {
	display: block;
	width: auto;
	margin: 20px 18px;
	padding: 12px 1px 12px 12px;
}
.selectBox .selected .h {
	padding: 0;
	border: none;
	font-size: 12px;
	line-height: 2.1;
}
.selectBox .selected li {
	font-size: 12px;
	line-height: 2.1;
}
.selectBox .btnGroup {
	padding: 40px 18px 12px 18px;
}
.selectBox .btnGroup .reset .a {
	padding: 0 8px 0 32px;
}
.selectBox .btnGroup .reset .a::before,
.selectBox .btnGroup .reset .a::after {
	left: 8px;
}
.selectBox .btnGroup .selectNum {
	top: 0;
	line-height: 40px;
}
.selectBox .btnGroup .button {
	width: 100%;
	max-width: 240px;
}
.selectBox .btnGroup .button .btn {
	display: block;
	padding: 0 8px;
	font-size: 16px;
}
.selectBox .selectGroup.column {
	display: block;
}
.selectBox .selectGroup.column .itm {
	width: auto;
}
.selectBox .selectGroup.column .itm:nth-child(even) {
	margin-left: 0 !important;
}
.selectBox .prev {
    padding: 20px 18px;
}
.selectBox .prev .a {
    max-width: none;
}
}

/* modal */
.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s ease;
}
.modal.on {
	opacity: 1;
	visibility: visible;
}
.modal .overlay {
	opacity: 50%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.modal .selectBox {
	position: fixed;
	z-index: 2010;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1208px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.modal .selectBox .body li {
	width: 277px;
}
@media (max-width: 767px) {
.modal .overlay {
	display: none;
}
.modal .selectBox {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(40px);
	transition: 0.4s ease;
}
.modal.on .selectBox {
	transform: translateY(0);
}
}



/* ---------------- filterSection */
.mapArea .btnView {
	margin-bottom: 20px;
}
.mapArea .btnView a {
	display: inline-block;
	padding: 0 0 8px;
	border-bottom: 2px solid #1c305c;
	color: #333;
	font-weight: 600;
}
.mapArea .btnView a:hover {
	opacity: 0.6;
}
.mapArea .btnView a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url(/img/ico_index.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.mapArea .mapSection {
	margin-bottom: 80px;
}
.mapGroup {
	border: 1px solid #dde0e7;
}
.mapGroup .market {
	padding: 14px 16px;
	font-weight: 600;
	border-bottom: 1px solid #dde0e7;
}
.mapGroup .mapBlock {
	position: relative;
}
.mapGroup #map {
	height: 540px;
}
.mapGroup .popup {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 240px;
	padding: 20px 20px 12px;
	background: #fff;
	border: 1px solid #dde0e7;
	font-size: 13px;
	transform: translateY(40px);
	transition: 0.4s ease;
}
.mapGroup .popup.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.mapGroup .popup figure {
	width: 120px;
	margin: 0 auto 16px;;
	border: 1px solid #dde0e7;
}
.mapGroup .popup .title {
	margin-bottom: 8px;
}
.mapGroup .popup .title a {
	margin-right: 16px;
	font-weight: 600;
}
.mapGroup .popup p {
	margin-bottom: 8px;
}
.mapGroup .popup .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.mapGroup .popup .close:hover {
	opacity: 0.6;
}
.mapGroup .popup .close::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(/img/ico_close.svg) no-repeat center center #415971;
	background-size: 10px;
}
.mapGroup .guide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 11px 16px;
	border-top: 1px solid #dde0e7;
}
.mapGroup .guide ul {
	display: flex;
}
.mapGroup .guide li {
	margin-left: 21px;
}
.mapGroup .guide li .marker {
	display: inline-block;
	width: 32px;
	margin-right: 8px;
	vertical-align: middle;
}
.mapGroup .guide .link a {
	color: #333;
	font-weight: 600;
}
.mapGroup .guide .link a:hover {
	color: #235d96;
}
.mapGroup .guide .link .ico {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 20px;
	margin-right: 4px;
	vertical-align: middle;
}
@media (max-width: 1279px) {
.mapGroup .guide {
	display: block;
	text-align: center;
}
.mapGroup .guide ul {
	justify-content: center;
	flex-wrap: wrap;
}
.mapGroup .guide li {
	margin: 0 8px 16px;
}
}
@media (max-width: 767px) {
.mapGroup #map {
	height: 180px;
}
.mapGroup .popup {
	position: fixed;
	z-index: 2000;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.mapGroup .popup .body {
	display: inline-block;
	text-align: left;
}
.mapGroup .guide ul {
	justify-content: flex-start;
}
.mapGroup .guide li {
	margin: 0 16px 8px 0;
}
.mapGroup .guide li .marker {
	width: 16px;
}
}


/* ---------------- filterSection */
.filterSection {
	margin-bottom: 20px;
}
.btnFilter {
	display: none;
}
.filterBox {
	background: #fafaf7;
}
.filterBox .headBlock {
	background: #f2efe8;
	border-bottom: 1px solid #dbd5c1;
}
.filterBox .headBlock .a {
	display: block;
	padding: 16px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.filterBox .headBlock .a:hover {
	color: #a59564;
}
.filterBox .headBlock .plus {
	width: 22px;
	height: 22px;
	background: #b7aa83;
}
.filterBox .bodyBlock {
	display: none;
}
.filterBox .section {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dbd5c1;
}
.filterBox .head {
	width: 208px;
	padding: 16px 40px;
}
.filterBox .head .h {
	font-weight: 600;
}
.filterBox .head .h .plus {
	display: none;
}
.filterBox .reset .a {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
}
.filterBox .reset .a:hover {
	color: #a59564;
}
.filterBox .reset .a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #a59564;
	transform: translateY(-50%) rotate(45deg);
}
.filterBox .reset .a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #a59564;
	transform: translateY(-50%) rotate(-45deg);
}
.filterBox .body {
	flex: 1;
	padding: 16px 40px;
}
.filterBox .body .group {
	display: flex;
	flex-wrap: wrap;
}
.filterBox .body ul {
	display: flex;
	flex-wrap: wrap;
}
.filterBox .body li {
	margin-right: 40px;
}
.filterBox .body .grid li {
	width: 230px;
	margin-right: 0;
	padding-right: 18px;
}
.filterBox .body .reset {
	display: none;
}
.filterBox .section .btnSave {
  width: 100%;
	padding: 24px 40px;
  text-align: right;
}
.filterBox .btnBlock {
	display: none;
	padding: 18px;
	background: #f2efe8;
	border-bottom: none;
}
.filterBox .btnBlock button {
  margin-bottom: 16px;
	font-weight: 600;
}
.filterBox .btnBlock .save {
  display: block;
  text-align: center;
}
.filterBox .sliderSet {
	margin-right: 40px;
}
.filterBox .inputGroup {
	display: flex;
	line-height: 36px;
}
.filterBox .inputGroup .text {
	width: 100px;
}
.filterBox .inputGroup .tilde {
	margin: 0 10px;
}
.filterBox .inputGroup .txt {
	margin-left: 10px;
}
.filterBox .slider {
	margin-top: 10px;
}
.slider {
	position: relative;
	padding: 6px 0;
}
.slider .slider-track {
    position: relative;
    height: 4px;
    background: #e0e0e0;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.slider .slider-track .slider-selection {
    position: absolute;
    height: 100%;
    background: #c9bfa2;
}
.slider .slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #a59564;
    transform: translateX(-50%);
}
.slider .tooltip{
    display: none;
}
@media (max-width: 1023px) {
.filterBox .sliderSet {
	margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.filterSection {
	margin-bottom: 0 !important;
}
.btnFilter {
	display: block;
	position: fixed;
	z-index: 90;
	top: 280px;
	right: 0;
	padding: 10px 8px;
	background: #f2efe8;
	border-radius: 2px 0 0 2px;
	text-align: center;
	line-height: 1.2;
}
.btnFilter .plus {
	width: 22px;
	height: 22px;
	margin: 0 0 2px;
	background: #b7aa83;
	font-size: 9px;
}
.filterBox {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 40px;
	width: 100%;
	height: 100%;
	transition: 0.4s ease;
}
.filterBox.on {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.filterBox .headBlock .a {
	position: relative;
	padding: 0 16px;
	font-size: 13px;
	line-height: 50px;
}
.filterBox .headBlock .plus {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.filterBox .headBlock .plus::after {
	display: none;
}
.filterBox .headBlock .btnFilterClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.filterBox .bodyBlock {
	overflow: auto;
	display: block !important;
	height: calc(100% - 182px);
}
.filterBox .section {
	display: block;
}
.filterBox .section:last-child {
	border-bottom: none;
}
.filterBox .head {
	width: auto;
	padding: 18px 18px 10px;
}
.filterBox .body {
	padding: 0 18px 18px;
}
.filterBox .body li {
	margin: 0 18px 10px 0;
}
.filterBox .condition .head .plus {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #b7aa83;
}
.filterBox .condition .head .reset {
	display: none;
}
.filterBox .condition .body {
	display: none;
}
.filterBox .condition .body .reset {
	display: block;
	margin-bottom: 16px;
}
.filterBox .reset .a {
	font-size: 12px;
}
.filterBox .btnBlock {
	display: block;
	border-top: 1px solid #dbd5c1;
}
}
@media (min-width: 768px) {
.filterBox .condition .body {
	display: block !important;
}
}



/* ---------------- searchIndex */
.searchIndex {
  margin-bottom: 64px;
}
.searchIndex .group {
  display: flex;
  flex-wrap: wrap;
}
.searchIndex .searchItm {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 24px;
  padding-right: 32px;
}
.searchIndex .searchItm a {
  display: flex;
  align-items: center;
}
.searchIndex figure {
  width: 120px;
  margin-right: 32px;
}
.searchIndex figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.searchIndex .body {
  flex: 1;
  color: #212121;
}
.searchIndex .title {
  margin-bottom: 4px;
  color: #1e5285;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.searchIndex a:hover .title {
  color: #4f7dab;
}
@media (max-width: 1023px) {
.searchIndex .group {
  display: block;
}
.searchIndex .searchItm {
  width: auto;
  padding-right: 0;
}
}
@media (max-width: 767px) {
.searchIndex .searchItm {
  width: auto;
  padding-right: 0;
}
.searchIndex figure {
  width: 104px;
  margin-right: 16px;
}
.searchIndex .title {
  font-size: 14px;
}
}



/* ---------------- caseIndex */
/* filter */
.caseArea .filter {
  margin-bottom: 32px;
  padding: 24px 64px;
  background: #F3F4F7;
}
.caseArea .filter dl {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px 0;
}
.caseArea .filter dt {
  color: #1D315C;
  font-weight: 600;
  line-height: 40px;
}
.caseArea .filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.caseArea .filter a {
  display: block;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 767px) {
  .caseArea .filter {
    padding: 16px;
  }
  .caseArea .filter dl {
    grid-template-columns: 1fr;
  }
  .caseArea .filter dt {
    line-height: 1.5;
  }
  .caseArea .filter a {
    padding: 0 8px;
    line-height: 30px;
  }
}

/* index */
.caseIndex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  margin-bottom: 64px;
}
.caseIndex .itm {
  width: calc((100% - 80px) / 3);
}
.caseIndex .itm .img {
  position: relative;
  margin-bottom: 14px;
}
.caseIndex .itm .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  background: #1C305C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
.caseIndex .itm .title {
  margin-bottom: 8px;
  color: #1e5285;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.caseIndex .itm .name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
}
.caseIndex .itm dl {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 8px;
}
.caseIndex .itm dt {
  display: none;
}
.caseIndex .itm .more {
  margin-top: 16px;
  text-align: right;
}
.caseIndex .itm .more a {
  display: inline-block;
  color: #333;
  font-size: 18px;
}
.caseIndex .itm .more a:hover {
  opacity: 0.6;
}
.caseIndex .itm .more a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(/img/arw_cases_more.svg) no-repeat center center / contain;
  vertical-align: middle;
  transform: translate(0, -2px);
}
@media (max-width: 1023px) {
  .caseIndex .itm {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .caseIndex {
    gap: 32px;
  }
  .caseIndex .itm {
    width: 100%;
  }
  .caseIndex .itm .title {
    font-size: 16px;
  }
  .caseIndex .itm .name {
    font-size: 14px;
  }
  .caseIndex .itm .more a {
    font-size: 14px;
  }
  .caseIndex .itm.-pickup {
    position: relative;
    margin-bottom: 24px;
  }
  .caseIndex .itm.-pickup::before {
    content: '';
    position: absolute;
    top: 32px;
    right: 32px;
    width: 100%;
    height: 100%;
    background: #F3F4F7;
  }
  .caseIndex .itm.-pickup .body {
    position: relative;
    z-index: 1;
  }
}

/* pickup */
@media (min-width: 768px) {
  .caseIndex .itm.-pickup {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 32px;
  }
  .caseIndex .itm.-pickup::before {
    content: '';
    position: absolute;
    right: calc(51.66% + 64px);
    top: 64px;
    width: 100vw;
    height: 100%;
    background: #F3F4F7;
  }
  .caseIndex .itm.-pickup .img {
    width: 48.34%;
  }
  .caseIndex .itm.-pickup .body {
    flex: 1;
  }
  .caseIndex .itm.-pickup .title {
    font-size: 24px;
  }
  .caseIndex .itm.-pickup .name {
    font-size: 24px;
  }
  .caseIndex .itm.-pickup dl {
    grid-template-columns: 64px 1fr;
    padding-top: 12px;
    border-top: 1px solid #C9C9C9;
  }
  .caseIndex .itm.-pickup dt {
    display: block;
    font-weight: 600;
  }
}



/* ---------------- caseDetail */
.caseArea article.case {
  margin-bottom: 80px;
}

/* head */
.caseHead .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.caseHead .category {
  width: fit-content;
  margin-bottom: 24px;
  padding: 0 16px;
  background: #1C305C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
.caseHead .title {
  margin-bottom: 12px;
  color: #1C305C;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.caseHead .name {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
}
.caseHead .body p + p {
  margin-top: 16px;
}
.caseHead .body dl {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #C9C9C9;
}
.caseHead .body dt {
  font-weight: 600;
}
@media (max-width: 767px) {
  .caseHead .wrap {
    grid-template-columns: 1fr;
  }
  .caseHead .category {
    margin-bottom: 16px;
  }
  .caseHead .title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .caseHead .name {
    font-size: 16px;
  }
  .caseHead .body dl {
    margin-top: 32px;
  }
}

/* body */
.caseBody {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .caseBody.page {
    font-size: 14px;
  }
}

/* image */
.caseImages {
  margin-bottom: 40px;
}
.caseImages .imageGroup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.caseImages .imageGroup figcaption {
  margin-top: 8px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .caseImages .imageGroup {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* link */
.caseLinks {
  margin-top: 72px;
}
.caseLinks ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.caseLinks a {
  font-weight: 600;
}
.caseLinks .prev a::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-left: 1px solid #1C305C;
  border-bottom: 1px solid #1C305C;
  vertical-align: middle;
  transform: translate(0, -2px) rotate(45deg);
}
.caseLinks .next a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  border-top: 1px solid #1C305C;
  border-right: 1px solid #1C305C;
  vertical-align: middle;
  transform: translate(0, -2px) rotate(45deg);
}
.caseLinks .index a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/img/ico_cases_index.svg) no-repeat center center / contain;
  vertical-align: middle;
  transform: translate(0, -2px);
}
.caseLinks a.-disabled {
	pointer-events: none;
	color: #a4acbe;
}
.caseLinks a.-disabled::before,
.caseLinks a.-disabled::after {
	border-color: #a4acbe;
}


/* ---------------- propertyIndex */
/* headSectin */
.propertyIndex .headSection {
	margin-bottom: 12px;
}
.propertyIndex .headSection .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.propertyIndex .headSection .title {
	padding-left: 18px;
	border-left: 6px solid #1c305c;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
}
.propertyIndex .headSection .lead {
	padding-top: 12px;
	font-weight: 600;
}
.propertyIndex .headSection .areaguide {
	position: relative;
	margin-left: 32px;
}
.propertyIndex .headSection .areaguide .box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: -40px;
	right: 0;
	width: 480px;
	padding: 20px 40px;
	background: #fff;
	border: 1px solid #d2d6de;
	border-radius: 2px;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	transition: 0.4s ease;
}
.propertyIndex .headSection .areaguide .box.on {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.propertyIndex .headSection .areaguide .h {
	margin-bottom: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
.propertyIndex .headSection .areaguide .box .plus {
	position: absolute;
	top: 20px;
	right: 20px;
}
.propertyIndex .headSection .areaguide .group {
	display: flex;
	align-items: flex-start;
}
.propertyIndex .headSection .areaguide figure {
	width: 120px;
	margin-right: 20px;
}
.propertyIndex .headSection .areaguide .body {
	flex: 1;
}
@media (max-width: 767px) {
.propertyIndex .headSection .title {
	padding-left: 10px;
	font-size: 18px;
}
.propertyIndex .headSection .btnSave {
  display: none;
}
.propertyIndex .headSection .save {
  overflow: hidden;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
}
.propertyIndex .headSection .save::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.propertyIndex .headSection .areaguide {
	opacity: 0;
	overflow: auto;
	visibility: hidden;
	position: fixed;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: calc(100% - 24px);
	max-height: calc(100% - 24px);
	margin: 0;
	border: 1px solid #dde0e7;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	transform: translate(-50%, -50%);
}
.propertyIndex .headSection .areaguide.on {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}
.propertyIndex .headSection .areaguide .a {
	display: none;
}
.propertyIndex .headSection .areaguide .box {
	opacity: 1;
	visibility: visible;
	position: static;
	width: auto;
	padding: 0;
	border-radius: 2px;
	border: none;
}
.propertyIndex .headSection .areaguide .h {
	margin: 0;
	padding: 16px 45px;
	border-bottom: 1px solid #dde0e7;
}
.propertyIndex .headSection .areaguide .group {
	padding: 16px 20px;
}
.propertyIndex .headSection .areaguide .box .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
}
.propertyIndex .headSection .areaguide .box .plus {
	top: 13px;
	right: 16px;
	width: 22px;
	height: 22px;
}
}

/* selectSection */
.propertyIndex .selectedSection {
	margin-bottom: 24px;
}
.propertyIndex .selectedBox {
	display: flex;
	width: 100%;
	padding: 8px 0;
	border: 1px solid #dde0e7;
}
.propertyIndex .selectedBox .head {
	margin-right: 16px;
	padding: 0 16px;
	border-right: 1px solid #dde0e7;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap;
}
.propertyIndex .selectedBox .body {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	line-height: 40px;
}
.propertyIndex .selectedBox .itm {
	margin-right: 24px;
}
.propertyIndex .selectedBox .h {
	display: inline-block;
	margin-right: 8px;
}
.propertyIndex .selectedBox ul {
	display: inline;
	font-size: 0;
}
.propertyIndex .selectedBox li {
	display: inline-block;
	margin-right: 21px;
	font-size: 15px;
}
.propertyIndex .selectedBox .btn {
	padding: 0 24px;
	line-height: 40px;
}
.propertyIndex .selectedBox .btn .a {
	display: block;
	color: #333;
	font-weight: 600;
}
.propertyIndex .selectedBox .btn .a:hover {
	color: #a59564;
}
.propertyIndex .selectedBox .btn .a::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(/img/ico_change.svg) no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
}
@media (max-width: 767px) {
.propertyIndex .selectedBox {
	display: block;
	padding: 8px 1px 8px 12px;
	font-size: 12px;
}
.propertyIndex .selectedBox .head {
	padding: 0;
	border: none;
	line-height: 2.1;
}
.propertyIndex .selectedBox .body {
	line-height: 2.1;
}
.propertyIndex .selectedBox .itm {
}
.propertyIndex .selectedBox li {
	font-size: 12px;
}
.propertyIndex .selectedBox .btn {
	padding: 0;
	text-align: center;
	line-height: 2.1;
}
}

/* filterSection */
.propertyIndex .filterSection {
	margin-bottom: 48px;
}

/* linksSection */
.propertyIndex .linksSection {
	margin-bottom: 64px;
}
.propertyIndex .linksSection .btnGroup {
	display: none;
}
.propertyIndex h2 {
	margin-bottom: 18px;
	padding-left: 10px;
	border-left: 6px solid #1c305c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}
.marketprice {
	overflow: auto;
	display: flex;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.marketprice .itm {
	flex: 1;
}
.marketprice .itm p {
	padding: 0 16px;
	border-bottom: 1px solid #dde0e7;
	line-height: 48px;
}
.marketprice .itm p.h {
	padding: 0 16px;
	border-bottom: none;
	background: #e8eaee;
	font-weight: 600;
	line-height: 40px;
}
.propertyIndex .marketpriceBlock {
	margin-bottom: 24px;
}
.propertyIndex .marketpriceBlock .close {
	display: none;
}
.propertyIndex .arealinks {
	margin-bottom: 24px;
}
.propertyIndex .arealinks .close {
	display: none;
}
.propertyIndex .linksSection .btn a {
	display: inline-block;
	padding: 0 0 8px;
	border-bottom: 2px solid #1c305c;
	color: #333;
	font-weight: 600;
}
.propertyIndex .linksSection .btn a:hover {
	opacity: 0.6;
}
.propertyIndex .linksSection .btn a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(/img/ico_head_map.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 767px) {
.propertyIndex .linksSection {
	margin-bottom: 24px;
}
.propertyIndex .linksSection .btnGroup {
	display: flex;
	margin-bottom: 32px;
	border: 1px solid #d2d6de;
	border-radius: 2px;
}
.propertyIndex .linksSection .btnGroup li {
	flex: 1;
	border-left: 1px solid #d2d6de;
}
.propertyIndex .linksSection .btnGroup li:first-child {
	border-left: none;
}
.propertyIndex .linksSection .btnGroup .a {
	display: block;
	padding: 8px;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
.propertyIndex .marketpriceBlock {
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: calc(100% - 24px);
	max-height: calc(100% - 24px);
	margin: 0;
	border: 1px solid #dde0e7;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	transform: translate(-50%, -50%);
	transition: 0.4s ease;
}
.propertyIndex .marketpriceBlock.on {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}
.propertyIndex .marketpriceBlock .head {
	margin: 0;
	padding: 16px 45px;
	border-bottom: 1px solid #dde0e7;
	text-align: center;
}
.propertyIndex .marketpriceBlock .head h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
}
.propertyIndex .marketpriceBlock .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding: 15px 16px;
}
.propertyIndex .marketpriceBlock .plus {
	width: 22px;
	height: 22px;
}
.propertyIndex .marketprice {
	flex-wrap: wrap;
	padding: 20px;
}
.propertyIndex .marketprice .itm {
	flex-grow: 0;
	flex-basis: auto;
	width: 50%;
}
.propertyIndex .marketprice .itm:last-child {
	width: 100%;
}
.propertyIndex .marketprice .itm:nth-child(odd) {
	width: 50% !important;
}
.propertyIndex .marketprice .itm:first-child {
	width: 100% !important;
}
.propertyIndex .marketprice .itm p {
	overflow: hidden;
	border: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.propertyIndex .arealinks {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: calc(100% - 24px);
	max-height: calc(100% - 24px);
	margin: 0;
	padding: 0;
	border: 1px solid #dde0e7;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	transform: translate(-50%, -50%);
	transition: 0.4s ease;
}
.propertyIndex .arealinks.on {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}
.propertyIndex .arealinks .head {
	margin: 0;
	padding: 16px 45px;
	border-bottom: 1px solid #dde0e7;
	text-align: center;
	line-height: 1.5;
}
.propertyIndex .arealinks .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding: 15px 16px;
}
.propertyIndex .arealinks .plus {
	width: 22px;
	height: 22px;
}
.propertyIndex .arealinks ul {
	padding: 20px;
}
}

/* propertList */
.propertyList {
	padding-bottom: 64px;
}
.propertyList .result {
    margin-bottom: 8px;
    font-weight: 600;
}
.propertyList .result .num {
    color: #1c305c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.propertyList .listHead {
	margin-bottom: 10px;
}
.propertyList .listHead .select {
	margin-right: 18px;
	vertical-align: middle;
}
.propertyList .listHead .about {
	display: inline-block;
	vertical-align: middle;
}
.tips {
	display: inline-block;
	position: relative;
	margin-left: 8px;
	vertical-align: middle;
}
.tips .ico {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(/img/ico_tips.svg) no-repeat center center #d2d6de;
	background-size: contain;
}
.tips:hover .ico {
	background: url(/img/ico_tips_02.svg) no-repeat center center #1c305c;
	background-size: contain;
}
.tips .message {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: -8px;
	left: 50%;
	width: 272px;
	padding: 18px;
	border: 2px solid #49597d;
	background: #fff;
	box-shadow: 0 6px 12px rgba(11, 51, 129, 0.1);
	border-radius: 4px;
	transform: translateX(-50%);
}
.tips:hover .message {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
.propertyList .result {
    padding: 0 18px;
}
.propertyList .result .num {
    font-size: 18px;
}
.propertyList .listHead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 18px;
}
.tips .message {
	position: fixed;
	z-index: 2000;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s ease;
}
}

/* propertyItm */
.propertyItm {
	padding: 20px 0 40px;
	border-top: 2px solid #dde0e7;
}
.propertyItm .propertyInfo {
	position: relative;
	min-height: 288px;
	margin-bottom: 32px;
	padding-left: 328px;
}
.propertyItm .head {
	margin-bottom: 16px;
	line-height: 1.4;
}
.propertyItm .name {
	position: relative;
	padding-right: 40px;
}
.propertyItm .name .title {
	padding: 0;
	border: none;
	font-size: 24px;
	font-weight: 600;
}
.propertyItm .name .new {
    display: inline-block;
    margin-right: 8px;
    color: #a59564;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.propertyItm .name .favorite {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
}
.propertyItm .copy {
	padding-top: 8px;
}
.propertyItm .group {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #dde0e7;
}
.propertyItm .group figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 288px;
	border: 1px solid #dde0e7;
}
.propertyItm .info {
	width: 40.9%;
}
.propertyItm .info table {
	width: 100%;
	line-height: 1.5;
}
.propertyItm .info th {
	width: 88px;
	padding: 0 8px 8px 0;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.propertyItm .info td {
	padding: 0 0 8px 0;
	text-align: left;
	vertical-align: top;
}
.propertyItm .propertyTags {
	width: 54.54%;
}
.propertyItm .notice {
	margin-bottom: 8px;
	font-size: 14px;
}
.propertyItm .propertyTable .more {
	display: none;
}
.propertyItm .btnMore {
	padding-top: 24px;
	text-align: center;
}
.propertyItm .btnMore .a {
	width: auto;
	padding: 18px 40px;
}
@media (max-width: 1023px) {
.propertyItm .propertyInfo {
	min-height: 0;
	padding-left: 0;
}
.propertyItm .group {
	border: none;
	padding-top: 0;
}
.propertyItm .group figure {
	position: static;
	width: 30.38%;
}
.propertyItm .info {
	width: 65.19%;
}
.propertyItm .propertyTags {
	display: none;
}
}
@media (max-width: 767px) {
.propertyList .layout {
	padding: 0;
}
.propertyItm {
	padding: 20px 0 24px;
}
.propertyItm .propertyInfo {
	margin-bottom: 8px;
	padding: 0 18px;
}
.propertyItm .name {
	padding-right: 32px;
}
.propertyItm .name .title {
	font-size: 15px;
}
.propertyItm .name .new {
	font-size: 13px;
}
.propertyItm .name .favorite {
	width: 14px;
}
.propertyItm .group figure {
	margin-bottom: 8px;
}
.propertyItm .info th {
	display: none;
}
.propertyItm .notice {
	display: none;
}
.propertyItm .btnMore {
	padding: 18px 18px 0;

}
.propertyItm .btnMore .a {
	width: 100%;
	font-size: 12px;
}
}

/* pagination */
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination a,
.pagination span {
	padding: 0 8px;
	font-weight: 600;
	line-height: 32px;
}
.pagination span {
	color: #a4acbe;
}
.pagination .page {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
.pagination .prev,
.pagination .next {
	font-size: 15px;
}
.propertyList .pagination {
	padding-top: 16px;
}
@media (max-width: 767px) {
.pagination .page {
	font-size: 16px;
}
.pagination .prev,
.pagination .next {
	font-size: 12px;
}
}



/* ---------------- propertyArea */
.propertyArea {
	padding-bottom: 16px;
}
.propertyArea section {
	margin-bottom: 64px;
}
.propertyArea h2 {
	padding-left: 16px;
	border-left: 6px solid #1c305c;
	font-size: 20px;
    font-weight: 600;
	line-height: 1.3;
}
@media (max-width: 767px) {
.propertyArea section {
	margin-bottom: 40px;
}
.propertyArea h2 {
	padding-left: 8px;
	border-left: 5px solid #1c305c;
	font-size: 15px;
}
}

/* allProperty */
.propertyArea .allProperty {
	margin-bottom: 32px;
}
.propertyArea .allProperty .laytou {
	display: flex;
	flex-direction: row-reverse;
}
.propertyArea .allProperty .group {
	display: flex;
	justify-content: center;
}
.propertyArea .allProperty .num {
	padding: 6px 64px;
	border: 1px solid #d2d6de;
	font-size: 13px;
	font-weight: 600;
}
.propertyArea .allProperty .en {
	color: #1c305c;
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
}
.propertyArea .allProperty .btn a {
	display: block;
	padding: 6px 32px;
	background: #1c305c;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	vertical-align: top;
}
.propertyArea .allProperty .btn a:hover {
	background: #49597d;
}
@media (max-width: 767px) {
.propertyArea .allProperty .group {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 12px;
	border: 1px solid #d2d6de;
}
.propertyArea .allProperty .num {
	padding: 0;
	border: none;
	font-size: 12px;
}
.propertyArea .allProperty .en {
	font-size: 16px;
	line-height: 32px;
}
.propertyArea .allProperty .btn a {
    padding: 0 8px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 32px;
}
}

/* headSection */
.propertyArea .headSection {
	margin-bottom: 32px;
}
.propertyArea .headSection .group {
	display: flex;
	align-items: center;
}
.propertyArea .headSection .column1 {
	flex: 1;
}
.propertyArea .headSection .column2 {
	width: 208px;
	font-size: 14px;
	text-align: right;
}
.propertyArea .headSection .name {
	padding-left: 18px;
	border-left: 6px solid #1c305c;
	font-size: 0;
}
.propertyArea .headSection .new {
    display: inline;
    margin-right: 10px;
    color: #a59564;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.propertyArea .headSection h1 {
	display: inline;
	margin-right: 32px;
	color: #1c305c;
	font-size: 26px;
    font-weight: 600;
	line-height: 1.3;
	vertical-align: middle;
}
.propertyArea .headSection .favorite {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}
.propertyArea .headSection .copy {
	padding-top: 8px;
	font-weight: 600;
}
.propertyArea .headSection .code {
	display: inline-block;
	border-bottom: 2px solid #dce0e5;
}
.propertyArea .headSection .code .h {
	font-weight: 600;
}
.propertyArea .headSection .code .num {
	font-size: 16px;
}
.propertyArea .headSection .btnPrint {
	margin-left: 18px;
}
@media (max-width: 1023px) {
.propertyArea .headSection .group {
	flex-wrap: wrap;
}
.propertyArea .headSection .column1 {
    flex: auto;
    width: 100%;
}
.propertyArea .headSection .column2 {
    flex: 1;
	width: auto;
	padding-top: 8px;
	text-align: left;
}
.propertyArea .headSection .date {
	display: inline-block;
	margin-right: 16px;
}
}
@media (max-width: 767px) {
.propertyArea .headSection {
	margin-bottom: 16px;
}
.propertyArea .headSection .group {
	display: block;
}
.propertyArea .headSection .name {
	position: relative;
	padding: 0 32px 0 12px;
	border-left-width: 4px;
}
.propertyArea .headSection .new {
    font-size: 13px;
}
.propertyArea .headSection h1 {
	font-size: 18px;
}
.propertyArea .headSection .favorite {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
}
.propertyArea .headSection .column2 {
	font-size: 11px;
}
.propertyArea .headSection .code .num {
	font-size: 11px;
}
.propertyArea .headSection .btnPrint {
    margin-left: 0;
	padding-top: 4px;
}
}

/* mainSection */
.propertyArea .mainSection .columnGroup {
	display: flex;
	justify-content: space-between;
}
.propertyArea .propertyImage {
	width: 45.03%;
}
.propertyArea .propertyInfo {
	width: 50%;
}
@media (max-width: 1023px) {
.propertyArea .mainSection .columnGroup {
	display: block;
}
.propertyArea .propertyImage {
	width: auto;
	max-width: 545px;
	margin: 0 auto 40px;
}
.propertyArea .propertyInfo {
	width: auto;
}
}
@media (max-width: 767px) {
.propertyArea .mainSection .layout {
	padding: 0;
}
.propertyArea .propertyImage {
	padding: 0 40px;
}
}
.closed_room{
	border: 3px solid #1c305c;
	padding: 15px;
	margin: 10px;
}
/* .propertyImage */
.propertyArea .propertyImage .block:nth-child(n + 2) {
	margin-top: 24px;
}
.propertyArea .propertyImage .main {
	margin-bottom: 24px;
}
.propertyArea .propertyImage .main .inner {
    padding-top: 100%;
	border: 1px solid #dde0e7;
}
.propertyArea .propertyImage .main.active .inner {
    padding-top: 0;
}
.propertyArea .propertyImage .main .prev,
.propertyArea .propertyImage .main .next {
	width: 40px;
	height: 40px;
	background-size: 10px;
}
.propertyArea .propertyImage .main .slideGroup {
    display: none;
}
.propertyArea .propertyImage .main.active .slideGroup {
    display: flex;
}
.propertyArea .propertyImage .main .itm {
    opacity: 0;
    position: relative;
}
.propertyArea .propertyImage .main.active .itm {
	opacity: 1;
}
.propertyArea .propertyImage .main .caption {
    display: block;
    padding: 12px 16px 8px;
    text-align: center;
    line-height: 1.3;
}
.propertyArea .propertyImage .thumb {
	padding: 24px 12px;
	background: #f5f5f5;
}
.propertyArea .propertyImage .thumb .itm {
	padding: 0 14px;
}
.propertyArea .propertyImage .thumb .pic {
	border: 1px solid #dde0e7;
}
.propertyArea .propertyImage .floor {
	border: 1px solid #dde0e7;
}
.propertyArea .propertyImage .comment {
    padding-top: 40px;
}
.propertyArea .propertyImage .comment h5 {
    margin-bottom: 8px;
    color: #1c305c;
    font-weight: 600;
}
@media (max-width: 767px) {
.propertyArea .propertyImage .main {
	margin-bottom: 8px;
}
.propertyArea .propertyImage .main .prev,
.propertyArea .propertyImage .main .next {
	width: 32px;
	height: 32px;
	background-size: 8px;
}
.propertyArea .propertyImage .thumb {
	position: relative;
	padding: 0;
	background: none;
}
.propertyArea .propertyImage .thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.propertyArea .propertyImage .thumb .slideGroup {
	flex-wrap: wrap;
	justify-content: center;
	width: 100% !important;
}
.propertyArea .propertyImage .thumb .itm {
	flex-grow: 0;
	flex-basis: auto;
	width: 8px !important;
	height: 8px;
	margin: 4px;
	padding: 0;
	border-radius: 50%;
	background: #d2d6de;
}
.propertyArea .propertyImage .thumb .itm.on {
	background: #1c305c;
}
.propertyArea .propertyImage .thumb .pic {
	display: none;
}
.propertyArea .propertyImage .thumb .prev,
.propertyArea .propertyImage .thumb .next {
	display: none;
}
.propertyArea .propertyImage .block:nth-child(n + 2) {
	margin-top: 16px;
}
.propertyArea .propertyImage .comment {
    padding-top: 24px;
}
}
@media (min-width: 545px) and (max-width: 1023px) {
.propertyArea .propertyImage .main .inner,
.propertyArea .propertyImage figure.floor {
    min-height: 467px;
}
}
@media (min-width: 1256px) {
.propertyArea .propertyImage .main .inner,
.propertyArea .propertyImage figure.floor {
    min-height: 545px;
}
}

/* propertyInfo */
.propertyArea .propertyInfo .h {
	padding: 10px 16px 8px;
	background: #e8eaee;
	border: none;
	color: #1c305c;
	font-size: 15px;
	font-weight: 600;
}
.propertyArea .propertyInfo table {
	width: 100%;
	margin-bottom: 20px;
}
.propertyArea .propertyInfo th {
	width: 124px;
	padding: 8px 16px;
	border-bottom: 1px solid #dde0e7;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.propertyArea .propertyInfo td {
	padding: 8px 16px 8px 0;
	border-bottom: 1px solid #dde0e7;
	text-align: left;
	vertical-align: top;
}
.propertyTags {
	display: flex;
	flex-wrap: wrap;
}
.propertyTags li {
	margin: 0 10px 10px 0;
	padding: 2px 10px 0;
	border-radius: 2px;
	border: 1px solid #dde0e7;
	font-size: 13px;
	line-height: 24px;
}
@media (max-width: 767px) {
.propertyArea .propertyInfo .h {
	font-size: 14px;
}
.propertyArea .propertyInfo th {
	width: 110px;
	padding: 8px 8px 8px 18px;
}
.propertyArea .propertyTags {
	padding: 0 8px 0 18px;
}
}

/* propertyTable */
.propertyTable .head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.propertyTable .head p {
	margin-left: 24px;
	white-space: nowrap;
}
.propertyTable table {
	width: 100%;
	line-height: 1.2;
}
.propertyTable thead th {
	padding: 11px 8px;
	background: #e8eaee;
	color: #1c305c;
	text-align: center;
}
.propertyTable tbody tr {
	cursor: pointer;
}
.propertyTable td {
	padding: 15px 8px;
	border-bottom: 1px solid #dde0e7;
    font-size: 16px;
	text-align: center;
}
.propertyTable tbody tr:hover td {
	background: #f5f5f5;
}
.propertyTable td a {
	font-weight: 600;
}
.propertyTable td .favorite {
	width: 14px;
}
.propertyTable td .new {
    display: block;
    margin-bottom: 4px;
    color: #a59564;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
.propertyTable td .btn {
    width: auto;
    padding: 6px 16px;
    font-size: 13px;
}
@media (max-width: 1023px) {
.propertyTable .head {
	display: block;
}
.propertyTable .head p {
	margin: 0;
	padding-top: 8px;
	white-space: normal;
}
.propertyTable table {
	border-top: 1px solid #dde0e7;
}
.propertyTable thead {
	display: none;
}
.propertyTable td:nth-child(5),
.propertyTable td:nth-child(6),
.propertyTable td:nth-child(8) {
	display: none;
}
}
@media (max-width: 767px) {
.propertyTable .head {
	margin-bottom: 8px;
}
.propertyTable .head p {
	font-size: 12px;
}
.propertyTable td {
    font-size: 13px;
}
}

/* mapSection */
.propertyArea .mapSection #map {
	height: 320px;
	margin-bottom: 16px;
	border: 1px solid #dde0e7;
	background: #f6f7f9;
}
.propertyArea .mapSection .btn {
	margin-bottom: 20px;
}
.propertyArea .mapSection .btn a {
	display: inline-block;
	padding: 0 0 8px;
	border-bottom: 2px solid #1c305c;
	color: #333;
	font-weight: 600;
}
.propertyArea .mapSection .btn a:hover {
	opacity: 0.6;
}
.propertyArea .mapSection .btn a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(/img/ico_head_map.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.propertyArea .mapSection .linkGroup .group {
	display: flex;
	justify-content: space-between;
}
.arealinks {
	display: flex;
	width: 100%;
	padding: 8px 0;
	border: 1px solid #dde0e7;
}
.propertyArea .mapSection .arealinks {
	width: 48.34%;
}
.arealinks .h {
	margin-right: 16px;
	padding: 0 16px;
	border-right: 1px solid #dde0e7;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap;
}
.arealinks ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 0
}
.arealinks li {
	margin-right: 21px;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
}
@media (max-width: 1023px) {
.propertyArea .mapSection .linkGroup .group {
	display: block;
}
.propertyArea .mapSection .arealinks {
	width: auto;
}
.arealinks:first-child {
	margin-bottom: 16px;
}
}
@media (max-width: 767px) {
.propertyArea .mapSection #map {
	height: 190px;
}
.arealinks {
	display: block;
	padding: 12px 1px 12px 12px;
}
.arealinks .h {
	padding: 0;
	border: none;
	font-size: 12px;
	line-height: 2.1;
}
.arealinks li {
	font-size: 12px;
	line-height: 2.1;
}
}

/* recommendSection */
.recommendSection {
	padding: 32px 0 40px;
	background: #f6f7f9;
}
.recommendSection .head {
	position: relative;
	margin-bottom: 28px;
	padding: 0 0 16px;
	border: none;
	color: #1c305c;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.recommendSection .head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 48px;
	height: 4px;
	background: #1c305c;
	transform: translateX(-50%);
}
.recommendSection .slide {
	padding: 0 4px;
}
.recommendSection .itm {
	padding: 0 20px;
	line-height: 1.5;
}
.recommendSection .name {
	font-size: 16px;
	font-weight: 600;
}
.recommendSection .name .favorite {
	width: 14px;
	margin-left: 8px;
}
.recommendSection .address {
	margin-bottom: 4px;
	font-size: 14px;
}
.recommendSection .group {
	display: flex;
	align-items: flex-start;
}
.recommendSection figure {
	width: 38.7%;
	margin-right: 16px;
	border: 1px solid #dde0e7;
}
.recommendSection figure a {
	display: block;
}
.recommendSection .body {
	flex: 1;
	font-size: 14px;
}
.propertyArea .recommendSection {
	margin-bottom: 32px;
}
@media (max-width: 1023px) {
.recommendSection .itm {
	padding: 0 10px;
}
.recommendSection .name {
	font-size: 14px;
}
.recommendSection .address {
	font-size: 12px;
}
.recommendSection .body {
	font-size: 12px;
}
}
@media (max-width: 767px) {
.recommendSection {
	overflow: hidden;
	padding: 24px 0;
}
.recommendSection .head {
	margin-bottom: 20px;
	font-size: 14px;
}
.recommendSection .slide {
	margin: 0 16px;
	padding: 0 32px;
}
.recommendSection .slide .inner {
	overflow: visible;
}
.recommendSection .itm {
	padding: 0 8px;
}
}

/* contactSection */
.propertyArea .contactSection .notice {
	margin-bottom: 56px;
	font-size: 14px;
	line-height: 2;
}
.propertyArea .contactSection .notice a {
	font-weight: 600;
}
.propertyArea .contactSection .button {
	text-align: center;
}
.propertyArea .contactSection .btn {
	font-size: 20px;
}
.propertyArea .contactSection .btn::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 18px;
	background: url(/img/ico_property_contact.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width: 767px) {
.propertyArea .contactSection .notice {
	margin-bottom: 40px;
	font-size: 10px;
	line-height: 1.75;
}
.propertyArea .contactSection .btn {
	font-size: 14px;
}
}

/* fixBottom */
.fixBottom {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1c305c;
	color: #fff;
}
.fixBottom .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}
.fixBottom .favorite {
	display: block;
	width: auto;
	padding-bottom: 4px;
	border-bottom: 2px solid #fff;
    background: none;
	color: #fff;
	font-weight: 600;
}
.fixBottom .favorite:hover {
	opacity: 1;
	border-color: #a59564;
	color: #a59564;
}
.fixBottom .favorite span {
	display: inline-block;
	width: 14px;
	margin-right: 10px;
	padding-top: 18px;
	vertical-align: middle;
}
.fixBottom .favorite p {
	display: inline-block;
	vertical-align: middle;
}
.fixBottom .btn {
	width: 100%;
	max-width: 300px;
	margin: 0 15px;
}
.fixBottom .btn.notice {
	width: 100%;
	max-width: 265px;
	margin: 0 15px;
}
.fixBottom .btn.notice_icon {
	max-width: 300px;
}
.fixBottom .btn button {
	display: inline-block;
	width: 100%;
	padding: 8px 16px;
	background: #fff;
	border-radius: 2px;
	color: #1c305c;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.fixBottom .btn.notice a {
	display: inline-block;
	width: 100%;
	padding: 8px 16px;
	background: #fff;
	border-radius: 2px;
	color: #1c305c;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}
.fixBottom .btn button:hover,
.fixBottom .btn.notice a:hover{
	background-color: #4f7dab;
	color: #fff;
}
.fixBottom .btn button::before,
.btn.notice_icon a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 18px;
	background: url(/img/ico_property_contact_02.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	transition: 0.4s ease;
}
.fixBottom .btn button:hover::before {
	background-image: url(/img/ico_property_contact.svg);
}
.fixBottom .phone a {
	color: #fff;
}
.fixBottom .phone .num {
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
}
.fixBottom .phone .num::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background: url(/img/ico_phone_02.svg) no-repeat center center;
	background-size: 100%;
}
.fixBottom .phone .noteBlock {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}
.fixBottom .buttonFavorite {
    padding: 15px 0;
    text-align: center;
}
.fixBottom .buttonFavorite a {
	display: inline-block;
	width: 100%;
    max-width: 516px;
	padding: 8px 16px;
	background: #fff;
	border-radius: 2px;
	color: #1c305c;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.fixBottom .buttonFavorite a:hover {
	background-color: #4f7dab;
	color: #fff;
}
.fixBottom .buttonFavorite a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 18px;
	background: url(/img/ico_property_contact_02.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	transition: 0.4s ease;
}
.fixBottom .buttonFavorite a:hover::before {
	background-image: url(/img/ico_property_contact.svg);
}
@media (max-width: 1023px) {
.fixBottom .favorite {
	padding-bottom: 0;
	border-bottom: none;
	text-align: center;
}
.fixBottom .favorite::after {
	content: 'お気に入り';
	display: block;
	padding-top: 4px;
	font-size: 9px;
	font-weight: 300;
}
.fixBottom .favorite.blank::after {
	content: '';
	width: 46px;
}
.fixBottom .favorite span {
	width: 19px;
	margin: 0;
	padding-top: 24px;
}
.fixBottom .favorite p {
	display: none;
	white-space: nowrap;
}
.fixBottom .btn {
	margin: 0 8px;
}
.fixBottom .btn button {
	display: inline-block;
	width: 100%;
	padding: 12px 8px;
	font-size: 14px;
}
.fixBottom .btn.notice a {
	display: inline-block;
	width: 100%;
	padding: 12px 8px;
	font-size: 14px;
}
.fixBottom .phone a {
	overflow: hidden;
	display: block;
	width: 48px;
	height: 48px;
	background: url(/img/ico_phone.svg) no-repeat center center #fff;
	background-size: 22px;
	border-radius: 2px;
	text-indent: 100%;
	white-space: nowrap;
}
.fixBottom .btn button::before,
.btn.notice_icon a::before {
	width: 19px;
	height: 19px;
	margin-right: 8px;
}
.fixBottom .buttonFavorite a {
	display: inline-block;
	width: 100%;
	padding: 12px 8px;
	border-bottom-right-radius: 4px;
	font-size: 14px;
}
.fixBottom .buttonFavorite a::before {
	width: 19px;
	height: 19px;
	margin-right: 8px;
}
}
@media (max-width: 767px) {
	.fixBottom .btn {
		max-width: 208px;
		margin: 0 4px;
	}
	.fixBottom .btn button {
		font-size: 12px;
	}
	.fixBottom .btn.notice {
		max-width: 175px;
		margin: 0 4px;
	}
	.fixBottom .btn.notice a {
		font-size: 12px;
	}
}
@media (max-width: 550px) {
	.fixBottom .btn {
		max-width: 120px;
	}
	.fixBottom .btn.notice {
		max-width: 115px;
	}
	.fixBottom .btn.wide {
		max-width: 208px;
	}
}
	


/* ---------------- favoritepage */
.favoriteTab {
    margin-bottom: 32px;
}
.favoriteTab .btnPrint {
	position: absolute;
    bottom: 14px;
    right: 24px;
}
.btnPrint a {
	display: inline-block;
	padding: 0 0 8px;
	border-bottom: 2px solid #1c305c;
	color: #333;
	font-weight: 600;
}
.btnPrint a:hover {
	opacity: 0.6;
}
.btnPrint a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(/img/ico_print.svg) no-repeat center center;
	vertical-align: middle;
}
.propertyFavorite .favoriteMsg {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 16px;
    border-radius: 2px;
    background: #e8eaee;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}
.propertyFavorite .propertyTable tr.hide {
    display: none;
    background: #f6f7f9;
}
.propertyFavorite .propertyTable tr.hide.on {
    display: table-row;
}
.propertyFavorite .propertyItm .btnMore .txt2 {
    display: none;
}
.propertyFavorite .propertyItm .btnMore .on .txt1 {
    display: none;
}
.propertyFavorite .propertyItm .btnMore .on .txt2 {
    display: inline;
}
.favoriteBottom {
	position: relative;
}
.favoriteBottom .btnPrint {
	position: absolute;
    top: 16px;
    right: 0;
}
@media (max-width: 767px) {
.favoriteTab {
    margin-bottom: 16px;
}
.favoriteTab .btnPrint {
	position: static;
    padding: 16px 0 0;
}
.favoriteBottom {
    text-align: center;
}
.favoriteBottom .btnPrint {
    position: static;
    padding-top: 32px;
}
.propertyFavorite .favoriteMsg {
    padding: 4px 8px;
    font-size: 12px;
}
}

/* favoriteList */
.favoriteList {
    margin-bottom: 32px;
    padding: 40px 0 1px;
    border-top: 2px solid #dde0e7;
    border-bottom: 2px solid #dde0e7
}
.favoriteList .itm {
    position: relative;
    margin-bottom: 40px;
    padding-left: 208px;
}
.favoriteList figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    border: 1px solid #dde0e7;
}
.favoriteList .head {
   margin-bottom: 16px;
   padding-right: 64px;
}
.favoriteList .title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.41;
}
.favoriteList .delete {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
	background: url(/img/ico_close_02.svg) no-repeat center center #e8eaee;
	background-size: 8px;
}
.favoriteList .delete:hover {
	background: url(/img/ico_close.svg) no-repeat center center #1c305c;
	background-size: 8px;
}
.favoriteList .group .delete {
	position: absolute;
    top: 0;
    right: 16px;
    width: 22px;
    height: 22px;
    background-size: 10px;
}
@media (max-width: 767px) {
.favoriteList {
    padding: 32px 0 1px;
}
.favoriteList .itm {
    margin-bottom: 32px;
    padding: 0;
}
.favoriteList .head {
    display: flex;
    align-items: flex-start;
}
.favoriteList figure {
    position: static;
    width: 30.38%;
    margin-right: 8px;
}
.favoriteList .group {
    flex: 1;
}
.favoriteList .title {
    font-size: 15px;
}
.favoriteList .group .delete {
    right: 0;
}
.favoriteList .propertyTable {
    margin: 0 -18px;
}
}

/* searchList */
.searchList {
  margin-bottom: 64px;
}
.searchList .searchItm {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 32px;
  border-top: 1px solid #dde0e7;
  border-bottom: 1px solid #dde0e7;
}
.searchList .date {
  width: 88px;
}
.searchList .body {
  flex: 1;
  margin-right: 32px;
  line-height: 1.4;
}
.searchList .btns {
  display: flex;
}
.searchList .detail {
  width: 120px;
  margin-right: 16px;
}
.searchList .detail a {
  display: block;
  padding: 1px 10px 0;
  background: #a59564;
  border-radius: 2px;
  color: #fff;
  line-height: 39px;
}
.searchList .detail a:hover {
  background: #baa872;
}
.searchList .detail a::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background: url(/img/ico_search.svg) no-repeat center center / contain;
  vertical-align: middle;
}
.searchList .delete {
  width: 120px;
  margin-right: 16px;
}
.searchList .delete .a {
  display: block;
  padding: 1px 10px 0;
  background: #f3f4f7;
  border-radius: 2px;
  line-height: 39px;
}
.searchList .delete .a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  background: url(/img/ico_close.svg) no-repeat center center #415971;
  background-size: 10px;
  vertical-align: middle;
}
.searchList .favoriteBottom {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .searchList .searchItm {
  display: block;
  margin-bottom: 16px;
  padding: 16px;
}
.searchList .date {
  width: auto;
  margin-bottom: 8px;
}
.searchList .body {
  margin: 0 0 16px;
}
.searchList .favoriteBottom {
  margin-top: 40px;
}
}



/* ---------------- articleArea */
.articleArea {
	margin-bottom: 80px;
}
.articleArea .articleLayout {
	display: flex;
	justify-content: space-between;
}
.articleArea .main {
	width: 65.56%;
}
.articleArea .main.wide {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.articleArea .side {
	width: 27.98%;
}
@media (max-width: 1023px) {
.articleArea .articleLayout {
	display: block;
}
.articleArea .main {
	width: auto;
	margin-bottom: 50px !important;
}
.articleArea .side {
	width: auto;
	max-width: 338px;
	margin: 0 auto;
}
}

/* headBlock */
.articleArea .headBlock {
	margin-bottom: 32px;
}
.articleArea .headBlock .title {
	color: #1c305c;
	font-size: 28px;
	font-weight: 600;
}
.articleArea .headBlock .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 3px;
}
.articleInfo .date {
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
}
.articleInfo .category {
	display: inline-block;
}
.articleInfo .category a {
	display: inline-block;
	margin: 2px 12px 2px 0;
	padding: 1px 12px 0;
	border: 1px solid #1c305c;
	background: #fff;
	color: #1c305c;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px;
}
.headBlock .articleInfo .date {
	font-size: 14px;
}
.headBlock .articleInfo .category a {
	font-size: 13px;
	line-height: 26px;
}
.articleArea .share {
	display: flex;
	padding: 5px 0;
}
.articleArea .share li {
	margin-left: 8px;
}
.articleArea .share a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #dde0e7;
	border-radius: 50%;
}
@media (max-width: 767px) {
.articleArea .headBlock {
	margin-bottom: 16px;
}
.articleArea .headBlock .title {
	font-size: 19px;
}
.articleArea .headBlock .group {
	display: block;
}
.articleInfo .date {
	font-size: 10px;
}
.articleInfo .category a {
	font-size: 9px;
	line-height: 15px;
}
.headBlock .articleInfo .date {
	font-size: 13px;
}
.headBlock .articleInfo .category a {
	font-size: 12px;
	line-height: 19px;
}
.articleArea .share {
	padding: 20px 0 0;
}
.articleArea .share li {
	margin: 0 8px 0 0;
}
}

/* footBlock */
.articleArea .footBlock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.articleArea .footBlock .category {
	font-size: 14px;
}
.articleArea .footBlock .category dt {
	display: inline-block;
	font-weight: 600;
}
.articleArea .footBlock .category dd {
	display: inline-block;
	margin-right: 8px;
	font-weight: 600;
}

/* articleIndex */
.articleIndex .itm {
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #dde0e7;
}
.articleIndex .itm:first-child {
	border-top: 1px solid #dde0e7;
}
.articleIndex figure {
	position: relative;
	z-index: 1;
	width: 168px;
	margin-right: 40px;
}
.articleIndex figure img {
	width: 100%;
}
.articleIndex .body {
	flex: 1;
	position: relative;
	z-index: 1;
	padding-top: 16px;
}
.articleIndex .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
.articleIndex .articleInfo {
	padding-top: 8px;
}
.articleIndex .itm.strong {
	display: block;
	padding: 40px 0;
}
.articleIndex .itm.strong figure {
	width: 100%;
}
.articleIndex .itm.strong .title {
	font-size: 26px;
}
.articleIndex .itm.strong:first-child {
	position: relative;
	padding: 0 0 64px;
	border-top: none;
}
.articleIndex .itm.strong:first-child::before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 32px;
	right: 64px;
	width: 100vw;
	height: 380px;
	background: #f3f4f7;
}
.articleArea .btnMore {
	padding-top: 20px;
	text-align: center;
}
.articleArea .btnMore .btn {
	max-width: 274px;
}
@media (max-width: 767px) {
.articleIndex {
	margin: 0 -18px;
}
.articleIndex .itm {
	padding: 10px 18px;
}
.articleIndex figure {
	width: 104px;
	margin-right: 10px;
}
.articleIndex .body {
	padding-top: 8px;
}
.articleIndex .title {
	font-size: 14px;
}
.articleIndex .itm.strong {
		padding: 20px 0;
}
.articleIndex .itm.strong:first-child {
	padding: 0 0 20px;
}
.articleIndex .itm.strong:first-child::before {
	display: none;
}
.articleIndex .itm.strong .body {
	padding: 16px 18px 0;
}
.articleIndex .itm.strong .title {
	font-size: 18px;
}
.articleIndex .itm.strong .articleInfo .date {
	font-size: 13px;
}
.articleIndex .itm.strong .articleInfo .category a {
	font-size: 12px;
	line-height: 19px;
}
}

/* side */
.articleArea .side .block {
	margin-bottom: 40px;
}
.articleArea .side .head {
	margin-bottom: 8px;
}
.articleArea .side .head .h {
	color: #1c305c;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.articleArea .side .head .rub {
	font-size: 12px;
	font-weight: 600;
}
.articleArea .side .articleIndex .itm {
	padding: 8px 0;
}
.articleArea .side .articleIndex figure {
	width: 104px;
	margin-right: 12px;
}
.articleArea .side .articleIndex .body {
	padding-top: 8px;
}
.articleArea .side .articleIndex .title {
	font-size: 13px;
}
.articleArea .navigation li {
	margin-bottom: 8px;
}
.articleArea .navigation a {
	display: block;
	padding: 11px 8px;
	border: 1px solid #dde0e7;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.articleArea .navigation a:hover {
	background: #f3f4f7;
	color: #1c305c;
}
@media (max-width: 767px) {
.articleArea .side .articleIndex {
	margin: 0;
}
}

/* newsIndex */
.newsIndex {
    border-top: 1px solid #dde0e7;
}
.newsIndex .itm {
    padding: 24px 0;
    border-bottom: 1px solid #dde0e7;
}
.newsIndex .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 767px) {
.newsIndex .itm {
    padding: 16px 0;
}
.newsIndex .title {
    font-size: 14px;
}
}



/* ---------------- page */
.page {
	font-size: 16px;
}
.page h2 {
	margin-bottom: 32px;
	color: #1c305c;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
}
.page h3 {
    position: relative;
	margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dde0e7;
	color: #1c305c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}
.page h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 163px;
    height: 1px;
    background: #1c305c;
}
.page h4 {
	margin-bottom: 32px;
	color: #1c305c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
.page h5 {
	margin-bottom: 16px;
	color: #1c305c;
	font-weight: 600;
	line-height: 1.6;
}
.page p {
	margin-bottom: 32px;
}
.page figure {
	margin-bottom: 32px;
}
.page figure figcaption {
	padding-top: 8px;
	font-size: 12px;
	font-weight: 600;
}
.page ul {
	margin-bottom: 32px;
	padding-left: 28px;
	list-style: disc;
}
.page ol {
	margin-bottom: 32px;
	padding-left: 28px;
}
.page table {
	margin-bottom: 32px;
	line-height: 1.3;
}
.page table th {
	padding: 8px 16px;
	border: 1px solid #dde0e7;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.page table td {
	padding: 8px 16px;
	border: 1px solid #dde0e7;
	text-align: left;
	vertical-align: top;
}
.page table thead th,
.page table.vertical th {
	background: #e8eaee;
	color: #1c305c;
}
.page blockquote {
	position: relative;
	margin: 0 0 32px;
	padding: 40px 48px 8px;
	background: url(/img/bg_blockquote.svg) no-repeat 20px 12px #f3f4f7;
	background-size: 27px;
}
.page hr {
	margin: 0 0 32px;
	border: none;
	border-bottom: 1px solid #dde0e7;
}
.article_property {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #dde0e7;
}
.article_property:hover {
    background: #f3f4f7;
}
.article_property .article_item_image {
    width: 100px;
    margin-right: 40px;
    border: 1px solid #dde0e7;
}
.article_property .article_item_image .pic {
}
.article_property .article_item_body {
    flex: 1;
    font-size: 14px;
    line-height: 2;
}
.article_property .article_item_body span {
    display: block;
}
.article_property .article_item_body .h {
    font-size: 18px;
    font-weight: 600;
}
.article_property .article_item_body b {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 767px) {
.page h2 {
	font-size: 18px;
}
.page h3 {
	font-size: 16px;
}
.page h4 {
	font-size: 15px;
}
.page figure {
	margin: 0 -18px 32px;
}
.page figure figcaption {
	padding: 8px 18px 0;
	font-size: 14px;
}
.page table.vertical {
    display: block;
    border-bottom: 1px solid #dde0e7;
}
.page table.vertical th {
    display: block;
    border-bottom: none;
}
.page table.vertical td {
    display: block;
    border-bottom: none;
}
.page blockquote {
	padding: 40px 24px 8px;
	background-position: 10px 10px;
	background-size: 27px;
}
.article_property .article_item_image {
    margin-right: 16px;
}
.article_property .article_item_body {
    line-height: 1.5;
}
.article_property .article_item_body .h,
.article_property .article_item_body b {
    font-size: 14px;
}
}



/* ---------------- formArea */
.formArea {
	padding-bottom: 120px;
}
.formArea .headBlock {
	max-width: 872px;
	margin: 0 auto 64px;
}
.formArea .headBlock .title {
	color: #1c305c;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.formArea .bodyBlock {
	max-width: 872px;
	margin: 0 auto 32px;
}
.formArea .bodyBlock p {
	margin-bottom: 32px;
}
.formArea .flow {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.formArea .flow li {
	position: relative;
	width: 64px;
	margin: 0 36px;
	background: #e8eaee;
	border-radius: 50%;
	color: #1c305c;
	font-weight: 600;
	text-align: center;
	line-height: 64px;
}
.formArea .flow li.on {
	background: #1c305c;
	color: #fff;
}
.formArea .flow li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 92px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #dde0e7;
	border-right: 2px solid #dde0e7;
	transform: translateY(-50%) rotate(45deg);
}
.formArea .flow li:last-child::after {
	display: none;
}
.formArea .contactInformation {
    margin-bottom: 32px;
    padding: 24px 40px;
    background: #f2efe8;
	text-align: center;
}
.formArea .contactInformation p {
    margin-bottom: 0;
	display: inline-block;
	text-align: left;
}
.formArea .phoneInformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border: 1px solid #dde0e7;
    margin-bottom: 32px;
}
.formArea .phoneInformation .head {
    padding: 0 20px 0 78px;
}
.formArea .phoneInformation .company {
    font-size: 20px;
    font-weight: 600;
}
.formArea .phoneInformation .division {
    display: inline-block;
    padding: 0 8px;
    background: #1c305c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}
.formArea .phoneInformation .body {
    width: 50%;
    padding: 0 20px;
    text-align: center;
}
.formArea .phoneInformation .num a {
    color: #1c305c;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}
.formArea .phoneInformation .num a::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 4px;
	background: url(/img/ico_phone.svg) no-repeat center center;
	background-size: contain;
}
.formArea .phoneInformation .staff {
    font-size: 16px;
    font-weight: 600;
}
.formArea .phoneInformation .noteBlock {
    display: inline-block;
    margin-top: 6px;
    padding: 8px 0 0;
    border-top: 1px solid #dde0e7;
    font-size: 14px;
}
.formArea .phoneInformation .time {
    display: inline-block;
    padding: 0 12px;
}
.formArea .phoneInformation .day {
    display: inline-block;
    padding: 0 12px;
}
.formArea .lineInformation {
   display: flex;
   justify-content: center;
   align-items: center;
}
.formArea .lineInformation {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin-bottom: 32px;
   padding: 30px 0;
   background: #f1f1f3;
   border: 1px solid #00b900;
}
.formArea .lineInformation .img {
    padding: 10px 30px;
    border-right: 1px solid #dde0e7;
}
.formArea .lineInformation .button {
    position: relative;
    padding: 10px 30px;
}
.formArea .lineInformation .button a {
   position: absolute;
   top: 114px;
   left: 54px;
   width: 120px;
   height: 32px;
}
.formArea .thanksBlock {
    text-align: center;
}
@media (max-width: 1023px) {
.formArea .phoneInformation {
    display: block;
    padding: 40px;
}
.formArea .phoneInformation .head {
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
}
.formArea .phoneInformation .body {
    width: auto;
}
.formArea .lineInformation {
    display: block;
    text-align: center;
}
.formArea .lineInformation .img {
    border: none;
}
}
@media (max-width: 767px) {
.formArea .headBlock {
    margin-bottom: 40px;
}
.formArea .flow li {
	margin: 0 16px;
}
.formArea .flow li::after {
	left: 72px;
}
.formArea .contactInformation {
    padding: 18px;
}
.formArea .phoneInformation {
    padding: 18px;
}
.formArea .phoneInformation .company {
    font-size: 18px;
}
.formArea .phoneInformation .num a {
    font-size: 27px;
}
.formArea .phoneInformation .num a::before {
    width: 20px;
    height: 20px;
}
.formArea .phoneInformation .staff {
    font-size: 13px;
}
.formArea .phoneInformation .noteBlock {
    font-size: 11px;
}
.formArea .lineInformation {
    padding: 8px 0;
}
.formArea .lineInformation .img {
    padding: 24px 32px 10px;
}
.formArea .lineInformation .button {
    padding: 10px 32px 24px;
}
.formArea .lineInformation .button .inner {
   display: block;
   position: relative;
}
.formArea .lineInformation .button a {
   top: 27.77%;
   left: 52.94%;
   width: 44.11%;
   height: 44.44%;
}
}

/* formBlock */
.formBlock {
	max-width: 872px;
	margin: 0 auto;
}
.formBlock .group {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 1px solid #dde0e7;
}
.formBlock .group:first-of-type {
	border-top: 1px solid #dde0e7;
}
.formBlock .label {
	position: relative;
	width: 267px;
	padding: 9px 16px 0 104px;
	font-weight: 600;
}
.formBlock .body {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.formBlock .group.required .label::before {
	content: '必須';
	position: absolute;
	top: 6px;
	left: 40px;
	width: 50px;
	background: #1c305c;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
}
.formBlock .alert {
	width: 100%;
	color: #ff5722;
}
.formBlock label {
	margin-right: 32px;
    padding: 9px 0;
}
.formBlock label:last-of-type {
	margin-right: 0;
}
.formBlock label input {
	margin-right: 10px;
}
.formBlock label .note {
	display: block;
    font-size: 12px;
}
.formBlock .text {
	width: 100%;
	max-width: 488px;
	height: 44px;
	border: 1px solid #dde0e7;
	border-radius: 2px;
	background: #f3f4f7;
	line-height: 1.5;
	outline: none;
}
.formBlock .text:focus {
	padding: 0 7px;
	border: 2px solid #77839d
}
.formBlock textarea.text {
	height: 120px;
	padding: 8px;
}
.formBlock textarea.text:focus {
	padding: 8px 7px;
}
.formBlock .text.error {
	padding: 8px 7px;
	border-color: #ff5722;
	background: #fbe9e7;
}
.formBlock .nameInput {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.formBlock .nameInput .h {
	margin-right: 8px;
}
.formBlock .nameInput .text {
	max-width: 160px;
	margin-right: 20px;
}
.formBlock .privacy {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 0;
}
.formBlock .privacy .head {
	margin-right: 40px;
	font-weight: 600;
}
.formBlock .privacy .body {
	flex-grow: 0;
	flex-basis: auto;
}
.formBlock .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-top: 40px;
}
.formBlock .btns .btn {
	max-width: 260px;
    margin: 0 16px 16px;
}
.formBlock .btns .btn:disabled {
	background-color: #a4acbe;
}
.formBlock.confirm .body p {
	padding: 9px 0;
}
@media (max-width: 767px) {
.formBlock .group {
	display: block;
	padding: 16px 0;
	line-height: 24px;
}
.formBlock .label {
	margin: 0;
	padding: 0 0 16px 48px;
}
.formBlock .group.required .label::before {
	top: 0;
	left: 0;
	width: 32px;
	line-height: 24px;
}
.formBlock label {
	margin-right: 16px;
}
.formBlock .text {
	height: 32px;
}
.formBlock .nameInput .text {
	width: 100px;
}
.formBlock.confirm .body p {
	padding: 0;
}
}



/* ---------------- topArea */
.topArea section {
    margin-bottom: 80px;
}
.topArea .topHead {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5;
}
.topArea .topHead h2 {
    color: #1c305c;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.topArea .topHead .sub {
    font-weight: 600;
}
@media (max-width: 767px) {
.topArea section {
    margin-bottom: 48px;
}
.topArea .topHead {
    margin-bottom: 16px;
}
.topArea .topHead h2 {
    font-size: 22px;
}
.topArea .topHead .sub {
    font-size: 12px;
}
}

/* hero */
.topArea .hero {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 14px 0 40px;
}
.topArea .hero .inner {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
}
.topArea .hero .inner::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 40px;
    right: 172px;
    width: calc((1340px - 172px) + ((100vw - 1340px) / 2));
    height: 100%;
    background: #f3f4f7;
}
.topArea .hero .heroSlide {
    position: relative;
}
.topArea .hero .itm {
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s ease;
}
.topArea .hero .itm:first-child {
    position: relative;
}
.topArea .hero .itm.on {
    opacity: 1;
    z-index: 2;
}
.topArea .hero figure {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 940px;
    height: 448px;
}
.topArea .hero figure .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background-size: cover;
    transition: 2s ease;
}
.topArea .hero .itm.on figure .pic {
    transform: scale(1.03);
    transition: 6s linear;
}
.topArea .hero .body {
    position: absolute;
    z-index: 2;
    top: 135px;
    left: 64px;
    padding-left: 64px;
    transition: 0.8s ease;
}
.topArea .hero .itm.on .body {
    left: 0;
}
.topArea .hero .copy span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 16px;
    background: #fff;
    color: #1c305c;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}
.topArea .hero .copy p {
    display: inline;
    margin-bottom: 16px;
    background: #fff;
    color: #1c305c;
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
    white-space: nowrap;
}
.topArea .hero .more {
    padding-top: 20px;
}
.topArea .hero .more .btn {
    position: relative;
    max-width: 178px;
    padding: 0 16px;
    line-height: 48px;
}
.topArea .hero .more .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    background: url(/img/ico_arrow.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}
.topArea .hero .prev {
	position: absolute;
    z-index: 10;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(/img/ico_arrow.svg) no-repeat center center #1c305c;
	background-size: 12px;
	transform: translate(-50%, -50%) rotate(180deg);
	transition: 0.4s ease;
}
.topArea .hero .next {
	position: absolute;
    z-index: 10;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(/img/ico_arrow.svg) no-repeat center center #1c305c;
	background-size: 12px;
	transform: translate(50%, -50%);
	transition: 0.4s ease;
}
.topArea .hero .prev:hover,
.topArea .hero .next:hover {
	background-color: #49597d;
}
.topArea .hero .dot {
    display: flex;
	position: absolute;
    z-index: 10;
    bottom: 16px;
    left: 64px;
}
.topArea .hero .dot li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #d2d6de;
}
.topArea .hero .dot li.on {
    background: #1c305c;
}
@media (max-width: 1400px) {
.topArea .hero .prev {
	left: 32px;
}
.topArea .hero .next {
	right: 32px;
}
}
@media (max-width: 767px) {
.topArea .hero {
    padding-bottom: 0;
}
.topArea .hero .inner::before {
    top: 36px;
    right: 36px;
    height: calc(100% - 48px);
}
.topArea .hero .heroSlide {
	margin: 0 18px;
}
.topArea .hero .itm {
    padding-bottom: 102px;
}
.topArea .hero figure {
	height: 158px;
}
.topArea .hero .body {
    top: auto;
    bottom: 0;
    padding-left: 0;
}
.topArea .hero .copy span {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
}
.topArea .hero .copy p {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 32px;
}
.topArea .hero .more {
   padding-top: 16px;
}
.topArea .hero .more .btn {
    max-width: 162px;
    line-height: 40px;
}
.topArea .hero .prev {
    top: 64px;
    left: -10px;
    width: 32px;
    height: 32px;
    background-size: 8px;
    transform: rotate(180deg);
}
.topArea .hero .next {
    top: 64px;
    right: -10px;
    width: 32px;
    height: 32px;
    background-size: 8px;
    transform: none;
}
.topArea .hero .dot {
    bottom: 24px;
    left: auto;
    right: 32px;
}
.topArea .hero .dot li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
}

/* property */
.topArea .property {
    margin-bottom: 40px;
}
.topArea .property .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 584px;
    margin: 0 auto;
    padding: 8px 0;
    border: 1px solid #dde0e7;
}
.topArea .property .head {
    margin: 8px 20px;
    line-height: 1.5;
}
.topArea .property .total {
    font-weight: 600;
}
.topArea .property .total .num {
    color: #1c305c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.topArea .property .update {
    font-size: 12px;
}
.topArea .property .button {
    margin: 8px 20px;
}
.topArea .property .btn {
    max-width: 273px;
    padding: 0 16px;
    line-height: 40px;
}
@media (max-width: 767px) {
.topArea .property .box {
    display: block;
    text-align: center;
}
.topArea .property .total .num {
    font-size: 18px;
}
.topArea .property .update {
    font-size: 11px;
}
.topArea .property .button {
    margin: 8px;
}
.topArea .property .btn {
    width: 150px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 32px;
}
}

/* area */
.topArea .area .topHead {
    text-align: left;
}
.topArea .areaList {
    display: flex;
    flex-wrap: wrap;
}
.topArea .areaList .itm {
    width: 31.12%;
    margin: 0 0 32px 3.31%;
    text-align: center;
}
.topArea .areaList .itm:nth-child(3n + 1) {
    margin-left: 0;
}
.topArea .areaList .itm a {
    display: block;
}
.topArea .areaList .img {
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin-bottom: 8px;
    transition: 0.4s ease;
}
.topArea .areaList .itm a:hover .img {
    box-shadow: 0 6px 12px rgba(18, 48, 78, 0.2);
}
.topArea .areaList .img .name {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}
.topArea .areaList .copy {
    font-weight: 600;
}
@media (max-width: 767px) {
.topArea .area .topHead {
    text-align: center;
}
.topArea .areaList {
    display: block;
    margin: 0 18px;
}
.topArea .areaList .itm {
    width: auto;
    margin: 0 0 16px;
}
.topArea .areaList .img .name {
    font-size: 14px;
    line-height: 32px;
}
}

/* condition */
.topArea .conditionIndex {
    padding: 32px 50px 22px;
    background: #e8edf3;
    border-radius: 2px;
}
.topArea .conditionIndex .h {
    margin-bottom: 24px;
    padding: 0 14px 8px;
    border-bottom: 1px solid #8ea8c2;
    font-size: 18px;
    font-weight: 700;
}
.topArea .conditionIndex ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 0 4px;
}
.topArea .conditionIndex li {
    margin: 0 0 10px 10px;
}
.topArea .conditionIndex a {
    display: block;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #dde0e7;
    border-radius: 2px;
    font-weight: 700;
    line-height: 38px;
}
@media (max-width: 767px) {
.topArea .conditionIndex {
    padding: 24px 16px 16px;
}
.topArea .conditionIndex .h {
    margin-bottom: 8px;
    padding: 0 0 8px;
    font-size: 14px;
}
.topArea .conditionIndex ul {
    padding: 0;
    margin-left: -8px;
}
.topArea .conditionIndex li {
    margin: 0 0 8px 8px;
}
.topArea .conditionIndex a {
    padding: 0 8px;
    line-height: 32px;
}
}

/* recommend */
.topArea .recommend {
    overflow: hidden;
}
.topArea .recommend .layout::before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -64px;
    width: calc(100vw + 64px);
    height: calc(100% - 24px);
    background: #f3f4f7;
}
.topArea .recommend .outer {
    position: relative;
    z-index: 1;
}
.topArea .recommend .slide {
    margin: 0 28px;
}
.topArea .recommend .slide .prev,
.topArea .recommend .slide .next {
    width: 40px;
    height: 40px;
    background-size: 12px;
}
.topArea .recommend .itm {
    padding: 0 36px 16px;
}
.topArea .recommend .box {
    display: block;
    padding: 24px 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(18, 48, 78, 0.03);
}
.topArea .recommend .box:hover {
    box-shadow: 0 6px 12px rgba(18, 48, 78, 0.2);
}
.topArea .recommend figure {
    width: 160px;
    margin: 0 auto 20px;
    border: 1px solid #dde0e7;
}
.topArea .recommend .title {
    margin-bottom: 16px;
    padding: 0 20px;
    border-left: 4px solid #1c305c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.topArea .recommend .body {
    padding: 0 24px;
    color: #333;
    line-height: 1.6;
}
.topArea .recommend .slide .thumb {
    padding-top: 8px;
}
@media (max-width: 1279px) {
.topArea .recommend .itm {
   padding: 0 16px;
}
.topArea .recommend .slide .prev,
.topArea .recommend .slide .next {
    width: 28px;
    height: 28px;
    background-size: 7px;
}
}
@media (max-width: 1023px) {
.topArea .recommend .slide {
    margin: 0;
}
}
@media (max-width: 767px) {
.topArea .recommend .layout::before {
    left: 24px;
    height: calc(100% - 16px);
}
.topArea .recommend .slide {
    margin: 0 6px;
    padding: 0 24px;
}
.topArea .recommend .inner {
    overflow: visible;
}
.topArea .recommend .itm {
    padding: 0 16px 16px;
}
.topArea .recommend .body {
    font-size: 12px;
}
.topArea .recommend .title {
    font-size: 15px;
}
.topArea .recommend .slide .thumb {
    padding-top: 4px;
}
}

/* article */
.topArea .articleList {
    display: flex;
    flex-wrap: wrap;
}
.topArea .articleList .itm {
    width: 48.34%;
    margin: 0 0 24px 3.31%;
    border: 1px solid #dde0e7;
}
.topArea .articleList .itm:nth-child(odd) {
    margin-left: 0;
}
.topArea .articleList .box {
    overflow: hidden;
    display: flex;
    height: 100%;
    position: relative;
    border-radius: 2px;
}
.topArea .articleList .label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0 16px;
    background: #1c305c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}
.topArea .articleList figure {
    position: relative;
    width: 50%;
}
.topArea .articleList figure .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: cover;
}
.topArea .articleList .body {
    width: 50%;
    padding: 32px;
    line-height: 1.5;
}
.topArea .articleList .title {
    font-size: 18px;
    font-weight: 600;
}
.topArea .articleList .shoulder {
    font-size: 14px;
}
@media (max-width: 767px) {
.topArea .articleList {
    display: block;
    margin: 0 18px;
}
.topArea .articleList .itm {
    width: auto;
    margin: 0 0 24px;
}
.topArea .articleList .box {
    display: block;
}
.topArea .articleList .label {
    padding: 0 16px;
    font-size: 13px;
    line-height: 28px;
}
.topArea .articleList figure {
    width: auto;
    padding-top: 43.56%;
}
.topArea .articleList .body {
    width: auto;
    padding: 16px 20px;
}
.topArea .articleList .title {
    font-size: 14px;
}
.topArea .articleList .shoulder {
    font-size: 12px;
}
}

/* advantage */
.topArea .advantage {
    padding: 120px 0;
    background: url(/img/top/bg_advantage.jpg) center center;
    background-size: cover;
}
.topArea .advantage .group {
    display: flex;
}
.topArea .advantage .topHead {
    width: 272px;
    margin-right: 40px;
    padding-top: 24px;
}
.topArea .advantage .body {
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.topArea .advantage .itm {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 260px;
    height: 260px;
    padding-top: 56px;
    background: #1c305c;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.topArea .advantage .itm:nth-child(2){
    margin: 0 16px;
}
.topArea .advantage .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    background: #a59564;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    line-height: 48px;
}
.topArea .advantage .ico {
    margin-bottom: 16px;
}
.topArea .advantage .ico img {
    width: 64px;
}
@media (max-width: 1279px) {
.topArea .advantage .group {
    display: block;
}
.topArea .advantage .topHead {
    width: auto;
    margin-right: 0;
    padding-top: 0;
}
}
@media (max-width: 767px) {
.topArea .advantage {
    padding: 32px 0 20px;
    background-image: url(/img/top/bg_advantage_sp.jpg);
}
.topArea .advantage .body {
    display: block;
    max-width: 221px;
    margin: 0 auto;
}
.topArea .advantage .itm {
    width: 221px;
    height: 221px;
    margin: 0 0 20px !important;
    padding-top: 40px;
}
}

/* case */
.topArea .case {
    overflow: hidden;
}
.topArea .case .layout::before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -64px;
    width: calc(100vw + 64px);
    height: calc(100% - 24px);
    background: #f3f4f7;
}
.topArea .case .outer {
    position: relative;
    z-index: 1;
}
.topArea .case .slide {
    margin: 0 28px;
    padding-bottom: 48px;
}
.topArea .case .itm {
    padding: 0 36px 16px;
}
.topArea .case .box {
    height: 100%;
    background: #fff;
    box-shadow: 0 6px 12px rgba(18, 48, 78, 0.03);
}
.topArea .case figure .pic {
    padding-top: 66.66%;
    background-size: cover;
}
.topArea .case .body {
    padding: 20px 24px;
}
.topArea .case .articleInfo {
    margin-bottom: 8px;
}
.topArea .case .title {
    font-size: 18px;
    font-weight: 600;
}
.topArea .case .client {
    font-size: 14px;
}
.topArea .case .prev,
.topArea .case .next,
.topArea .case .thumb {
    display: none;
}
@media (max-width: 1279px) {
.topArea .case .itm {
   padding: 16px;
}
}
@media (max-width: 1023px) {
.topArea .case .slide {
    margin: 0;
}
}
@media (max-width: 767px) {
.topArea .case .layout::before {
    right: 24px;
    height: calc(100% - 16px);
}
.topArea .case .slide {
    margin: 0 6px;
    padding: 0 24px;
}
.topArea .case .inner {
    overflow: visible;
}
.topArea .case .itm {
    padding: 0 16px 16px;
}
.topArea .case .body {
    padding: 16px 20px;
}
.topArea .case .title {
    font-size: 14px;
}
.topArea .case .client {
    font-size: 11px;
}
.topArea .case .prev,
.topArea .case .next {
    display: block;
}
.topArea .case .thumb {
    display: flex;
    padding-top: 4px;
}
}

/* latest */
.topArea .tabArea {
    max-width: 1000px;
    margin: 0 auto;
}
.topArea .latest .tab {
    border-bottom-width: 0;
}
.topArea .latest .articleInfo {
    padding-bottom: 8px;
}
.topArea .latest .articleIndex .itm {
    padding: 32px 0;
}
.topArea .latest .articleIndex .body {
    padding-top: 0;
}
.topArea .latest .newsIndex .itm {
    padding: 32px 0;
}
@media (max-width: 767px) {
.topArea .latest .articleIndex {
    margin: 0;
}
.topArea .latest .articleIndex .itm {
    padding: 24px 0;
}
.topArea .latest .newsIndex .itm {
    padding: 24px 0;
}
}

/* partner */
.topArea .partnerList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topArea .partnerList li {
    width: 22.51%;
    margin: 0 0 24px 3.31%;
    text-align: center;
}
.topArea .partnerList li:nth-child(4n + 1) {
    margin-left: 0;
}
@media (max-width: 767px) {
.topArea .partnerList li {
    width: 47.19%;
    margin: 0 0 16px 5.3% !important;
    text-align: center;
}
.topArea .partnerList li:nth-child(2n + 1) {
    margin-left: 0 !important;
}
}
b,strong{
  font-weight: bold;
}

.hidden{display:none !important}
.removed{opacity: 0.2}
.js-chg-lines{display:none;}
.articleArea .words li {
  display: block;
  width: 49%;
	margin-bottom: 8px;
}
.articleArea .words a {
	display: block;
	padding: 11px 8px;
	border: 1px solid #dde0e7;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.articleArea .words a:hover {
	background: #f3f4f7;
	color: #1c305c;
}
.articleArea .words li:nth-child(odd) {
  float: left;
}
.articleArea .words li:nth-child(even) {
  float: right;
}
.advantage a{
  color: #ffffff;
}
.words{margin-bottom: 24px;}
.words:after{
  content: "";
  display: block;
  clear: both;
}
.js-btnTableMore:before{
  content: "すべての空室を表示";
}
.js-btnTableMore.on:before{
  content: "表示を減らす";
}
.selectBox .btnGroup .button .btn .small{
  font-size: 16px;
}
.tooltip{
  position:absolute;
  z-index:1070;
  display:block;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;
  font-weight:400;
  line-height:1.42857143;
  line-break:auto;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  white-space:normal;font-size:12px;filter:alpha(opacity=0);
  opacity:0;
  pointer-events: none;
}
.tooltip.in{filter:alpha(opacity=100);opacity:1}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#1c305c}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#1c305c}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#1c305c}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#1c305c}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#1c305c}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#1c305c}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#1c305c}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#1c305c}
.tooltip-inner{max-width:400px;padding:0;color:#fff;text-align:center;background-color:#ffffff;border-radius:4px;border:1px solid #1c305c;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.propertyInfo .tooltip-inner{color: #1c305c;word-break: keep-all;}
.pl-16,.propertyArea .propertyInfo td.pl-16{padding-left: 16px;}
.topArea .areaList .itm .copy a,.topArea .areaList .itm .copy span{
  display: inline-block;
  padding: 2px 5px;
  font-size: 0.93em;
}
.right{text-align: right;}
.right a{position: relative;}
.right a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #1c305c;
    border-right: solid 2px #1c305c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -4px;
}
.propertyTags li {
  background-color: #f9f9f9;
}
footer .contactGroup .subtext{
  margin-bottom: 16px;
  line-height: 1.5;
}
.line_apps{display: none;}
@media (max-width: 767px) {
  .selectBox .btnGroup .button .btn {
  	font-size: 14px;
  }
  .selectBox .btnGroup .button .btn .small{
    font-size: 11.5px;
  }
  .topArea .areaList .itm .copy,
  footer .contactGroup .subtext{
    display: none;
  }
  .twitter{display: none;}
  .line_apps{display: inline;}
}

#map { width: 100%;}
.area_content{
  padding: 20px 10px 40px;
  text-align: center;
}
.tokushu-banner{
  border: 2px solid #49597d;
  padding: 12px;
}
.tokushu-banner h3{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.3em;
}
.tokushu-banner p{
  margin-bottom: 10px;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-5{
  margin-bottom: 50px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
