@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

 /* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
section#main > ul.slide_selector {
    background: rgba(0,0,0,0.40)
}

section#main > ul {
    margin-top: -218px;
}

section#main > ul.slide_selector li {
	height: 100vh;
}

section#main > ul.slide_selector li:nth-child(1) {
    background-image: url("../img/top/main_img01.jpg");
    background-repeat: none;
    background-size: cover;
}

section#main > ul.slide_selector li:nth-child(2) {
    background-image: url("../img/top/main_img01.jpg");
    background-repeat: none;
    background-size: cover;
}

section#main > .mainBox {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    z-index: 160;
    background: rgba(0, 0, 0, 0.4);
}

section#main > .mainBox .catchCopy > h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #FFF;
    padding-top: 200px;
}

section#main > .mainBox .catchCopy > p {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}

section#main > .mainBox .catchCopy figure {
  margin: 30px auto 0;
  width: 750px;
}

/* 物件情報
----------------------------------------------------------- */
#housing_info .propertyBox {
  position: relative;
  height: 540px;
	margin-bottom: 70px;
  /* opacity: 0.3; */
}

#housing_info .propertyBox:nth-child(1) > div:nth-child(1) {
    position: absolute;
    right: 0;
    background-image: url("../img/top/img_bg01.jpg");
    background-repeat: none;
    background-size: cover;
    width: 75%;
    height: 540px;
}

#housing_info .propertyBox:nth-child(2) > div:nth-child(1) {
    position: absolute;
    left: 0;
    background-image: url("../img/top/img_bg02.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center bottom;
    width: 75%;
    height: 540px;
}

#housing_info .propertyBox:nth-child(3) > div:nth-child(1) {
    position: absolute;
    right: 0;
    background-image: url("../img/top/img_bg03.jpg");
    background-repeat: none;
    background-position: center bottom;
    background-size: cover;
    width: 75%;
    height: 540px;
}

#housing_info .propertyBox:nth-child(4) > div:nth-child(1) {
    position: absolute;
    left: 0;
    background-image: url("../img/top/img_bg04.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center bottom;
    width: 75%;
    height: 540px;
}

#housing_info .propertyBox:nth-child(1) > div:nth-child(2) {
    padding: 50px;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#housing_info .propertyBox:nth-child(2) > div:nth-child(2) {
    padding: 50px;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#housing_info .propertyBox:nth-child(3) > div:nth-child(2) {
    padding: 50px;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#housing_info .propertyBox:nth-child(4) > div:nth-child(2) {
    padding: 50px;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#housing_info .propertyBox > div:nth-child(1)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.40)
}

#housing_info .propertyBox > .flexWrapper {
    position: relative;
}

#housing_info .propertyBox > .flexWrapper > img {
    margin-left: 50px;
}

#housing_info .propertyBox > .flexWrapper > .btn_detail a {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    width: 300px;
    padding: 24px 0;
    text-align: center;
    background: #0b3c5d;
    color: #FFF;
    position: absolute;
    left: 50px;
    bottom: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

#housing_info .propertyBox > .flexWrapper > .btn_detail a i {
    position: absolute;
    right: 28px;
    bottom: 24px;
    font-weight: bold;
}

#housing_info .propertyBox > .flexWrapper > .btn_detail a:hover {
    background: #137abf;
    opacity: 1;
}

#housing_info .propertyBox > .flexWrapper > div > span {
    padding: 5px 8px 3px;
    background: #bd5252;
    color: #FFF;
}

#housing_info .propertyBox > .flexWrapper > div > .announce {
  color: #bd5252;
  display: inline;
  font-weight: 700;
  margin-left: 0.5vw;
}

#housing_info .propertyBox > .flexWrapper h2 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 30px;
}

#housing_info .propertyBox > .flexWrapper dl {
    max-width: 320px;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 12px;
}

#housing_info .propertyBox > .flexWrapper dl dt{
    width: 96px;
    display: block;
    position: relative;
}

#housing_info .propertyBox > .flexWrapper dl dt::after {
    content: ":";
    margin-right: 6px;
    position: absolute;
    right: 0;
}

#housing_info .propertyBox > .flexWrapper dl dd {
    width: 100%;
}

/* ニュース&トピックス
----------------------------------------------------------- */
#news .flexWrapper {
	margin: 0 6.25%;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
}

#news .flexWrapper > div:nth-child(1) {
	width: 300px;
	margin-right: 50px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

