@charset "utf-8";


	/* container */
	body #container {
		padding-top: 0;
	}

	/* copyArea */
	body #gFooter #copyArea {
		border-top: 1px solid #ebebeb;
	}




	.wrap {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.w800 {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
@media only screen and (max-width: 960px) {
	.wrap {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

	.titleArea {
		margin-bottom: 120px;
		background: url(../imgs/bg-01.jpg) center top no-repeat;
	}
	.titleArea > .wrapper {
		position: relative;
	}
	.titleArea h3 {
		position: absolute;
		top: 0;
		left: 40px;
		padding-top: 85px;
		color: #fff;
		font-size: 35px;
		line-height: 1.0;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.titleArea h3 > span {
		display: none;
	}

	.titleArea h4 {
		margin-bottom: 85px;
		padding-top: 77px;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.titleArea h5 {
		text-align: center;
		margin-bottom: 75px;
	}

	.txtCS {
		color: #b5b4b4;
		font-size: 18px;
		text-align: center;
		margin-bottom: 80px;
	}

@media only screen and (min-width: 1400px) {
	.titleArea {
		-webkit-background-size: contain;
		background-size: contain;
	}
	.titleArea h3 {
		padding-top: 7.327%;
	}

	.titleArea h4 {
		padding-top: 6.638%;
	}
}
@media only screen and (max-width: 768px) {
	.titleArea h3 {
		position: static;
	}
	.titleArea h3 > img {
		display: none;
	}
	.titleArea h3 > span {
		display: block;
	}
	.titleArea h4 {
		padding-top: 140px;
	}
}

	.property {
		margin-bottom: 120px;
	}
	.property br {
		display: block;
	}
	.property .logo {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 800px;
		margin-top: 25px;
		margin-right: auto;
		margin-left: auto;
		padding: 145px 10px;
		/*border: 1px solid #ddd;*/
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
@media only screen and (max-width: 800px) {
	.property .logo {
		width: auto;
	}
}
@media only screen and (max-width: 599px) {
	.property .logo {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

	.property .text {
		color: #7c6337;
		font-size: 16px;
		line-height: 2.25;
		text-align: center;
	}
	.property .text > span {
		display: none;
	}
@media only screen and (max-width: 768px) {
	.property .text > img {
		display: none;
	}
	.property .text > span {
		display: block;
	}
}

	.property .borderBox {
		margin-top: 25px;
		padding: 20px 80px 0;
		border-top: 1px solid #e5e5e5;
		font-size: 13px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
@media only screen and (max-width: 800px) {
	.property .borderBox {
		padding-right: 0;
		padding-left: 0;
	}
}

	.slider {
		width: 800px;
		margin: 0 auto;
	}
	.slider li {
		display: none;
	}
	.slider li:first-child {
		display: block;
	}

	.bx-wrapper {
		position: relative;
		padding: 25px 10px 5px;
		border: 1px solid #e5e5e5;
		background-color: #f2f2f2;
		text-align: center;
	}
	.bx-wrapper img {
		max-width: 100%;
		height: auto;
	}
	.bx-wrapper .bx-viewport {
		/*fix other elements on the page moving (on Chrome)*/
		-webkit-transform: translatez(0);
		transform: translatez(0);
	}

	.bx-wrapper .bx-pager {
		position: absolute;
		right: 18px;
		bottom: 11px;
		z-index: 100;
	}
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-left: 5px;
		vertical-align: middle;
		text-align: center;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 10px;
		height: 10px;
		margin: 3px 2px 2px 3px;
		border-radius: 15px;
		background-color: #635040;
		text-indent: -9999px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		width: 15px;
		height: 15px;
		margin: 0;
		border: 1px solid #635040;
		background: none;
	}

/*	.bx-wrapper .bx-pager {
		position: absolute;
		right: 14px;
		bottom: 11px;
		z-index: 100;
	}
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 31px;
		height: 23px;
		margin: 0 5px;
		text-indent: -9999px;
		background: url(../imgs/pager_off.png) no-repeat;
	}
	.bx-wrapper .bx-pager.bx-default-pager a[data-slide-index="0"]:hover,
	.bx-wrapper .bx-pager.bx-default-pager a[data-slide-index="0"].active {
		background-image: url(../imgs/pager-01_ov.png);
	}
	.bx-wrapper .bx-pager.bx-default-pager a[data-slide-index="1"]:hover,
	.bx-wrapper .bx-pager.bx-default-pager a[data-slide-index="1"].active {
		background-image: url(../imgs/pager-02_ov.png);
	}*/
@media only screen and (max-width: 800px) {
	.slider {
		width: auto;
	}
}

	.sNav {
		border-bottom: 1px solid #e5e5e5;
	}
	.sNav ul {
		margin-bottom: -1px;
		margin-left: -10px;
		font-size: 0;
		text-align: center;
	}
	.sNav li {
		display: inline-block;
		margin-left: 10px;
		font-size: 15px;
		vertical-align: bottom;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 220px;
		height: 50px;
		padding-top: 15px;
		border: 1px solid #e5e5e5;
		border-bottom: 2px solid #ccc;
		background-color: #f8f7f3;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		-webkit-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
		cursor: pointer;
	}
	.sNav li:hover,
	.sNav li.select {
		color: #fff;
		border: 1px solid #b5a375;
		border-bottom: 2px solid #8f7e5c;
		background-color: #b5a375;
	}
	.sNav li.map { background-image: url(../imgs/snav-map.png);}
	.sNav li.outline { background-image: url(../imgs/snav-outline.png);}
	.sNav li.map:hover,
	.sNav li.map.select { background-image: url(../imgs/snav-map_ov.png);}
	.sNav li.outline:hover,
	.sNav li.outline.select { background-image: url(../imgs/snav-outline_ov.png);}

	.hide {display:none;}

	/*.sNav li a,
	.sNav li em {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 220px;
		height: 50px;
		padding-top: 15px;
		border: 1px solid #e5e5e5;
		border-bottom: 2px solid #ccc;
		background-color: #f8f7f3;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	.sNav li a {
		-webkit-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
		color: #4d4d4d;
	}
	.sNav li em {
		font-style: normal;
	}*/

	/*.sNav li a:hover,
	.sNav li em {
		color: #fff;
		border: 1px solid #b5a375;
		border-bottom: 2px solid #8f7e5c;
		background-color: #b5a375;
	}*/


@media only screen and (max-width: 599px) {
	.sNav {
		border-bottom: 0;
	}
	.sNav ul {
		margin-top: -10px;
		margin-bottom: 0;
		margin-left: 0;
	}
	.sNav li {
		display: block;
		margin-top: 10px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

	.blocks {
		display: none;
	}
	.blocks#block-01 {
		display: block;
	}


	.table {
		margin-top: 50px;
		width: 770px;
		margin-right: auto;
		margin-left: auto;
	}
	.table table {
		width: 100%;
		border-collapse: collapse;
	}
	.table th,
	.table td {
		padding: 8px 0 7px;
		color: #666;
		font-size: 11px;
	}
	.table thead th {
		background-color: #d6d3c3;
		color: #fff;
	}
	.table thead th:first-child {
		background-color: #b5a375;
	}
	.table tbody th {
		width: 30%;
		border-bottom: 1px solid #b5a375;
		text-align: left;
	}
	.table tbody td {
		padding-left: 10px;
		border-left: 1px solid #d6d3c3;
		border-bottom: 1px solid #d6d3c3;
	}

@media only screen and (max-width: 800px) {
	.table {
		width: auto;
	}
}

	.googleMap {
		overflow: hidden;
		margin-top: 50px;
		width: 820px;
		position: relative;
		height: 0;
		padding-bottom: 93.9%;
		margin-right: auto;
		margin-left: auto;
	}
	.googleMap iframe,
	.googleMap object,
	.googleMap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
@media only screen and (max-width: 840px) {
	.googleMap {
		width: auto;
	}
}

	.cv {
		width: 800px;
		margin: 90px auto 0;
	}
	.cv .btnList {
		margin-top: -20px;
		margin-left: -20px;
		font-size: 0;
		text-align: center;
	}
	.cv .btnList li {
		display: inline-block;
		margin-top: 20px;
		margin-left: 20px;
		font-size: 14px;
		vertical-align: bottom;
	}

	.cv .info {
		margin-top: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #4d4d4d;
		border-bottom: 1px solid #4d4d4d;
		text-align: center;
	}
	.cv .info p > a {
		display: none;
	}

	.cv .btnList li .sp {
		display: none;
	}
	.cv .btnList li.print {
		display: block;
	}


@media only screen and (max-width: 800px) {
	.cv {
		width: auto;
	}
}
@media only screen and (max-width: 599px) {
	.cv .info p > img {
		display: none;
	}
	.cv .info p > a {
		display: block;
	}
	.cv .btnList li .pc {
		display: none;
	}
	.cv .btnList li .sp {
		display: block;
	}
}

.remake .logo {
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 34px;
	border-bottom: 1px solid #1b1714;
}
.remake {
	padding-top: 90px;
}
.remake .mainTxt {
	text-align: center;
	margin-bottom: 100px;
	line-height: 1.2;
}
.remake h4.mainTxt {
	margin-bottom: 70px;
	font-size: 30px;
	line-height: 30px;
}
.remake .image {
	position: relative;
}
.remake .image .Date {
	position: absolute;
	bottom: 0;
	left: 0;
}
.remake .image .Date02 {
	position: absolute;
	bottom: 51.127819548872175%;
	left: 0;
}
.imgphoto {
	margin-bottom: 40px;
	text-align: center;
}
.remake .subTxt {
	width: 800px;
	margin: 0 auto 80px;
	text-align: left;
}
.more {
	text-align: center;
	margin-bottom: 65px;
}
.moretxt {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
	text-align: right;
	padding-top: 10px;
}
@media only screen and (max-width:800px) {
.remake .subTxt,
.w800 {
	width: auto;
}
}


.more {
	cursor: pointer;
}
#phArea {
	display: none;
}
#phArea li {
	position: relative;
	float: left;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
	width: 31.25%;
}
#phArea li.last {
	margin-right: 0;
}

#phArea li p.phDate {
	position: absolute;
	bottom: 0;
	left: 0;
}
.phImg {
	margin-bottom: 5px;
}
.phTxt {
	text-align: right;
}
@media only screen and (max-width:600px) {
/*.more {
	display: none;
}
#phArea {
	display: block;
}*/
.phImg img {
	width: 100%;
}
.phImg a {
	pointer-events: none;
}
#phArea li {
	float: none;
	margin-right: 0;
	width: auto;
	text-align: center;
}
}

/*夏期休暇文言*/
p.holiday {
	margin: 10px auto 0;
	color: #FF0009;
}

/* renovationFesta */
	.renovationFesta {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #f3f3f3;
		width: 755px;
		margin: 0 auto 50px;
		padding: 50px 5% 50px 5%;
		text-align: center;
	}
@media only screen and (max-width: 800px){
	.renovationFesta {
		width: 100%;
	}
}

.wrapper.remake {
	position: relative;
}
.btRes {
	position: absolute;
	top: 80px;
	right: 0;
}
.btRes .res,
.btRes .res_sp {
	width: 160px;
	height: 50px;
	background-image: url("../imgs/bt-res.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 160px 100px;
	margin: 0 auto;
}
.btRes .res:hover,
.btRes .res_sp:hover {
  background-position: left bottom;
}
.btRes .res a,
.btRes .res_sp a {
  display: block;
  width: 100%;
  height: 100%;
}

.btRes .res_sp {
	display: none;
}

@media only screen and (max-width:600px) {
	.btRes .res {
		display: none;
	}
	.btRes .res_sp {
		display: block;
	}
	.btRes {
		position: inherit;
		top: inherit;
		right: inherit;
		margin-bottom: 40px;
	}
}



