@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
.detail_header{
	margin: 0 0 20px;
}
.detail_header::before{
	content: "";
	display: block;
	background-image: url(../../images/border.svg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 5px;
	padding: 0 0 10px;
}
.detail_header::after{
	content: "";
	display: block;
	background-image: url(../../images/border.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 5px;
	padding: 10px 0 0;
}
.detail_header em{
	color: #0E9A4A;
}
.detail_header h3{
	font-size: 18px;
}
.detail_header .price{
	display: block;
	text-align: right;
}
.detail_header .price span{
	font-size: 20px;
	color: #ff3333;
}

.form_btn{
	text-align: center;
}
.form_btn a{
	display: block;
	text-decoration: none;
	background-color: #0E9A4A;
	color: #FFF;
	padding: 10px 0;
}

.main_copy{
	color: #0E9A4A;
	font-size: 16px;
	margin-top: 20px;
}

.copy{
	text-align: center;
	margin-bottom: 10px;
}


.gallery{
    margin-top: 20px;
}
ul.bxslider {  
padding: 0;  
margin: 0;  
} 
.bx-wrapper{
	margin-bottom: 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	position: inherit;
	bottom: inherit;
}

.lifeinfo table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.lifeinfo th,
.lifeinfo td{
	padding: 10px 0;
	border-bottom: solid 1px #CCC;
}
.lifeinfo th{
	text-align: left;
}
.lifeinfo td{
	text-align: right;
}



/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
.outline .normal th,
.outline .normal td{
	display: block;
}
.outline .normal th{
	float: left;
	width: 100px;
	border-bottom: none;
}
.outline .normal td{
	padding: 8px 0 8px 100px;
}

}



/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
.detail_header{
	margin: 0 0 40px;
	position: relative;
}
.detail_header::before{
	padding: 0 0 20px;
}
.detail_header::after{
	padding: 20px 0 0;
}
.detail_header h3{
	font-size: 30px;
}
.detail_header .price{
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.detail_header .price span{
	font-size: 50px;
	line-height: 1.2;
}

.top_contact{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.form_btn a{
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
}
.top_contact .form_btn a{
}
.main_copy{
	flex: 1;
	font-size: 20px;
	margin-top: 0px;
}
.copy{
	font-size: 18px;
}


.gallery{
	width: 940px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

#main_photo .bx-wrapper img{
	max-width: 900px;
	max-height: 600px;
}
#thumbnail #slide_tm div a{
	border: solid 2px #FFF;
	display: block;
}
#thumbnail #slide_tm div a.active{
	border-color: #111;
}
#thumbnail .bx-wrapper img{
	max-height: 120px;
}


.lifeinfo .flex{
	display: flex;
	justify-content: space-between;
}
.lifeinfo .flex .half{
	width: 48%;
}



.map{
	text-align: center;
}






}

