/*-----------------------*----*----*----*----*----*----*----*----*----* Aパターン帯PC */
header {
  background: rgba(255, 255, 255, 0.9);
}
.anchor_obi2 {
  /*background: url(../../../real_estate/common/img/bg_obi.png) no-repeat center;*/
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1.0);
  text-align: right; /*border-top: 1px solid #00992e;*/
  padding-right: 30px;
}
.anchor_obi2.fixed {
  position: fixed;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  top: 70px;
}
.anchor_obi2 ul {
  width: 100%;
  /*max-width: 1120px;*/
  /*margin: 0 auto;*/
  padding: 3px 0 10px;
  display: table;
}
.anchor_obi2 ul li {
  display: inline-block;
  /*width: 5.6%;*/
  /*border-left: 1px solid #00992e;*/
  text-align: right;
  margin-right: 10px;
}
.anchor_obi2 ul li:last-child {
  /*border-right: 1px solid #00992e;*/
}
.anchor_obi2 ul li a {
  display: block;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  padding: 14px 20px 10px;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  /*margin-right: 30px;*/
  text-align: center;
}
.anchor_obi2 ul li a br {
  line-height: 1;
}
.anchor_obi2 ul li a small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}
.anchor_obi2 ul li:hover {
  background-color: rgba(148, 201, 166, 0.70);
}
.anchor_obi2 ul li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 3px #000;
}
@media (max-width: 1119px) {
.main_visual{
    margin-top:-51px;
        margin-bottom:10px;
}
}
.flowting_box {
  position: relative;
  z-index: 999;
}

.bunner_area {
  width: 100%;
  z-index: 9999;
  /*background: rgba(255,255,255,1);*/
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  padding: 10px 0;
}

.bunner_area.fixed {
  position: fixed;
  top: 70px; /* ヘッダー高さに合わせる */
  left: 0;
  width: 100%;
}
.bunner_area img {
  width: 100%;
  height: auto;
  display: block;
}
/* スマホ対応 */
@media (max-width: 1119px) {
.bunner_area {
    top: 55px; 
}
}
@media (max-width: 767px) {
  .bunner_area {
    top: 50px;
      padding-top: 0;
  }
}


/*コピー */
.copy_area {
	padding-top: 5%;
	background-image: url(../img/copy_area_bg.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
}
.point_box {
	padding-top: 5%;
}

/*west */
.west_area {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../img/west_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
@media (max-width: 575px) {
.west_area {
	
	background-image: url(../img/west_bg_s.png);	
}
}
.west_area2 {
	padding-top: 5%;
	padding-bottom: 5%;
	
}
/*east */
.east_area {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../img/east_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
@media (max-width: 575px) {
.east_area {
	
	background-image: url(../img/east_bg_s.png);	
}
}
.east_area2 {
	padding-top: 5%;
	padding-bottom: 5%;
	
}
@media (max-width: 575px) {
  .point_photo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	width: 80%;
  }
}