#news .flexWrapper > div:nth-child(1) a {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    width: 100%;
    padding: 22px 0;
    color: #FFF;
    background: #0b3c5d;
    text-align: center;
	position: absolute;
    left: 0;
    bottom: 0;
}

#news .flexWrapper > div:nth-child(1) a:hover {
    opacity: 1;
}

#news .flexWrapper > div:nth-child(1) a i {
    font-weight: bold;
	position: absolute;
    right: 30px;
    bottom: 22px;
}

#news .flexWrapper > div:nth-child(1) h2{
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#news .flexWrapper > div:nth-child(1) h2 i{
    color: #0b3c5d;
    margin-right: 6px;
}

#news .flexWrapper > div:nth-child(1) span {
    font-size: 13px;
    line-height: 13px;
}

#news .flexWrapper > div:nth-child(2) {
    border-top: 1px solid #dddddd;
    flex: 1;
    -webkit-flex: 1;
}

#news .flexWrapper > div:nth-child(2) dl {
    font-size: 13px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
    padding: 34px 0;
}

#news .flexWrapper > div:nth-child(2) dl dt {
    padding: 0 24px 0 0;
	display: flex;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#news .flexWrapper > div:nth-child(2) dl dt span {
    margin-right: 24px;
    padding: 5px 24px;
    color: #FFF;
	width: 124px;
	display: block;
	text-align: center;
}

#news .flexWrapper > div:nth-child(2) dl dt span.cat01 {
    background: #0b3c5d;
}

#news .flexWrapper > div:nth-child(2) dl dt span.cat02 {
    background: #328cc1;
}

#news .flexWrapper > div:nth-child(2) dl dt span.cat03 {
    background: #32842c;
}

#news .flexWrapper > div:nth-child(2) dl dt span.cat04 {
    background: #5fbc58;
}

#news .flexWrapper > div:nth-child(2) dl dt span.cat05 {
    background: #d1331e;
}

@media screen and (max-width: 1200px) {
#news .flexWrapper {
	display: block;
}

#news .flexWrapper > div:nth-child(1) {
    width: 100% ;
	margin-right: 0;
	display: flex;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#news .flexWrapper > div:nth-child(1) h2 {
    margin-right: 12px;
}

#news .flexWrapper > div:nth-child(1) span {
    flex: 1;
	-webkit-flex: 1;
}

#news .flexWrapper > div:nth-child(1) a {
    position: static;
	width: 240px;
}

}
/* -----------------------------------------------------------
    私たちの想い
----------------------------------------------------------- */

/* -----------------------------------------------------------
    当社の家づくり
----------------------------------------------------------- */
.housing main #container #box .main_contents section {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border: 1px solid #dddddd;
	margin: 5% 0 0;
	padding: 3%;
}

.housing main #container #box .main_contents section:first-child {
	margin: 0;
}

.housing main #container #box .main_contents section > div:nth-child(1) {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex: 1 1;
	-webkit-flex: 1 1;
	margin: 0 3% 0 0;
	min-height: 200px;
	height: 200px\0;/*IE*/
}

.housing main #container #box .main_contents section > div:nth-child(1) h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #0b3c5d;
	position: relative;
	padding: 0 0 0 15px;
}

.housing main #container #box .main_contents section > div:nth-child(1) h2:before {
	content: "";
	background: #0b3c5d;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.housing main #container #box .main_contents section > div:nth-child(1) p {
	margin: 20px 0 0;
}

.housing main #container #box .main_contents section > div:nth-child(1) p:nth-of-type(2) a {
	width: 300px;
}

.housing main #container #box .main_contents section > div:nth-child(2) {
	flex: 0 1 300px;
	-webkit-flex: 0 1 300px;
}

/*   ALL FREE PLAN & SELECT - 当社の家づくり
----------------------------------------------------------- */
.plan main #container #box .main_contents section {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 5% 0 0;
}

.plan main #container #box .main_contents section:first-of-type {
	margin: 0;
}

.plan main #container #box .main_contents section > div:nth-child(1) {
	flex: 1 1;
	-webkit-flex: 1 1;
	margin: 0 3% 0 0;
}

.plan main #container #box .main_contents section:nth-of-type(2n+1) > div:nth-child(1) {
	order: 1;
	-webkit-order: 1;
	margin: 0 0 0 3%;
}

