/* CSS Document */

/*.top_contents{
	margin: 150px auto 0;
}*/

.title{
	padding: 60px 0 50px;
	font-family: 'Shippori Mincho', serif;
}
.title p{
	text-align: center;
	letter-spacing: 0.1em;
	font-family: Hind, sans-serif;
}
h3{
	margin: 5% auto;
	line-height: 2.0em;
}
h3.bold{
	font-weight: 700;
	margin:8% auto 3%;
}
h3.catch{
	margin: 5% auto;
	line-height: 2.0em;
	font-family: 'Shippori Mincho', serif;
}
h4.line{
	margin: 8% auto 5%;
    display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	font-family: Hind, sans-serif;
}
h4.line:before,h4.line:after {
    content: "";
    height: 1px;
	width: 80px;
    background-color: #666;
}
h4.line:before {
    margin-right: 1.5rem;
}
h4.line:after {
    margin-left: 1.5rem;
}

h4.line span{
	position: absolute;
	top: -30px;
	margin: auto;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #fff;
	background: #939393;
	padding: 0px 20px;
}
.greeting p{
	margin: 6% auto;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.greeting .sign{
	max-width: 180px;
	width: 35%;
	margin: 8% 10% 8% auto;
	text-align: right;
}
.outline table{
	margin: 8% auto;
}
.outline .zu{
	margin: 0 auto 8%;
	padding: 10px;
}

.media p,
.estate p,
.model p{
	margin: 3% auto;
	letter-spacing: 0.05em;
}
.media .mailwaku{
	margin: 3% auto;
	padding: 3% 10px;
	background: #f6f8f8;
}
.media .mailwaku p{
	margin: 0 ;
}
.media .mailwaku a{
	width: 80%;
	margin: 2% auto 1%;
	text-align: center;
	background: #545454;
	color: #fff;
	display: block;
	padding: 10px 5px;
}

.estate_box{
	padding: 8% 0;
	border-bottom: 1px solid #dfdfdf;
}
.estate_box .estate_img{
	width: 50%;
	padding: 0;
}
.estate_box .estate_info{
	width: 50%;
	padding: 0 20px 50px 50px;
}
.estate_box .estate_info h5{
	margin-bottom: 20px;
}


.estate_detail{
    display: none;/*はじめは非表示*/
}
.estate_detail table{
	width: 100%;
	padding: 0 30px;
}
.estate_contact{
	margin: 3% auto;
}
.estate_contact a{
	width: 80%;
	display: block;
	padding: 15px 10px;
	background: #8f9d9d;
	color: #fff;
	text-align: center;
	margin: auto;
}
.estate_contact a .ico{
	max-width: 45px;
	width: 10%;
	text-align: center;
	display: block;
	margin: auto;
}


.estate_map {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 0 15px;
    transition: all .5s ease;
	background: #4e4e4e;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 200;
	text-align: center;
	display: inline-block;
}
.estate_map:hover {
	background:#a1a1a1 ;
	
}

/*アコーディオンタイトル*/
.estate_btn {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 2px 40px 2px 20px;
    transition: all .5s ease;
	background: #4e4e4e;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 200;
	width: 35%;
	margin: -40px 10% 0 auto; text-align: center;
}
.noimg .estate_btn{
	
	margin: -20px auto 0; text-align: center;
}
.estate_btn:hover {
	background:#a1a1a1 ;
	
}

/*アイコンの＋と×*/
.estate_btn::before,
.estate_btn::after{
    position: absolute;
    content:'';
    width: 12px;
    height: 1px;
    background-color: #fff;
    
}
.estate_btn::before{
    top:48%;
    right: 12px;
    transform: rotate(0deg);
    
}
.estate_btn::after{    
    top:48%;
    right: 12px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.estate_btn.close::before{
  transform: rotate(45deg);
}

.estate_btn.close::after{
  transform: rotate(-45deg);
}


.model{
	margin-bottom: 8%;
}


@media only screen and (min-width:1px) and (max-width: 960px) {

.top_contents{
	margin: 100px auto 0;
}

.title{
	padding: 50px 0 50px;
}
	
.estate_box{
	padding: 8% 10px;
	border-bottom: 1px solid #dfdfdf;
}
.estate_box .estate_info{
	padding: 0 10px 50px 30px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
.greeting p{
	margin: 8% auto;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}	
.media p,
.estate p{
	margin: 5% auto;
	letter-spacing: 0.05em;
}
.estate_box .estate_img{
	width: 40%;
	padding: 0;
}
.estate_box .estate_info{
	width: 60%;
	padding: 0 10px 50px 20px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top_contents{
	margin: 65px auto 0;
}

.title{
	padding: 30px 0 30px;
}
.estate_box .estate_img{
	width: 80%;
	text-align: center;
	padding: 0;
}
.estate_box .estate_info{
	width: 100%;
	padding: 10px 20px;
}
.estate_btn,
.noimg .estate_btn{
	width: 60%;
	margin: 20px auto 0;
	padding: 5px;
	font-size: 1.2rem;
}
}



.main{
	position: relative;
}
.main img{
	width: 100%;
	height: auto;
}
.main .title{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;    
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	margin: auto;
	
}
.main .title p{
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}
.main .title h2{
	color: #fff;
}

.omoi_zu{
	width: 90%;
	max-width: 600px;
	margin: 0 auto 5%;
}
.omoi_zu img{
	width: auto;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 960px) {

.main .title{
	padding: 50px 0 50px;
}
}

.linewaku{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 5% auto;
	padding: 3% 10px;
	text-align: center;
}

.linewaku h5{
	text-align: center;
	font-weight: 500;
}
.linewaku h5.en{
	font-family: 'Hind', sans-serif;
}
.linewaku h5.min{
	font-family: 'Shippori Mincho', serif;
}
h4.en{
	font-family: 'Hind', sans-serif;
	line-height: 1.5em;
	font-weight: 400;
}





/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto 8%;
}

.accordion-area li{
    margin: 30px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
	padding: 20px;
}

.accordion-area .sub{
	color: #333333;
	font-size: 1.5rem;
	font-family: 'Hind', sans-serif;
	padding-left: 10px
	
}
.accordion-area .fsub{
	color: #999999;
	font-size: 1.5rem;
	font-family: 'Hind', sans-serif;
	
}
/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 0px 50px 10px 10px;
    transition: all .5s ease;
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
	font-size: 2.0rem;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #333;
    
}
.accordion-area .title::before{
    top:45%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:45%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
    transform: rotate(0deg);
}

.accordion-area .title.close::after{
	display: none;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
	margin:0 3% 3% 3%;
    padding: 3%;
}

.accordion-area .box img{
	margin-bottom: 20px;
}

.accordion-area .fclose{
	margin: 5% auto 0;
	position: relative;
    cursor: pointer;
}
.accordion-area .fclose::before{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #333;
    top:45%;
    right: 15px;
    transform: rotate(0deg);
    
}



@media only screen and (min-width:1px) and (max-width: 960px) {
.linewaku{
	width: 96%;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
.accordion-area .title {
	font-size: 1.8rem;
	line-height: 1.5em;
}
	
.accordion-area .title::before{
    top:30%;
    right: 10px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:30%;
    right: 10px;
    transform: rotate(90deg);

}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
	margin:0 auto 3%;
    padding: 10px;
}

	
}