.plan main #container #box .main_contents section > div:nth-child(1) h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #0b3c5d;
	position: relative;
	padding: 0 0 0 15px;
}

.plan main #container #box .main_contents section > div:nth-child(1) h2:before {
	content: "";
	background: #0b3c5d;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.plan main #container #box .main_contents section > div:nth-child(1) p {
	margin: 2% 0 0;
}

.plan main #container #box .main_contents section > div:nth-child(1) p:first-of-type {
	margin: 3% 0 0;
}

.plan main #container #box .main_contents section > div:nth-child(2) {
	flex: 0 1 300px;
	-webkit-flex: 0 1 300px;
}

.plan main #container #box .main_contents .flow_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border: 1px solid #dddddd;
	margin: 10% 0 0;
	padding: 3%;
}

.plan main #container #box .main_contents .flow_box > div:nth-child(1) {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex: 1 1;
	-webkit-flex: 1 1;
	margin: 0 3% 0 0;
	min-height: 200px;
	height: 200px\0;/*IE*/
}

.plan main #container #box .main_contents .flow_box > div:nth-child(1) h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #0b3c5d;
	position: relative;
	padding: 0 0 0 15px;
}

.plan main #container #box .main_contents .flow_box > div:nth-child(1) h2:before {
	content: "";
	background: #0b3c5d;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.plan main #container #box .main_contents .flow_box > div:nth-child(1) p {
	margin: 3% 0 0;
}

.plan main #container #box .main_contents .flow_box > div:nth-child(1) p:nth-of-type(2) a {
	width: 300px;
}

.plan main #container #box .main_contents .flow_box > div:nth-child(2) {
	flex: 0 1 300px;
	-webkit-flex: 0 1 300px;
}

/*   上質ランクの標準設備 - 当社の家づくり
----------------------------------------------------------- */
.facility main #container #box .main_contents > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6%;
}

.facility main #container #box .main_contents section {
	margin: 5% 0 0;
}

.facility main #container #box .main_contents section:first-of-type {
	margin: 0;
}

.facility main #container #box .main_contents section h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #ffffff;
	background: #0b3c5d;
	padding: 1.5%;
}

.facility main #container #box .main_contents section > div {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 4%;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) {
	flex: 1 1;
	-webkit-flex: 1 1;
	margin: 0 4% 0 0;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div {
	margin: 5% 0 0;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div:first-of-type {
	margin: 0;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #0b3c5d;
	position: relative;
	padding: 0 0 0 1.2em;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div h3:before {
	content: "■";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div dl {
	display: flex;
	display: -webkit-flex;
	margin: 4% 0 0;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div dl dt {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bolder;
	flex: 0 1 30%;
	-webkit-flex: 0 1 30%;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div dl dd {
	xmargin: 0 0 0 3%;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div dl dd ul li a {
	position: relative;
	padding: 0 0 0 0.6em;
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div dl dd ul li a:before {
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 1.4rem;
	content: "\f0da";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.facility main #container #box .main_contents section > div > div:nth-child(1) > div > p {
	margin: 4% 0 0;
}

.facility main #container #box .main_contents section > div > div:nth-child(2) {
	flex: 0 1 300px;
	-webkit-flex: 0 1 300px;
}

/*   自社一貫システム - 当社の家づくり
----------------------------------------------------------- */
.flow main #container #box .main_contents > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6%;
}

.flow main #container #box .main_contents section {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border: 1px solid #dddddd;
	margin: 5% 0 0;
	padding: 3%;
}

.flow main #container #box .main_contents section:first-of-type {
	margin: 0;
}

.flow main #container #box .main_contents section > div:nth-child(1) {
	flex: 1 1;
	-webkit-flex: 1 1;
	margin: 0 3% 0 0;
	position: relative;
	z-index: 0;
}

.flow main #container #box .main_contents section > div:after {
	font-size: 140px;
	font-size: 14.0rem;
	font-style: italic;
	color: #ced8df;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}

.flow main #container #box .main_contents section:nth-of-type(1) > div:nth-child(1):after {
	content: "1";
}

.flow main #container #box .main_contents section:nth-of-type(2) > div:nth-child(1):after {
	content: "2";
}

.flow main #container #box .main_contents section:nth-of-type(3) > div:nth-child(1):after {
	content: "3";
}

.flow main #container #box .main_contents section:nth-of-type(4) > div:nth-child(1):after {
	content: "4";
}

.flow main #container #box .main_contents section:nth-of-type(5) > div:nth-child(1):after {
	content: "5";
}

.flow main #container #box .main_contents section:nth-of-type(6) > div:nth-child(1):after {
	content: "6";
}

.flow main #container #box .main_contents section:nth-of-type(7) > div:nth-child(1):after {
	content: "7";
}

.flow main #container #box .main_contents section:nth-of-type(8) > div:nth-child(1):after {
	content: "8";
}

.flow main #container #box .main_contents section:nth-of-type(9) > div:nth-child(1):after {
	content: "9";
}

.flow main #container #box .main_contents section:nth-of-type(10) > div:nth-child(1):after {
	content: "10";
}

.flow main #container #box .main_contents section:nth-of-type(11) > div:nth-child(1):after {
	content: "11";
}

.flow main #container #box .main_contents section:nth-of-type(12) > div:nth-child(1):after {
	content: "12";
}

.flow main #container #box .main_contents section > div:nth-child(1) h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #0b3c5d;
	position: relative;
	padding: 0 0 0 15px;
}

.flow main #container #box .main_contents section > div:nth-child(1) h2:before {
	content: "";
	background: #0b3c5d;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flow main #container #box .main_contents section > div:nth-child(1) p {
	margin: 3% 0 0;
}

.flow main #container #box .main_contents section > div:nth-child(2) {
	flex: 0 1 300px;
	-webkit-flex: 0 1 300px;
}

/* -----------------------------------------------------------
    物件情報一覧
----------------------------------------------------------- */
.property_list main #container #box #under_sale .main_contents .under_sale_box {
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
	xwidth: calc(100% + 2vw);
	width: 100%;
}

.soldout {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid #DDD;
  width: 100% !important;
}

.soldout h2 {
  margin-left: 20px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 0 !important;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div {
	width: calc(100% / 3 - 2vw);
    margin-top: 2vw;
    margin-left: 2vw;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div:nth-of-type(-n+3) {
    margin-top: 0;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div:nth-of-type(3n+1) {
    margin-left: 0;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div h2 {
	font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 14px 0;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div ul {
	padding-bottom: 20px;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div ul li {
	margin-bottom: 6px;
}

.property_list main #container #box .clm .main_contents .under_sale_box > div > a:nth-of-type(2) {
	padding: 16px 0;
    display: block;
    text-align: center;
    width: 100%;
    background: #0b3c5d;
    color: #FFF;
}

.property_list main #container #box .clm .main_contents div.comming_soon-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px;
    padding: 16px 20px;
    border: 1px solid #DDD;
}

.property_list main #container #box #next_sale .main_contents > div > span {
    padding: 10px 20px;
    background: #AB7B03;
    color: #FFF;
    font-weight: bold;
}

.property_list main #container #box .clm .main_contents div.comming_soon-box h2 {
    margin-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.property_list main #container #box #next_sale .main_contents > div h2 > span::before {
    content: "「";
}

.property_list main #container #box #next_sale .main_contents > div h2 > span::after {
    content: "」";
}

.property_list main #container #box #construction_result .main_contents table {
    width: 100%;
}

.property_list main #container #box #construction_result .main_contents table td {
    border: 1px solid #DDD;
    padding: 7px;
}

.property_list main #container #box #construction_result .main_contents table tr:nth-child(1) {
    background: #F5F5F5;
    font-size: 14px;
	font-size: 1.4rem;
    text-align: center;
}

.property_list main #container #box #construction_result .main_contents table a {
    color: #1282D4;
}
/* -----------------------------------------------------------
    物件情報詳細
----------------------------------------------------------- */
.property_detail main #container #box #detail_box .main_contents h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.property_detail main #container #box #detail_box .main_contents h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #0063A2;
  padding: 10px 20px;
  margin-right: 20px;
}

.property_detail main #container #box #detail_box .main_contents h2 b {
  background-color: #bb0003;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2.0rem;
  margin-left: 0.5em;
  padding: 0.25em 0.75em;
}

.property_detail main #container #box #detail_box .main_contents .main_layout {
    margin-bottom: 40px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li {
    margin-bottom: 80px;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize {
  font-weight: bolder;
  position: absolute;
  top: 2vw;
  left: 2vw;
  color: #ffffff;
  background: #c74200;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize span:nth-of-type(1) {
  font-size: 25px;
  font-size: 2.5rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize span:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize span:nth-of-type(3) {
  font-size: 20px;
  font-size: 2.0rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize.otoriminami span:nth-of-type(1),
.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize.otoriminami span:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .emphasize.otoriminami span:nth-of-type(3) {
  font-size: 18px;
  font-size: 1.8rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    color: #FFF;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div {
	width: 100%;
	text-shadow: 0px 0px 2px rgba(69,69,69,1), 0px 0px 10px rgba(69,69,69,1), 0px 0px 10px rgba(69,69,69,1);
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div .highlight {
    color: #cc0000;
	text-shadow: none;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div h3 {
  font-size: 30px;
  font-size: 3.0rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div h4 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 20px;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div .notes {
  color: #b80003;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.5vw 0 1vw;
  text-shadow: none;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div h4 b {
  display: block;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div h4 b:nth-of-type(2) {
  font-size: 26px;
  font-size: 2.6rem;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div h4 span{
  color: #B80003;
  font-size: 33px;
  font-size: 3.3rem;
  text-shadow: 0px 0px 2px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1);
}

.bar_name {
	background: rgba(255,255,255,0.80);
    color: #000000;
    padding: 10px 0;
    font-size: 20px;
    width: 80%;
    margin:  0 auto;
    text-shadow: none;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div ul {
	margin-top: 80px;
	font-size: 26px;
	font-size: 2.6rem;
    font-weight: bold;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img .catch > div ul span {
	color: #BC0003;
	font-size: 50px;
	font-size: 5.0rem;
}

.property_detail main #container #box #detail_box .main_contents ul.nearest {
	font-size: 28px;
	font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 38px 0px;
    line-height: 44px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout .nearest02{
	font-size: 28px;
	font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 38px 0px;
    line-height: 44px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout .nearest02 > span {
	color: #B80003;
    font-size: 30px;
    font-size: 3.0rem;
	display: inline-block;
}

.property_detail main #container #box #detail_box .main_contents ul.nearest li span {
	color: #B80003;
    font-size: 30px;
    font-size: 3.0rem;
}

.property_detail main #container #box #detail_box .main_contents .price_box {
	font-size: 15px;
	font-size: 1.5rem;
    padding: 30px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

/*.property_detail main #container #box #detail_box .main_contents > .price_box ul:nth-child(1) {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 16px;
    font-weight: bold;
}

.property_detail main #container #box #detail_box .main_contents > .price_box ul:nth-child(1) li:nth-child(2) {
	font-size: 32px;
	font-size: 3.2rem;
    line-height: 32px;
    margin-left: 20px;
    color: #B80003;
}*/

.property_detail main #container #box #detail_box .main_contents .price_box .price {
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .price li:not(:first-of-type) {
  margin-left: 20px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .price li span {
  font-size: 26px;
  font-size: 2.6rem;
  color: #b80003;
}

.property_detail main #container #box #detail_box .main_contents .price_box .price li small {
  font-size: 20px;
  font-size: 2.0rem;
  color: #b80003;
}

.property_detail main #container #box #detail_box .main_contents .other_box {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 50px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .example {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.property_detail main #container #box #detail_box .main_contents .price_box .example li:nth-child(1) {
	background: #B80003;
    color: #FFF;
    padding: 16px;
    margin-right: 16px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .example li:nth-child(1) span {
	background:  #FFF;
    color: #B80003;
    padding: 5px 12px;
    margin-right: 20px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .example li:nth-child(2) {
	font-weight: bold;
}

.property_detail main #container #box #detail_box .main_contents .price_box .example li:nth-child(2) span {
	background:  #FFF;
    display: block;
    color: #B80003;
    font-weight: bold;
    font-size: 26px;
	font-size: 2.6rem;
    line-height: 26px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl {
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dt {
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dt span:nth-of-type(1) {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.property_detail main #container #box #detail_box .main_content .price_box .kakaku dl dt span:nth-of-type(2) {
  margin-left: 0.5em;
}

.property_detail main #container #box #detail_box .main_content .price_box .kakaku dl dd {
  margin-top: 0.5em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:not(:first-of-type) {
  margin-top: 1em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) {
  font-weight: bold;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
  color: #bb0003;
  font-size: 40px;
  font-size: 4.0rem;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
  margin-left: 0.25em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku.otoriminami dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(3) {
  color: #bb0003;
  font-size: 40px;
  font-size: 4.0rem;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku.otoriminami dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(4) {
  font-size: 20px;
  font-size: 2.0rem;
  margin-left: 0.25em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku.otoriminami dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(4) small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(2) > p {
  display: inline-block;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(2) > p span:nth-of-type(1) {
  font-size: 24px;
  font-size: 2.4rem;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(2) > p span:nth-of-type(2) {
  margin-left: 0.25em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div:nth-of-type(2) > p span:nth-of-type(2) small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div.tochikakaku > p {
  display: inline-block;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div.tochikakaku > p span:nth-of-type(1) {
  font-size: 24px;
  font-size: 2.4rem;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div.tochikakaku > p span:nth-of-type(2) {
  margin-left: 0.25em;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(1) > div.tochikakaku > p span:nth-of-type(2) small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(2) span:nth-of-type(1) span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.property_detail main #container #box #detail_box .main_contents .price_box .kakaku dl dd ul li:nth-of-type(2) span:nth-of-type(2) {
  font-size: 14px;
  font-size: 1.4rem;
}

.property_detail main #container #box #detail_box .main_contents .comment {
  xbackground: #b80003;
  xcolor: #ffffff;
  margin-top: 50px;
  xpadding: 4vw 5vw !important;
  padding: 0 0 2.5vw !important;
}

.property_detail main #container #box #detail_box .main_contents .comment li span {
  xcolor: #ffffff !important;
}

.property_detail main #container #box #detail_box .main_contents .main_layout {
	margin-top: 46px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li {
	width: 100%;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li span {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li .price_layout {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 30px;
  border: 1px solid #dddddd;
  margin: 30px 0 0;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li .price_layout p:nth-of-type(2) {
  font-size: 26px;
  font-size: 2.6rem;
  color: #b80003;
  margin: 0 0 0 20px;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li .price_layout p:nth-of-type(2) small {
  font-size: 20px;
  font-size: 2.0rem;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li.soraene img {
  width: 100%;
}

.property_detail main #container #box #detail_box .main_contents .detail_main_img {
  position: relative;
}

.property_detail main #container #box #detail_box .main_contents .overview_box h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dt{
    width: 20%;
    padding: 12px;
    background: #EFEFEF;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd {
    width: 80%;
    padding: 12px;
    border-left: 1px solid #DDD;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd span::before {
    content: "[";
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd span::after {
    content: "]";
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd ul {
    margin-bottom: 14px;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd ul:last-of-type {
  margin-bottom: 0;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd ul.two_patterns li {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.property_detail main #container #box #detail_box .main_contents .overview_box dl dd ul.two_patterns li:first-of-type {
  margin-top: 0;
}

.property_detail main #container #box #detail_box .main_contents .overview_box > div {
    border-bottom: 1px solid #DDD;
}

.soraene_bnr {
  margin-bottom: 30px;
  text-align: center;
}

/* -----------------------------------------------------------
    会社情報
----------------------------------------------------------- */
.company main #container #box #greeting .main_contents h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.company main #container #box #greeting .main_contents p {
	line-height: 1.8;
	margin: 2% 0 0;
}

.company main #container #box #greeting .main_contents p:first-of-type {
	margin: 3% 0 0;
}

.company main #container #box #greeting .main_contents dl {
	margin: 3% 0 0;
}

.company main #container #box #greeting .main_contents dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bolder;
}

.company main #container #box #greeting .main_contents dl dd {
	margin: 0.5% 0 0;
}

.company main #container #box #greeting .main_contents dl dd span:nth-child(2) {
	font-weight: bolder;
	margin: 0 0 0 0.8em;
}

.company main #container #box #overview .main_contents dl {
	display: flex;
    display: -webkit-flex;
	border-bottom: 1px solid #dddddd;
	padding: 2.5% 0;
}

.company main #container #box #overview .main_contents dl:first-child {
	border-top: 1px solid #dddddd;
}

.company main #container #box #overview .main_contents dl dt {
	font-weight: bolder;
	flex: 0 1 20%;
	-webkit-flex: 0 1 20%;
}

.company main #container #box #overview .main_contents dl dd {
	flex: 1 1;
	-webkit-flex: 1 1;
}

.company main #container #box #overview .main_contents dl dd ul li {
	margin: 0.5% 0 0;
}

.company main #container #box #overview .main_contents dl dd ul li:first-child {
	margin: 0;
}

.company main #container #box #overview .main_contents dl dd ul li:before {
	content: "・";
	margin: 0 0 0 -0.2em;
}

.company main #container #box #access .heading {
	display: flex;
    display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* -----------------------------------------------------------
    お知らせ
----------------------------------------------------------- */
/* -----------------------------------------------------------
    モデルハウス
----------------------------------------------------------- */
.model_house main #container #box .main_contents ul {
	display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 25px;
}

.model_house main #container #box .main_contents ul li {
	width: 200px;
  /* margin-bottom: 24px; */
}
/* -----------------------------------------------------------
    最新チラシ
----------------------------------------------------------- */
.flyer main #container #box .main_contents ul {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flyer main #container #box .main_contents ul li {
	width: 48.4%;
  margin-bottom: 30px;
}

/* -----------------------------------------------------------
    住宅保証
----------------------------------------------------------- */

/* -----------------------------------------------------------
    次期分譲予定
----------------------------------------------------------- */

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy main #container #box .main_contents > p {
	line-height: 1.8;
	margin: 0 0 6%;
}

.privacy main #container #box .main_contents dl {
	margin: 4% 0 0;
}

.privacy main #container #box .main_contents dl:first-of-type {
	margin: 0;
}

.privacy main #container #box .main_contents dl dt {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	position: relative;
	padding: 0 0 0 1.2em;
}

.privacy main #container #box .main_contents dl dt:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.privacy main #container #box .main_contents dl:nth-of-type(1) dt:before {
	content: "1.";
}

.privacy main #container #box .main_contents dl:nth-of-type(2) dt:before {
	content: "2.";
}

.privacy main #container #box .main_contents dl:nth-of-type(3) dt:before {
	content: "3.";
}

.privacy main #container #box .main_contents dl:nth-of-type(4) dt:before {
	content: "4.";
}

.privacy main #container #box .main_contents dl:nth-of-type(5) dt:before {
	content: "5.";
}

.privacy main #container #box .main_contents dl:nth-of-type(6) dt:before {
	content: "6.";
}

.privacy main #container #box .main_contents dl:nth-of-type(7) dt:before {
	content: "7.";
}

.privacy main #container #box .main_contents dl:nth-of-type(8) dt:before {
	content: "8.";
}

.privacy main #container #box .main_contents dl dd {
	margin: 1% 0 0;
}

.privacy main #container #box .main_contents dl dd ul {
	margin: 1% 0 0;
}

.privacy main #container #box .main_contents dl dd ul li {
	position: relative;
	margin: 0.3% 0 0;
	padding: 0 0 0 1em;
}

.privacy main #container #box .main_contents dl dd ul li:first-child {
	margin: 0;
}

.privacy main #container #box .main_contents dl dd ul li:before {
	content: "・";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0 0 0 -0.2em;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.contact main #container #box .main_contents > p {
	line-height: 1.8;
	margin: 0 0 6%;
}

.contact main #container #box .main_contents > ol {
    display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact main #container #box .main_contents > ol li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	list-style: none;
    background: #ededed;
	min-width: 30.5%;
    min-height: 70px;
	height: 70px\0;/*IE*/
    position: relative;
	padding: 0 3.5% 0 2.5%;
}

.contact main #container #box .main_contents > ol li:after {
    background: #ffffff;
    border-color: transparent transparent transparent #ededed;
    border-style: solid;
    border-width: 35px 0 35px 25px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact main #container #box .main_contents > ol li:last-child {
	padding: 0 2.5%;
}

.contact main #container #box .main_contents > ol li:last-child:after {
    content: none;
}

.contact main #container #box .main_contents > ol li.is_current {
    background: #0b3c5d;
}

.contact main #container #box .main_contents > ol li.is_current p {
    color: #ffffff;
}

.contact main #container #box .main_contents > ol li.is_current:after {
    border-left-color: #0b3c5d;
}

.contact main #container #box .main_contents > ol li p:nth-child(1) {
	font-size: 15px;
    font-size: 1.5rem;
	font-weight: 500;
    padding: 0 0.5em 0 0;
}

.contact main #container #box .main_contents > ol li p:nth-child(2) {
	font-size: 32px;
    font-size: 3.2rem;
	font-weight: 500;
}

.contact main #container #box .main_contents > ol li p:nth-child(3) {
	font-size: 14px;
    font-size: 1.4rem;
	margin-left: auto;
}

.contact main #container #box .main_contents #formBox {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	margin: 5.5% 0;
	padding: 3.5% 0;
}

.contact main #container #box .main_contents #formBox dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border-top: 1px dashed #dddddd;
	padding: 2.5%;
}

.contact main #container #box .main_contents #formBox dl:first-child {
	border: none;
	padding: 0 2.5% 2.5%;
}

.contact main #container #box .main_contents #formBox dl:last-child {
	padding: 2.5% 2.5% 0;
}

.contact main #container #box .main_contents #formBox dl dt {
	flex: 0 1 25%;
	-webkit-flex: 0 1 25%;
}

.contact main #container #box .main_contents #formBox dl dd {
	flex: 1 1;
	-webkit-flex: 1 1;
	width: 100%;
}

.contact main #container #box .main_contents #formBox dl dt span:before {
	content: "必須";
	background: #c30d23;
    color: #ffffff;
	font-size: 10px;
    font-size: 1.0rem;
    margin: 0 1em 0 0;
    padding: 0.3em 0.5em;
}

.contact main #container #box .main_contents #formBox dl.txt-area {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.contact main #container #box .main_contents #formBox dl.txt-area dt {
	padding: 1% 0 0;
}

/*   トップ
----------------------------------------------------------- */
.contact main #container #box .main_contents #formBox dl dd select {
	background: url(../img/contact/down_type.png) no-repeat right center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 0.8em;
	border: 1px solid #eeede9;
	border-radius: 0;
	color: #222222;
	height: 40px;
	width: 50%;
}

.contact main #container #box .main_contents #formBox dl dd select::-ms-expand {
	display: none;
}

.contact main #container #box .main_contents #formBox dl dd select option,
.contact main #container #box .main_contents #formBox dl dd select optgroup {
	padding: 0 0.8em;
}

.contact main #container #box .main_contents #formBox input[type="text"],
.contact main #container #box .main_contents #formBox textarea {
	border: 1px solid #eeede9;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
}

.contact main #container #box .main_contents #formBox input[type="text"] {
	padding: 0 1em;
	height: 40px;
}

.contact main #container #box .main_contents #formBox input[type="radio"] {
	margin: -3px 0.5em 0 0;
}

.contact main #container #box .main_contents #formBox textarea {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0.7em 1em;
}

.contact main #container #box .main_contents #formBox input.txtArea01 {
	width: 4.8em;
}

.contact main #container #box .main_contents #formBox input.txtArea02 {
	width: 3.8em;
}

.contact main #container #box .main_contents #formBox input[type="text"]:focus,
.contact main #container #box .main_contents #formBox textarea:focus{
	border : 1px solid #c7c7c7;
}

.contact main #container #box .main_contents #formBox dl dd ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.contact main #container #box .main_contents #formBox dl dd ul li {
	margin: 0 0 0 30px;
}

.contact main #container #box .main_contents #formBox dl dd ul li:first-child {
	margin: 0;
}

.contact main #container #box .main_contents #btnBox,
.contact main #container #box .main_contents #btnBox p a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.contact main #container #box .main_contents button,
.contact main #container #box .main_contents #btnBox p a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	border: none;
    -webkit-transition: all .3s;
	transition: all .3s;
	background: #0b3c5d;
	color: #ffffff;
	min-height: 70px;
	height: 70px\0;/*IE*/
	cursor: pointer;
	min-width: 300px;
	padding: 1%;
}
.contact.-confirm main #container #box .main_contents button[type="button"] {
    margin-right: 2.5%;
}

.contact main #container #box .main_contents button:hover,
.contact main #container #box .main_contents #btnBox p a:hover {
	background: #137abf;
}

/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm main #container #contents #formBox dl:last-child dt {
	padding: 0;
}

.confirm main #container #contents #btnBox button {
	min-width: 250px;
}

.confirm main #container #contents #btnBox button:last-child {
	margin: 0 0 0 40px;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete main #container #contents #formBox {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.complete main #container #contents #formBox p:last-child {
	margin: 20px 0 0;
}



.property_detail main #container #box #detail_box .main_contents .detail_main_img >img {
    max-width: none;
    width: 100%;
    height: auto;
}

.property_detail main #container #box #detail_box .main_contents .main_layout li iframe {
    width: 100%;
    height: 450px;
}